{"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:1715140171.0","currentOid":""},"activityList":{"items":[{"before":"2f87518fbd1892f68503961b865dc132e79f7bac","after":"1d52fb9c3cca27f5101b25abebd1a3bfb09bf852","ref":"refs/heads/main","pushedAt":"2024-05-10T19:48:11.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":"[confmap] Add logger to ConverterSettings (#10135)\n\n#### Description\r\nAdds a Logger to ConverterSettings to enable logging from within\r\nconverters. Also update the expand converter to log a warning if the env\r\nvar is empty or missing.\r\n\r\n#### Link to tracking issue\r\nCloses\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/9162\r\nCloses\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/5615\r\n\r\n#### Testing\r\n\r\nUnit tests and local testing\r\n\r\n\r\n![image](https://github.com/open-telemetry/opentelemetry-collector/assets/12352919/af5dd1e2-62f9-4272-97c7-da57166ef07e)\r\n\r\n```yaml\r\nreceivers:\r\n nop:\r\n\r\nexporters:\r\n otlphttp:\r\n endpoint: http://0.0.0.0:4317\r\n headers:\r\n # Not set\r\n x-test: $TEMP3\r\n debug:\r\n # set to \"detailed\"\r\n verbosity: $TEMP\r\n\r\nservice:\r\n telemetry:\r\n logs:\r\n level: info\r\n pipelines:\r\n traces:\r\n receivers:\r\n - nop\r\n exporters:\r\n - otlphttp\r\n - debug\r\n```\r\n\r\n#### Documentation\r\nAdded godoc comments","shortMessageHtmlLink":"[confmap] Add logger to ConverterSettings (#10135)"}},{"before":"634223b291cc00fae63cc4e1354c84cd9ca52388","after":"2f87518fbd1892f68503961b865dc132e79f7bac","ref":"refs/heads/main","pushedAt":"2024-05-10T16:56:02.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":"[confmap] Deprecate `NewWithSettings` and `New` (#10134)\n\n#### Description\r\n\r\nEach of these was deprecated in v0.99.0, so I think removing them in\r\nv0.101.0 is a safe deprecation period for an API that is likely only\r\nused by vendor distros built without ocb.\r\n\r\nIf we would like to extend the deprecation period or break this change\r\ninto PRs for each module, let me know and I'll make the necessary\r\nchanges.","shortMessageHtmlLink":"[confmap] Deprecate NewWithSettings and New (#10134)"}},{"before":"c8f9563f1b12470cb74f2f98c226faaffbcb38ac","after":"634223b291cc00fae63cc4e1354c84cd9ca52388","ref":"refs/heads/main","pushedAt":"2024-05-10T08:22:33.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":"[otelcol] Add a custom zapcore.Core for confmap logging (#10056)\n\n\r\n#### Description\r\n\r\nProvides a logger to confmap that buffers logs in memory until the\r\nprimary logger can be used. Once the primary logger exists, places that\r\nused the original logger are given the updated Core.\r\n\r\nIf an error occurs that would shut down the collector before the primary\r\nlogger could be created, the logs are written to stdout/err using a\r\nfallback logger.\r\n\r\nAlternative to\r\nhttps://github.com/open-telemetry/opentelemetry-collector/pull/10008\r\n\r\nI've pushed the testing I did to show how the logger successfully\r\nupdates. Before config resolution the debug log in confmap is not\r\nprinted, but afterwards it is.\r\n\r\ntest config:\r\n```yaml\r\nreceivers:\r\n nop:\r\n\r\nexporters:\r\n otlphttp:\r\n endpoint: http://0.0.0.0:4317\r\n headers:\r\n # Not set\r\n x-test: ${env:TEMP3}\r\n debug:\r\n # set to \"detailed\"\r\n verbosity: $TEMP\r\n\r\nservice:\r\n telemetry:\r\n logs:\r\n level: debug\r\n pipelines:\r\n traces:\r\n receivers:\r\n - nop\r\n exporters:\r\n - debug\r\n```\r\n\r\n\r\n![image](https://github.com/open-telemetry/opentelemetry-collector/assets/12352919/6a17993f-1f97-4c54-9165-5c34dd58d108)\r\n\r\n\r\n#### Link to tracking issue\r\nRelated to\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/9162\r\nRelated to\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/5615\r\n\r\n\r\n#### Testing\r\nIf we like this approach I'll add tests\r\n\r\n\r\n#### Documentation\r\n\r\n---------\r\n\r\nCo-authored-by: Dan Jaglowski \r\nCo-authored-by: Pablo Baeyens ","shortMessageHtmlLink":"[otelcol] Add a custom zapcore.Core for confmap logging (#10056)"}},{"before":"bfe3b3152d5b4ce39c271d9e6347ae70511b9180","after":"c8f9563f1b12470cb74f2f98c226faaffbcb38ac","ref":"refs/heads/main","pushedAt":"2024-05-09T20:38:17.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":"MemoryLimiterProcessor - switch to MustNewID instead of zero value ID (#10128)\n\n\r\n#### Description\r\nIn an upcoming PR, I change Type to be an interface. This means the zero\r\nvalue of Type will be nil - which will cause this test to fail.\r\nInitializing ID instead of relying on the zero value fixes this\r\n\r\n\r\n#### Link to tracking issue\r\nrelated to\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/9429\r\n\r\n\r\n\r\nIn preparation for\r\nhttps://github.com/open-telemetry/opentelemetry-collector/pull/10069","shortMessageHtmlLink":"MemoryLimiterProcessor - switch to MustNewID instead of zero value ID ("}},{"before":"c555005fcc80cf1be1321c664e9b1faf1a47f8cb","after":"bfe3b3152d5b4ce39c271d9e6347ae70511b9180","ref":"refs/heads/main","pushedAt":"2024-05-09T20:27:55.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":"ExporterHelper tests - switch to DataType instead of Type (#10127)\n\n\r\n#### Description\r\n`newBaseExporter` needs a `DataType` - up until now we've been passing\r\nin a `Type`. In preparation of splitting `DataType` and `Type`, pass in\r\na real `DataType`.\r\n\r\n\r\n#### Link to tracking issue\r\nrelated to\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/9429\r\n\r\n\r\n\r\nIn preparation for\r\nhttps://github.com/open-telemetry/opentelemetry-collector/pull/10069","shortMessageHtmlLink":"ExporterHelper tests - switch to DataType instead of Type (#10127)"}},{"before":"aea26e1b1a4e34fdc6ae41ef37df3f03eb91bbfc","after":"c555005fcc80cf1be1321c664e9b1faf1a47f8cb","ref":"refs/heads/main","pushedAt":"2024-05-09T19:05:33.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] only generate telemetry as needed (#10129)\n\nThis prevent unnecessary files from being generated if metadata.yaml\r\ndoesn't include any internal telemetry for a component.\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[mdatagen] only generate telemetry as needed (#10129)"}},{"before":"50b568f86b54d0fe314b7dba89c917d36d6f2734","after":"aea26e1b1a4e34fdc6ae41ef37df3f03eb91bbfc","ref":"refs/heads/main","pushedAt":"2024-05-09T17:55:23.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] use main as package for cmd types (#10130)\n\nThis allows us to enabled package test generation for mdatagen itself\r\n(and for telemetrygen in contrib)\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[mdatagen] use main as package for cmd types (#10130)"}},{"before":"ce1afbd9daf73328ef4c18659c72e9eea38885be","after":"50b568f86b54d0fe314b7dba89c917d36d6f2734","ref":"refs/heads/main","pushedAt":"2024-05-09T17:18:14.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] use mdatagen for receiverhelper metrics (#10123)\n\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[chore] use mdatagen for receiverhelper metrics (#10123)"}},{"before":"8e268367c9b699a09b0a9374fee529e1648ec78c","after":"ce1afbd9daf73328ef4c18659c72e9eea38885be","ref":"refs/heads/main","pushedAt":"2024-05-09T17:16:54.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] Run tests when skipping goleak (#10126)\n\n#### Description\r\nTests are currently not being run when `goleak` checks are skipped. This\r\nis because `TestMain` is called in the generated file, and needs to call\r\n`m.Run()` to properly run the package's tests. This call was missing.\r\n\r\n#### Link to tracking issue\r\nFixes #10125\r\n\r\n#### Testing\r\nThere aren't any `goleak` checks currently being skipped in core from\r\nthe generated package tests, but there are quite a few in `contrib`.\r\nThis will fix the skipped tests in `contrib`.","shortMessageHtmlLink":"[mdatagen] Run tests when skipping goleak (#10126)"}},{"before":"4458b43439e0d651218aeedf3ea6760778ed9ae2","after":"8e268367c9b699a09b0a9374fee529e1648ec78c","ref":"refs/heads/main","pushedAt":"2024-05-09T16:21:11.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][cmd/builder] Test for unreleased versions (#10030)\n\n\r\n#### Description\r\n\r\nAdd a test to help prevent our replace statements from going out of date\r\nand causing situations like\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/10014.\r\nThis is also probably just a decent test case to have since it's a\r\nsyntactically valid but nonexistent version.\r\n\r\n---------\r\n\r\nCo-authored-by: Evan Bradley \r\nCo-authored-by: Juraci Paixão Kröhling ","shortMessageHtmlLink":"[chore][cmd/builder] Test for unreleased versions (#10030)"}},{"before":"3ec4f3dc5d0c537c80a5ba677faa665c8b4efaab","after":"4458b43439e0d651218aeedf3ea6760778ed9ae2","ref":"refs/heads/main","pushedAt":"2024-05-09T14:03:07.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] use mdatagen for processorhelper (#10122)\n\nThis updates the processor helper to use mdatagen for its internal\r\ntelemetry.\r\n\r\n---------\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[chore] use mdatagen for processorhelper (#10122)"}},{"before":"5c72c5d2a035c811fc60e6608320986ec85e4110","after":"3ec4f3dc5d0c537c80a5ba677faa665c8b4efaab","ref":"refs/heads/main","pushedAt":"2024-05-09T14:02:44.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] use mdatagen scraperhelper (#10095)\n\nFollows\r\nhttps://github.com/open-telemetry/opentelemetry-collector/pull/10094\r\n\r\n---------\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[chore] use mdatagen scraperhelper (#10095)"}},{"before":"c6b70a7ec794d1a296f82863032def0848f870e0","after":"5c72c5d2a035c811fc60e6608320986ec85e4110","ref":"refs/heads/main","pushedAt":"2024-05-08T19:11:10.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] use mdatagen for exporterhelper metrics (#10094)\n\nUses the new mdatagen capabilities to generate internal telemetry\r\ndetails for exporterhelper.\r\n\r\n---------\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[chore] use mdatagen for exporterhelper metrics (#10094)"}},{"before":"7b63bfc9a46b692451c838bb7acd2e3692580bf4","after":"c6b70a7ec794d1a296f82863032def0848f870e0","ref":"refs/heads/main","pushedAt":"2024-05-08T16:52: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":"Move Aneurysm9 to emeritus status (#10120)\n\nI have been unable to provide this position the bandwidth that it\r\ndeserves and it is time to formalize recognition of that fact.\r\n\r\nSigned-off-by: Anthony J Mirabella \r\nCo-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"Move Aneurysm9 to emeritus status (#10120)"}},{"before":"9bc32498ce5edc12222ced1db46378e26dbd3cce","after":"7b63bfc9a46b692451c838bb7acd2e3692580bf4","ref":"refs/heads/main","pushedAt":"2024-05-08T15:27:05.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] Update go versions in CI (#10119)","shortMessageHtmlLink":"[chore] Update go versions in CI (#10119)"}},{"before":"d646bc7734e5d4b3b0e1c0f9fc4b91b7544311dd","after":null,"ref":"refs/heads/renovate/github-actions-deps","pushedAt":"2024-05-08T03:49:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bogdandrutu","name":"Bogdan Drutu","path":"/bogdandrutu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1373887?s=80&v=4"}},{"before":"90ddbcb666e3a415ef83120c5d828e44422b35c8","after":"9bc32498ce5edc12222ced1db46378e26dbd3cce","ref":"refs/heads/main","pushedAt":"2024-05-08T03:49:30.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":"Update actions/setup-go action to v5.0.1 (#10096)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Type | Update | Change |\r\n|---|---|---|---|\r\n| [actions/setup-go](https://togithub.com/actions/setup-go) | action |\r\npatch | `v5.0.0` -> `v5.0.1` |\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\nactions/setup-go (actions/setup-go)\r\n\r\n###\r\n[`v5.0.1`](https://togithub.com/actions/setup-go/releases/tag/v5.0.1)\r\n\r\n[Compare\r\nSource](https://togithub.com/actions/setup-go/compare/v5.0.0...v5.0.1)\r\n\r\n#### What's Changed\r\n\r\n- Bump undici from 5.28.2 to 5.28.3 and dependencies upgrade by\r\n[@​dependabot](https://togithub.com/dependabot) ,\r\n[@​HarithaVattikuti](https://togithub.com/HarithaVattikuti) in\r\n[https://github.com/actions/setup-go/pull/465](https://togithub.com/actions/setup-go/pull/465)\r\n- Update documentation with latest V5 release notes by\r\n[@​ab](https://togithub.com/ab) in\r\n[https://github.com/actions/setup-go/pull/459](https://togithub.com/actions/setup-go/pull/459)\r\n- Update version documentation by\r\n[@​178inaba](https://togithub.com/178inaba) in\r\n[https://github.com/actions/setup-go/pull/458](https://togithub.com/actions/setup-go/pull/458)\r\n- Documentation update of `actions/setup-go` to v5 by\r\n[@​chenrui333](https://togithub.com/chenrui333) in\r\n[https://github.com/actions/setup-go/pull/449](https://togithub.com/actions/setup-go/pull/449)\r\n\r\n#### New Contributors\r\n\r\n- [@​ab](https://togithub.com/ab) made their first contribution in\r\n[https://github.com/actions/setup-go/pull/459](https://togithub.com/actions/setup-go/pull/459)\r\n\r\n**Full Changelog**:\r\nhttps://github.com/actions/setup-go/compare/v5.0.0...v5.0.1\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 this update\r\nagain.\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 has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector).\r\n\r\n\r\n\r\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\r\nCo-authored-by: Yang Song ","shortMessageHtmlLink":"Update actions/setup-go action to v5.0.1 (#10096)"}},{"before":"a256d303e8efe5aab91742a30244fa1878bdf656","after":null,"ref":"refs/heads/renovate/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-05-08T03:49:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bogdandrutu","name":"Bogdan Drutu","path":"/bogdandrutu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1373887?s=80&v=4"}},{"before":"c5ee52b133725ce07a0d5b2ed76f1d1462fd6633","after":"90ddbcb666e3a415ef83120c5d828e44422b35c8","ref":"refs/heads/main","pushedAt":"2024-05-08T03:49:19.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":"Update module github.com/golangci/golangci-lint to v1.58.0 (#10102)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n|\r\n[github.com/golangci/golangci-lint](https://togithub.com/golangci/golangci-lint)\r\n| `v1.57.2` -> `v1.58.0` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint/v1.58.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgolangci%2fgolangci-lint/v1.58.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgolangci%2fgolangci-lint/v1.57.2/v1.58.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolangci%2fgolangci-lint/v1.57.2/v1.58.0?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\ngolangci/golangci-lint\r\n(github.com/golangci/golangci-lint)\r\n\r\n###\r\n[`v1.58.0`](https://togithub.com/golangci/golangci-lint/compare/v1.57.2...v1.58.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/golangci/golangci-lint/compare/v1.57.2...v1.58.0)\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 this update\r\nagain.\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 has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](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>","shortMessageHtmlLink":"Update module github.com/golangci/golangci-lint to v1.58.0 (#10102)"}},{"before":"5d5c0652f09881ac9248e20c64f0b75b48e64197","after":"a256d303e8efe5aab91742a30244fa1878bdf656","ref":"refs/heads/renovate/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-05-07T22:03:27.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":"bba2740238bbec7cd112af9fa695b0bcf306c482","after":"5d5c0652f09881ac9248e20c64f0b75b48e64197","ref":"refs/heads/renovate/github.com-golangci-golangci-lint-1.x","pushedAt":"2024-05-07T22:02:02.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":"Update module github.com/golangci/golangci-lint to v1.58.0","shortMessageHtmlLink":"Update module github.com/golangci/golangci-lint to v1.58.0"}},{"before":"cb7797b082b0e63825d5cd8a559f3bec0310a407","after":"d646bc7734e5d4b3b0e1c0f9fc4b91b7544311dd","ref":"refs/heads/renovate/github-actions-deps","pushedAt":"2024-05-07T19:35:44.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"songy23","name":"Yang Song","path":"/songy23","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10536136?s=80&v=4"},"commit":{"message":"Merge branch 'main' into renovate/github-actions-deps","shortMessageHtmlLink":"Merge branch 'main' into renovate/github-actions-deps"}},{"before":"c311de2993abb0319d2c0e5239b8b12701ff1a70","after":"eaa3ef98d04b5072e781686025d1cef613fdad17","ref":"refs/heads/renovate/google.golang.org-genproto-googleapis-rpc-0.x","pushedAt":"2024-05-07T19:22:21.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"songy23","name":"Yang Song","path":"/songy23","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10536136?s=80&v=4"},"commit":{"message":"Merge branch 'main' into renovate/google.golang.org-genproto-googleapis-rpc-0.x","shortMessageHtmlLink":"Merge branch 'main' into renovate/google.golang.org-genproto-googleap…"}},{"before":"8320bb0beabbe2505c9c49b96b922ea7f772bc9f","after":null,"ref":"refs/heads/renovate/google.golang.org-protobuf-1.x","pushedAt":"2024-05-07T19:20:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bogdandrutu","name":"Bogdan Drutu","path":"/bogdandrutu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1373887?s=80&v=4"}},{"before":"3c5bca5097da4585f3a50ebefdbb6403a0038948","after":"c5ee52b133725ce07a0d5b2ed76f1d1462fd6633","ref":"refs/heads/main","pushedAt":"2024-05-07T19:20:22.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":"Update module google.golang.org/protobuf to v1.34.1 (#10101)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n|\r\n[google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go)\r\n| `v1.34.0` -> `v1.34.1` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fprotobuf/v1.34.1?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%2fprotobuf/v1.34.1?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%2fprotobuf/v1.34.0/v1.34.1?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%2fprotobuf/v1.34.0/v1.34.1?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\nprotocolbuffers/protobuf-go\r\n(google.golang.org/protobuf)\r\n\r\n###\r\n[`v1.34.1`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.34.1)\r\n\r\n[Compare\r\nSource](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.34.0...v1.34.1)\r\n\r\nMinor fixes for editions compliance:\r\n\r\n- [CL/582635](https://go.dev/cl/582635): all: update to protobuf\r\n27.0-rc1 and regenerate protos\r\n- [CL/582755](https://go.dev/cl/582755): encoding/proto\\[json|text]:\r\naccept lower case names for group-like fields\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 this update\r\nagain.\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 has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](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: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"Update module google.golang.org/protobuf to v1.34.1 (#10101)"}},{"before":"1db399516170fd2633c96e53fd21bc9af649c5c8","after":"8320bb0beabbe2505c9c49b96b922ea7f772bc9f","ref":"refs/heads/renovate/google.golang.org-protobuf-1.x","pushedAt":"2024-05-07T18:38:30.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"codeboten","name":"Alex Boten","path":"/codeboten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/223565?s=80&v=4"},"commit":{"message":"Merge branch 'main' into renovate/google.golang.org-protobuf-1.x","shortMessageHtmlLink":"Merge branch 'main' into renovate/google.golang.org-protobuf-1.x"}},{"before":"5281d5ca9a1910e4b8f68d95df9d7f75e239604e","after":null,"ref":"refs/heads/renovate/all-golang.orgx-packages","pushedAt":"2024-05-07T18:18:32.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"}},{"before":"2e289b64bbed115d186c8cf944ba054dbb8e4b63","after":"3c5bca5097da4585f3a50ebefdbb6403a0038948","ref":"refs/heads/main","pushedAt":"2024-05-07T18:18:31.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":"Update All golang.org/x packages (#10117)\n\n[![Mend\r\nRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)\r\n\r\nThis PR contains the following updates:\r\n\r\n| Package | Change | Age | Adoption | Passing | Confidence |\r\n|---|---|---|---|---|---|\r\n| golang.org/x/exp | `v0.0.0-20231110203233-9a3e6036ecaa` ->\r\n`v0.0.0-20240506185415-9bf2ced13842` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fexp/v0.0.0-20240506185415-9bf2ced13842?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fexp/v0.0.0-20240506185415-9bf2ced13842?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fexp/v0.0.0-20231110203233-9a3e6036ecaa/v0.0.0-20240506185415-9bf2ced13842?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fexp/v0.0.0-20231110203233-9a3e6036ecaa/v0.0.0-20240506185415-9bf2ced13842?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n| golang.org/x/exp | `v0.0.0-20240119083558-1b970713d09a` ->\r\n`v0.0.0-20240506185415-9bf2ced13842` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fexp/v0.0.0-20240506185415-9bf2ced13842?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fexp/v0.0.0-20240506185415-9bf2ced13842?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fexp/v0.0.0-20240119083558-1b970713d09a/v0.0.0-20240506185415-9bf2ced13842?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fexp/v0.0.0-20240119083558-1b970713d09a/v0.0.0-20240506185415-9bf2ced13842?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n| golang.org/x/net | `v0.24.0` -> `v0.25.0` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fnet/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fnet/v0.24.0/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fnet/v0.24.0/v0.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n| golang.org/x/sys | `v0.19.0` -> `v0.20.0` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fsys/v0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fsys/v0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fsys/v0.19.0/v0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fsys/v0.19.0/v0.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n| golang.org/x/text | `v0.14.0` -> `v0.15.0` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftext/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2ftext/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2ftext/v0.14.0/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftext/v0.14.0/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n| golang.org/x/tools | `v0.20.0` -> `v0.21.0` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2ftools/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2ftools/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2ftools/v0.20.0/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\r\n|\r\n[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2ftools/v0.20.0/v0.21.0?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### 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👻 **Immortal**: This PR will be recreated if closed unmerged. Get\r\n[config help](https://togithub.com/renovatebot/renovate/discussions) if\r\nthat's undesired.\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 has been generated by [Mend\r\nRenovate](https://www.mend.io/free-developer-tools/renovate/). View\r\nrepository job log\r\n[here](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>","shortMessageHtmlLink":"Update All golang.org/x packages (#10117)"}},{"before":"01d97cdb5d4bfbfc7238d295a1b42ce8aa1507bb","after":"5281d5ca9a1910e4b8f68d95df9d7f75e239604e","ref":"refs/heads/renovate/all-golang.orgx-packages","pushedAt":"2024-05-07T17:54:22.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":"d2096cf698fc63a192ff86afd1fb24d26c18cd3c","after":null,"ref":"refs/heads/renovate/all-go.opentelemetry.iocollector-packages","pushedAt":"2024-05-07T17:52:42.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":"djE6ks8AAAAERuMC5gA","startCursor":null,"endCursor":null}},"title":"Activity · open-telemetry/opentelemetry-collector"}