{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":185861173,"defaultBranch":"main","name":"opentelemetry-collector","ownerLogin":"open-telemetry","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-05-09T19:42:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/49998002?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726648440.0","currentOid":""},"activityList":{"items":[{"before":"07c3e17b2045bd6ffc791578f4c2951335d6c585","after":"7253ab8ef8e5bd908e8712c23a58f2463023348f","ref":"refs/heads/main","pushedAt":"2024-09-20T13:58:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[chore] Remove use of alias types in service/telemetry (#11182)\n\nThis PR moves internal definitions that were aliased publicly to the\r\npublic package, and makes sure that hides any other type so that the API\r\nsurface is the same.\r\n\r\nSigned-off-by: Bogdan Drutu \r\nCo-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[chore] Remove use of alias types in service/telemetry (#11182)"}},{"before":"18e4b4932b1999d4a850d31dd0c98aeb761c29e2","after":"07c3e17b2045bd6ffc791578f4c2951335d6c585","ref":"refs/heads/main","pushedAt":"2024-09-20T09:55:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"[chore][VERSIONING.md] Add long term support policy (#11001)\n\n\r\n#### Description\r\n\r\nAdds support policy for Collector SIG software artifacts with the\r\nfollowing principles:\r\n- Support means that we will, at a minimum, fix critical bugs and\r\nsecurity issues. We MAY fix other bugs and/or add features if needed\r\n(e.g. because a feature eases transition to a v2), but this is not\r\nrequired\r\n- We support artifacts for end-users for longer\r\n- Artifacts may contain sub-components that are not stable. The\r\nimportant bit is that users can easily tell when something is unstable.\r\n\r\n\r\n#### Link to tracking issue\r\nFixes #10004\r\n\r\n---------\r\n\r\nCo-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>\r\nCo-authored-by: Juraci Paixão Kröhling \r\nCo-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>\r\nCo-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>","shortMessageHtmlLink":"[chore][VERSIONING.md] Add long term support policy (#11001)"}},{"before":"0c7d3475dd68268fd5c4e3ac7f878fb5cd026174","after":"18e4b4932b1999d4a850d31dd0c98aeb761c29e2","ref":"refs/heads/main","pushedAt":"2024-09-20T09:44:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"Introduce SampleCount to ProfilesSink (#11225)\n\n\r\n#### Description\r\n\r\nThis is an extraction from\r\nhttps://github.com/open-telemetry/opentelemetry-collector/pull/11131.\r\n\r\ncc @mx-psi","shortMessageHtmlLink":"Introduce SampleCount to ProfilesSink (#11225)"}},{"before":"1391fab8dc5c225c6cb94f829d1e6c7ff3636e1c","after":"0c7d3475dd68268fd5c4e3ac7f878fb5cd026174","ref":"refs/heads/main","pushedAt":"2024-09-20T09:21:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"[chore] Add pipeline module (#11209)\n\n#### Description\r\nTo facilitate the work in\r\nhttps://github.com/open-telemetry/opentelemetry-collector/pull/11204 as\r\nsome breaking changes and some deprecations, this PR adds the new\r\npipeline module separately so that future PRs can handle the breaking\r\nchanges and deprecations.\r\n\r\nIn order to make `Signal` uninstantiable outside of this repo, while\r\nstill being extendable in places like `componentprofiles`, a new\r\ninternal module is added to handle the `Signal` logic. To reduce the\r\ndependency sprawl that would happen if `signal` was an internal package\r\nin `go.opentelemetry.io/collector`, I made it a module, similar to\r\n`globalgates`.\r\n\r\n\r\n#### Link to tracking issue\r\nRelated to\r\nhttps://github.com/open-telemetry/opentelemetry-collector/pull/10947\r\n\r\n\r\n#### Testing\r\nAdded unit tests\r\n\r\n\r\n#### Documentation\r\nAdded godoc comments","shortMessageHtmlLink":"[chore] Add pipeline module (#11209)"}},{"before":"459b4295afa83793e4ab4c5186f487323677542b","after":"1391fab8dc5c225c6cb94f829d1e6c7ff3636e1c","ref":"refs/heads/main","pushedAt":"2024-09-19T23:02:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[chore][exporter/otlphttpexporter] Generalize `composeSignalURL` (#11206)\n\n#### Description\r\n\r\nSplit off from #11131. Prepares OTLP HTTP exporter for supporting\r\nprofiles (which uses `/v1development`)\r\n\r\nCo-authored-by: Damien Mathieu <42@dmathieu.com>","shortMessageHtmlLink":"[chore][exporter/otlphttpexporter] Generalize composeSignalURL (#11206"}},{"before":"134c956cd02bd04ef83018cccfc5dcd9d26242d8","after":"459b4295afa83793e4ab4c5186f487323677542b","ref":"refs/heads/main","pushedAt":"2024-09-19T23:00:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[configgrpc] wrap gRPC client/server options in extensible interface (#11069)\n\n#### Description\r\n\r\nTo allow extending the possible option types provided to\r\n`configgrpc.ClientConfig.ToClientConn` and\r\n`configgrpc.ServerConfig.ToServer` in the future, we want to wrap the\r\n`grpc.DialOption` and `grpc.ServerOption` parameters in more generic\r\n`ToClientConnOption` and `ToServerOption` interfaces.\r\n\r\nFor compatibility, we start by adding new `ToClientConnWithOptions` and\r\n`ToServerWithOptions` methods, to which the now deprecated\r\n`ToClientConn` and `ToServer` defer. A second PR will be needed to fully\r\nreplace the original methods.\r\n\r\n#### Link to tracking issue\r\nFixes #9480\r\n\r\n#### Testing\r\nNo tests have been added. Feel free to tell me if I should add some.\r\n\r\n#### Documentation\r\nNo documentation has been added.\r\n\r\n---------\r\n\r\nCo-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[configgrpc] wrap gRPC client/server options in extensible interface (#…"}},{"before":"1edd31145fb83d321312cc12cb8a5bf33e329bde","after":"134c956cd02bd04ef83018cccfc5dcd9d26242d8","ref":"refs/heads/main","pushedAt":"2024-09-19T22:36:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"docs: update wildcard usage on cors (#9845)\n\n**Description:** Improved CORS docs.\r\n\r\n**Link to tracking Issue:** #9844","shortMessageHtmlLink":"docs: update wildcard usage on cors (#9845)"}},{"before":"df3c9e38a80ccc3b14705462be2e2e51c628a3b3","after":"1edd31145fb83d321312cc12cb8a5bf33e329bde","ref":"refs/heads/main","pushedAt":"2024-09-19T18:30:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bogdandrutu","name":"Bogdan Drutu","path":"/bogdandrutu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1373887?s=80&v=4"},"commit":{"message":"[mdatagen]: Use cobra for the command, add version flag (#11196)\n\nSigned-off-by: Bogdan Drutu ","shortMessageHtmlLink":"[mdatagen]: Use cobra for the command, add version flag (#11196)"}},{"before":"396ae85e9dedb8a671662f3d23310fb770e0e2f0","after":"df3c9e38a80ccc3b14705462be2e2e51c628a3b3","ref":"refs/heads/main","pushedAt":"2024-09-19T11:17:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"[chore] split exporterhelper so a separate profiles module can use it (#11215)\n\n\r\n#### Description\r\n\r\nThis is part of #11131, splitting the exporterhelper module with a new\r\n`internal` submodule that holds everything shared by the signals.\r\nThis is so a new `exporterhelperprofiles` module can make use of the\r\nshared structs.","shortMessageHtmlLink":"[chore] split exporterhelper so a separate profiles module can use it ("}},{"before":"6fab8ae7b840fc8edcf59341333dda5ee4a447a4","after":"396ae85e9dedb8a671662f3d23310fb770e0e2f0","ref":"refs/heads/main","pushedAt":"2024-09-19T08:10:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"Honor build_tags in config (#11156)\n\n\r\n#### Description\r\n\r\n\r\n#### Link to tracking issue\r\nFixes #\r\n\r\n\r\n#### Testing\r\n\r\n\r\n#### Documentation\r\n\r\n","shortMessageHtmlLink":"Honor build_tags in config (#11156)"}},{"before":"37f783308e50a893296a4fe46cf8290729cbf7d5","after":"6fab8ae7b840fc8edcf59341333dda5ee4a447a4","ref":"refs/heads/main","pushedAt":"2024-09-19T08:10:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"[chore] cleanup confighttp tests (#11176)\n\n#### Description\r\n\r\nMinor life improvements when reviewing the tests,\r\n\r\n- Using stdlib for error reading\r\n- Using the config client from test server\r\n- Moving examples into their own file for easy discovery/maintainability\r\n\r\n#### Link to tracking issue\r\nN/A","shortMessageHtmlLink":"[chore] cleanup confighttp tests (#11176)"}},{"before":"a0d596640ce6224b19fc5bccbaa9b10e6455dfb9","after":"37f783308e50a893296a4fe46cf8290729cbf7d5","ref":"refs/heads/main","pushedAt":"2024-09-18T22:02:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[chore]: enable require-error rule from testifylint (#11199)\n\n#### Description\r\n\r\nTestifylint is a linter that provides best practices with the use of\r\ntestify.\r\n\r\nThis PR enables\r\n[require-error](https://github.com/Antonboom/testifylint?tab=readme-ov-file#require-error)\r\nrule from [testifylint](https://github.com/Antonboom/testifylint)\r\n\r\nSigned-off-by: Matthieu MOREL ","shortMessageHtmlLink":"[chore]: enable require-error rule from testifylint (#11199)"}},{"before":"fbffbb0820bb943a92ad2ce4ca0c86da3ab75125","after":"a0d596640ce6224b19fc5bccbaa9b10e6455dfb9","ref":"refs/heads/main","pushedAt":"2024-09-18T21:11:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"Add marshal calls to fuzzers (#11119)\n\n\r\n#### Description\r\n\r\n\r\n#### Link to tracking issue\r\nFixes #\r\n\r\n\r\n#### Testing\r\n\r\n\r\n#### Documentation\r\n\r\nAdds both a marshal call and another unmarshal -> marshal round to the\r\nfuzzers to test for more potential bugs.\r\n\r\n\r\n\r\nSigned-off-by: Adam Korczynski ","shortMessageHtmlLink":"Add marshal calls to fuzzers (#11119)"}},{"before":"a3c0565031b046cd97a339ee5cc4b35e540fa4c4","after":"fbffbb0820bb943a92ad2ce4ca0c86da3ab75125","ref":"refs/heads/main","pushedAt":"2024-09-18T20:47:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[chore] small test improvements (#11211)\n\nClean up some inconsistencies in the test code across the components.\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[chore] small test improvements (#11211)"}},{"before":"ebda8c1b806347ef9d51b3f0284ed340d446aba1","after":"a3c0565031b046cd97a339ee5cc4b35e540fa4c4","ref":"refs/heads/main","pushedAt":"2024-09-18T19:33:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[processorhelper] deprecated accepted/refused/dropped metrics (#11201)\n\nThese were only used by the memory limiter processor and were never\r\nautomatically calculated by the processorhelper. It's better to move\r\nthem to processor specific metrics that can be managed within the\r\ncomponent itself.\r\n\r\n---------\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[processorhelper] deprecated accepted/refused/dropped metrics (#11201)"}},{"before":"59c083f830f3b175cd0b89ac1a1bc97c58c4c2d0","after":"ebda8c1b806347ef9d51b3f0284ed340d446aba1","ref":"refs/heads/main","pushedAt":"2024-09-18T19:33:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[chore] remove duplicate code in testutil (#11210)\n\nSigned-off-by: Bogdan Drutu ","shortMessageHtmlLink":"[chore] remove duplicate code in testutil (#11210)"}},{"before":"012cf862283a1af411c5b1ace844a6c1d7a82766","after":"59c083f830f3b175cd0b89ac1a1bc97c58c4c2d0","ref":"refs/heads/main","pushedAt":"2024-09-18T13:52:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bogdandrutu","name":"Bogdan Drutu","path":"/bogdandrutu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1373887?s=80&v=4"},"commit":{"message":"Mark useOtelWithSDKConfigurationForInternalTelemetry as stable (#11202)\n\nSigned-off-by: Bogdan Drutu ","shortMessageHtmlLink":"Mark useOtelWithSDKConfigurationForInternalTelemetry as stable (#11202)"}},{"before":"ec4a7f1359207e0e11713f4091348a7d148154f2","after":"012cf862283a1af411c5b1ace844a6c1d7a82766","ref":"refs/heads/main","pushedAt":"2024-09-18T09:34:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"[chore]: enable float-compare rule from testifylint (#11149)\n\n#### Description\r\n\r\nTestifylint is a linter that provides best practices with the use of\r\ntestify.\r\n\r\nThis PR enables\r\n[float-compare](https://github.com/Antonboom/testifylint?tab=readme-ov-file#float-compare)\r\nrule from [testifylint](https://github.com/Antonboom/testifylint)\r\n\r\nSigned-off-by: Matthieu MOREL ","shortMessageHtmlLink":"[chore]: enable float-compare rule from testifylint (#11149)"}},{"before":"f0132a949772ccb8ad6186f5c0dad3944a18dee1","after":"ec4a7f1359207e0e11713f4091348a7d148154f2","ref":"refs/heads/main","pushedAt":"2024-09-18T08:56:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"[chore] Skip flaky test (#11195)\n\nRelated to\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/10927","shortMessageHtmlLink":"[chore] Skip flaky test (#11195)"}},{"before":"8cd9ac64cb98552999a4af210301d437ff37010d","after":null,"ref":"refs/heads/renovate/google.golang.org-grpc-1.x","pushedAt":"2024-09-18T08:34:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"}},{"before":"6cbe5d6424929a77d94b252741cd7d5c3d892126","after":"f0132a949772ccb8ad6186f5c0dad3944a18dee1","ref":"refs/heads/main","pushedAt":"2024-09-18T08:33:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mx-psi","name":"Pablo Baeyens","path":"/mx-psi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5502710?s=80&v=4"},"commit":{"message":"fix(deps): update module google.golang.org/grpc to v1.66.2 (#11187)\n\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) |\r\n`v1.66.1` -> `v1.66.2` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.66.1/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.66.1/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) |\r\n`v1.66.0` -> `v1.66.2` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.66.0/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.66.0/v1.66.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n\r\n---\r\n\r\n> [!WARNING]\r\n> Some dependencies could not be looked up. Check the Dependency\r\nDashboard for more information.\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\ngrpc/grpc-go (google.golang.org/grpc)\r\n\r\n###\r\n[`v1.66.2`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.2):\r\nRelease 1.66.2\r\n\r\n[Compare\r\nSource](https://redirect.github.com/grpc/grpc-go/compare/v1.66.1...v1.66.2)\r\n\r\n### Dependencies\r\n\r\n- Remove unintentional dependency on the `testing` package\r\n([#​7579](https://redirect.github.com/grpc/grpc-go/issues/7579))\r\n- Remove unintentional dependency on the `flate` package\r\n([#​7595](https://redirect.github.com/grpc/grpc-go/issues/7595))\r\n- Special Thanks: [@​ash2k](https://redirect.github.com/ash2k)\r\n\r\n### Bug Fixes\r\n\r\n- client: fix a bug that prevented memory reuse after handling unary\r\nRPCs\r\n([#​7571](https://redirect.github.com/grpc/grpc-go/issues/7571))\r\n- Special Thanks: [@​coxley](https://redirect.github.com/coxley)\r\n\r\n
\r\n\r\n---\r\n\r\n### Configuration\r\n\r\n📅 **Schedule**: Branch creation - \"on tuesday\" (UTC), Automerge - At any\r\ntime (no schedule defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕 **Ignore**: Close this PR and you won't be reminded about these\r\nupdates again.\r\n\r\n---\r\n\r\n- [ ] If you want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).\r\nView the [repository job\r\nlog](https://developer.mend.io/github/open-telemetry/opentelemetry-collector).\r\n\r\n\r\n\r\n---------\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\r\nCo-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>\r\nCo-authored-by: Bogdan Drutu ","shortMessageHtmlLink":"fix(deps): update module google.golang.org/grpc to v1.66.2 (#11187)"}},{"before":"9e0e41fa8c3eb6ea9a75ff187078fd87f9ea89b0","after":"8cd9ac64cb98552999a4af210301d437ff37010d","ref":"refs/heads/renovate/google.golang.org-grpc-1.x","pushedAt":"2024-09-17T23:17:43.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bogdandrutu","name":"Bogdan Drutu","path":"/bogdandrutu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1373887?s=80&v=4"},"commit":{"message":"Merge branch 'main' into renovate/google.golang.org-grpc-1.x","shortMessageHtmlLink":"Merge branch 'main' into renovate/google.golang.org-grpc-1.x"}},{"before":"8027d80aef39034d24692b57760139bbb96ac440","after":"6cbe5d6424929a77d94b252741cd7d5c3d892126","ref":"refs/heads/main","pushedAt":"2024-09-17T21:00:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bogdandrutu","name":"Bogdan Drutu","path":"/bogdandrutu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1373887?s=80&v=4"},"commit":{"message":"[chore] Move metrics initialization in service/telemetry (#11185)\n\nSigned-off-by: Bogdan Drutu ","shortMessageHtmlLink":"[chore] Move metrics initialization in service/telemetry (#11185)"}},{"before":"d5215c559afe6ca2761e24dd9fc31311283bbe0a","after":"8027d80aef39034d24692b57760139bbb96ac440","ref":"refs/heads/main","pushedAt":"2024-09-17T20:08:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bogdandrutu","name":"Bogdan Drutu","path":"/bogdandrutu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1373887?s=80&v=4"},"commit":{"message":"Avoid public APIs with internal params in custom Options (#11054)\n\nSigned-off-by: Bogdan Drutu ","shortMessageHtmlLink":"Avoid public APIs with internal params in custom Options (#11054)"}},{"before":"b525de23e1daa5161be022d83683856166e2d592","after":"9e0e41fa8c3eb6ea9a75ff187078fd87f9ea89b0","ref":"refs/heads/renovate/google.golang.org-grpc-1.x","pushedAt":"2024-09-17T18:49:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"go mod tidy","shortMessageHtmlLink":"go mod tidy"}},{"before":"57c49a2dbb1485485570655b6d20ff91ebcbb9de","after":"b525de23e1daa5161be022d83683856166e2d592","ref":"refs/heads/renovate/google.golang.org-grpc-1.x","pushedAt":"2024-09-17T18:48:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"renovate[bot]","name":null,"path":"/apps/renovate","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/2740?s=80&v=4"},"commit":{"message":"fix(deps): update module google.golang.org/grpc to v1.66.2","shortMessageHtmlLink":"fix(deps): update module google.golang.org/grpc to v1.66.2"}},{"before":"51f321ad536661dfada3b29f6c65649fb1f97488","after":"d5215c559afe6ca2761e24dd9fc31311283bbe0a","ref":"refs/heads/main","pushedAt":"2024-09-17T18:44:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[mdatagen] add stability detail for metrics (#11160)\n\nThis allows component authors to specify the stability level of\r\ntelemetry emitted by components. This provides visibility to end users\r\nas to what they can expect from the telemetry.\r\n\r\n---------\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[mdatagen] add stability detail for metrics (#11160)"}},{"before":"59c402d5cdb60a37ebe87ae89818c051d14c292e","after":"51f321ad536661dfada3b29f6c65649fb1f97488","ref":"refs/heads/main","pushedAt":"2024-09-17T18:17:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[chore]: enable go-require rule from testifylint (#11174)\n\n#### Description\r\n\r\nTestifylint is a linter that provides best practices with the use of\r\ntestify.\r\n\r\nThis PR enables\r\n[go-require](https://github.com/Antonboom/testifylint?tab=readme-ov-file#go-require)\r\nrule from [testifylint](https://github.com/Antonboom/testifylint)\r\n\r\nSigned-off-by: Matthieu MOREL ","shortMessageHtmlLink":"[chore]: enable go-require rule from testifylint (#11174)"}},{"before":"66db5ba748d4ea786d36275ac8c37150c847c2f0","after":"59c402d5cdb60a37ebe87ae89818c051d14c292e","ref":"refs/heads/main","pushedAt":"2024-09-17T17:57:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"[chore] Remove unused import metrics noop (#11197)\n\nSigned-off-by: Bogdan Drutu ","shortMessageHtmlLink":"[chore] Remove unused import metrics noop (#11197)"}},{"before":"68c85ca294fbb4274543d7fe30332bddc134f685","after":null,"ref":"refs/heads/renovate/github.com-prometheus-client_golang-1.x","pushedAt":"2024-09-17T17:26:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMzo1ODozNy4wMDAwMDBazwAAAAS8ByIW","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxMzo1ODozNy4wMDAwMDBazwAAAAS8ByIW","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxNzoyNjowMC4wMDAwMDBazwAAAAS4z_DN"}},"title":"Activity · open-telemetry/opentelemetry-collector"}