{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":472455377,"defaultBranch":"main","name":"opentelemetry-collector","ownerLogin":"braydonk","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-03-21T18:05:39.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/93549768?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714591443.0","currentOid":""},"activityList":{"items":[{"before":"d82df38d422314a454be87805bd2f69bde76b472","after":"08cf72d4119ffd104acc6c02eec726067bd370db","ref":"refs/heads/wildcard_names","pushedAt":"2024-05-28T16:20:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"rerun gogenerate","shortMessageHtmlLink":"rerun gogenerate"}},{"before":"3f0a4e87333d250ad4351d2f727a031f4f5fc213","after":"d82df38d422314a454be87805bd2f69bde76b472","ref":"refs/heads/wildcard_names","pushedAt":"2024-05-28T16:02:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"fail parsing if there are no matches","shortMessageHtmlLink":"fail parsing if there are no matches"}},{"before":"67d37183e6ac9b7180fefc6dc3a55f2a75c12fba","after":"c7c3401f39f35705c2f1c09517b912ffdec9c60f","ref":"refs/heads/main","pushedAt":"2024-05-28T15:57:43.000Z","pushType":"push","commitsCount":88,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"[mdatagen] add support for bucket boundaries (#10229)\n\nThis allows setting of explicit boundaries for histograms.\r\n\r\nFixes\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/10218\r\n\r\n---------\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[mdatagen] add support for bucket boundaries (open-telemetry#10229)"}},{"before":"33983f573db1d246ffda4c94cc9897f47fe71bb3","after":"3f0a4e87333d250ad4351d2f727a031f4f5fc213","ref":"refs/heads/wildcard_names","pushedAt":"2024-05-28T14:27:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"matching code rewritten","shortMessageHtmlLink":"matching code rewritten"}},{"before":"fa02afe0c78f55214d7a0426f9ad4151692184e1","after":"67d37183e6ac9b7180fefc6dc3a55f2a75c12fba","ref":"refs/heads/main","pushedAt":"2024-05-04T13:12:30.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"Revert pipeline type validation (#10078)\n\n#### Description\r\n\r\nThis PR reverts the change made in\r\nhttps://github.com/open-telemetry/opentelemetry-collector/pull/9257 due\r\nto problems reported in\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/10031.\r\n\r\n\r\n#### Link to tracking issue\r\nFixes #10031.","shortMessageHtmlLink":"Revert pipeline type validation (open-telemetry#10078)"}},{"before":"2ed7ec47cf2de9cad1e435deb41536adc07a0101","after":"33983f573db1d246ffda4c94cc9897f47fe71bb3","ref":"refs/heads/wildcard_names","pushedAt":"2024-05-02T19:44:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"fix issue number","shortMessageHtmlLink":"fix issue number"}},{"before":"026ad187f43de490067a69c605fc15d4121e3485","after":"2ed7ec47cf2de9cad1e435deb41536adc07a0101","ref":"refs/heads/wildcard_names","pushedAt":"2024-05-01T20:07:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"mdatagen: add wildcard name matching for configs\n\nThis PR adds support for wildcard name matching.\n\nGenerated MetricsConfig and ResourceAttributesConfig will now support\nproviding names not just as full names, but also using `*` wildcards and\nmultimatching with `{x,y,etc}`. This allows you to apply configs to\ngroups of metrics and resource attributes, simplifying configs.\n\nSigned-off-by: braydonk ","shortMessageHtmlLink":"mdatagen: add wildcard name matching for configs"}},{"before":"e5b61e3e63d4e548f0ed269408d4d9d1e9949d0f","after":"026ad187f43de490067a69c605fc15d4121e3485","ref":"refs/heads/wildcard_names","pushedAt":"2024-05-01T19:32:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"mdatagen: add wildcard name matching for configs\n\nThis PR adds support for wildcard name matching.\n\nGenerated MetricsConfig and ResourceAttributesConfig will now support\nproviding names not just as full names, but also using `*` wildcards and\nmultimatching with `{x,y,etc}`. This allows you to apply configs to\ngroups of metrics and resource attributes, simplifying configs.\n\nSigned-off-by: braydonk ","shortMessageHtmlLink":"mdatagen: add wildcard name matching for configs"}},{"before":"fe582df553666510372ada384b79d6f0a2253e0f","after":"fa02afe0c78f55214d7a0426f9ad4151692184e1","ref":"refs/heads/main","pushedAt":"2024-05-01T19:31:59.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"[chore] Allow sometimes skipping deprecation process when adding variadic arguments (#10041)\n\nCall out that unnamed types, e.g. the function signature of an exported\r\nfunction, should not be relied upon by API consumers. In particular,\r\nupdating a function to be variadic will break users who were depending\r\non that function's signature.\r\n\r\n#### Link to tracking issue\r\nHelps\r\nhttps://github.com/open-telemetry/opentelemetry-collector/pull/9041\r\n\r\nCo-authored-by: Evan Bradley \r\nCo-authored-by: Pablo Baeyens \r\nCo-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[chore] Allow sometimes skipping deprecation process when adding vari…"}},{"before":null,"after":"e5b61e3e63d4e548f0ed269408d4d9d1e9949d0f","ref":"refs/heads/wildcard_names","pushedAt":"2024-05-01T19:24:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"mdatagen: add wildcard name matching for configs\n\nThis PR adds support for wildcard name matching.\n\nGenerated MetricsConfig and ResourceAttributesConfig will now support\nproviding names not just as full names, but also using `*` wildcards and\nmultimatching with `{x,y,etc}`. This allows you to apply configs to\ngroups of metrics and resource attributes, simplifying configs.\n\nSigned-off-by: braydonk ","shortMessageHtmlLink":"mdatagen: add wildcard name matching for configs"}},{"before":"4627d3c18ea8cd82061a70f8db30ef98426e77db","after":"fe582df553666510372ada384b79d6f0a2253e0f","ref":"refs/heads/main","pushedAt":"2024-05-01T14:32:08.000Z","pushType":"push","commitsCount":145,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"[docs/rfc] RFC about environment variables (#9854)\n\n**Description:** Adds an RFC about how environment variable resolution\r\nshould work\r\n**Link to tracking Issue:** Fixes #9515, relates to:\r\n- #8215\r\n- #8565\r\n- #9162\r\n- #9531 \r\n- #9532\r\n\r\n---------\r\n\r\nCo-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>\r\nCo-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>","shortMessageHtmlLink":"[docs/rfc] RFC about environment variables (open-telemetry#9854)"}},{"before":"c7f01725b9f4bb15fa7895e5f74d6a1894d65b92","after":"4627d3c18ea8cd82061a70f8db30ef98426e77db","ref":"refs/heads/main","pushedAt":"2024-03-20T15:26:34.000Z","pushType":"push","commitsCount":37,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"Update github-actions deps (#9790)\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| [Wandalen/wretry.action](https://togithub.com/Wandalen/wretry.action)\r\n| action | patch | `v1.4.9` -> `v1.4.10` |\r\n| [actions/cache](https://togithub.com/actions/cache) | action | patch |\r\n`v4.0.1` -> `v4.0.2` |\r\n| [github/codeql-action](https://togithub.com/github/codeql-action) |\r\naction | patch | `v3.24.7` -> `v3.24.8` |\r\n\r\n---\r\n\r\n### Release Notes\r\n\r\n
\r\nWandalen/wretry.action (Wandalen/wretry.action)\r\n\r\n###\r\n[`v1.4.10`](https://togithub.com/Wandalen/wretry.action/compare/v1.4.9...v1.4.10)\r\n\r\n[Compare\r\nSource](https://togithub.com/Wandalen/wretry.action/compare/v1.4.9...v1.4.10)\r\n\r\n
\r\n\r\n
\r\nactions/cache (actions/cache)\r\n\r\n###\r\n[`v4.0.2`](https://togithub.com/actions/cache/compare/v4.0.1...v4.0.2)\r\n\r\n[Compare\r\nSource](https://togithub.com/actions/cache/compare/v4.0.1...v4.0.2)\r\n\r\n
\r\n\r\n
\r\ngithub/codeql-action (github/codeql-action)\r\n\r\n###\r\n[`v3.24.8`](https://togithub.com/github/codeql-action/compare/v3.24.7...v3.24.8)\r\n\r\n[Compare\r\nSource](https://togithub.com/github/codeql-action/compare/v3.24.7...v3.24.8)\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👻 **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\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update github-actions deps (open-telemetry#9790)"}},{"before":"0d1d24475a18bfa1020802c36df1002535b70432","after":"c7f01725b9f4bb15fa7895e5f74d6a1894d65b92","ref":"refs/heads/main","pushedAt":"2024-03-11T19:04:37.000Z","pushType":"push","commitsCount":423,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"use generated meter (#9669)\n\nThis follows #9556 and uses the Meter func instead of managing the scope\r\nin the batch processor manually. Replaces #9581\r\n\r\nSigned-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"use generated meter (open-telemetry#9669)"}},{"before":"9be6eccafb94b9a52f0dfc39216cb60855d636cc","after":"0d1d24475a18bfa1020802c36df1002535b70432","ref":"refs/heads/main","pushedAt":"2023-11-20T19:46:14.000Z","pushType":"push","commitsCount":1418,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"[chore] Fix flaky test TestPersistentQueue_FullCapacity (#8959)\n\nFixes\r\nhttps://github.com/open-telemetry/opentelemetry-collector/issues/8958","shortMessageHtmlLink":"[chore] Fix flaky test TestPersistentQueue_FullCapacity (open-telemet…"}},{"before":"041f39835df75d482cdd7775eb723c2ecb40f43d","after":"9be6eccafb94b9a52f0dfc39216cb60855d636cc","ref":"refs/heads/main","pushedAt":"2023-11-20T19:46:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"Remove deprecated `Delete` pdata func from (v0.47.0) (#5307)","shortMessageHtmlLink":"Remove deprecated Delete pdata func from (v0.47.0) (open-telemetry#…"}},{"before":null,"after":"4ac5e75079a743bcd9a0e8dd965827f9c1aac9e1","ref":"refs/heads/scrapelevelerror","pushedAt":"2023-08-29T02:35:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"braydonk","name":"Braydon Kains","path":"/braydonk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93549768?s=80&v=4"},"commit":{"message":"[receiver/scrapercontroller] add ScrapeLevelError\n\nThis PR adds a new error type called ScrapeLevelError. This error is\noptional and can be used by scrapers to produce errors that should be\nlogged as Warning or Debug. The Scraper Controller can handle this error\nif a scraper produces it and log accordingly through the error rather\n than unilaterally logging an error like in the alternate case.\n\nSigned-off-by: braydonk ","shortMessageHtmlLink":"[receiver/scrapercontroller] add ScrapeLevelError"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVhEN-wA","startCursor":null,"endCursor":null}},"title":"Activity · braydonk/opentelemetry-collector"}