{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":196414933,"defaultBranch":"main","name":"opentelemetry-collector-contrib","ownerLogin":"open-telemetry","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-07-11T14:54:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/49998002?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715257458.0","currentOid":""},"activityList":{"items":[{"before":"cf2afd0db91d01e001804efedbb789e6015a4a8b","after":"82a828b798cd9074b9a3aec95c2115e825042799","ref":"refs/heads/main","pushedAt":"2024-05-10T18:30:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"djaglowski","name":"Daniel Jaglowski","path":"/djaglowski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5255616?s=80&v=4"},"commit":{"message":"[chore] vcenterreceiver Adds Accidentally Removed Unit Test Configs/Results (#32987)\n\n**Description:** \r\nIn this\r\n[PR](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/32913),\r\nI accidentally removed all the enabled configs from the 2nd set of unit\r\ntests. This was incorrect as there are still 4 of them that are\r\ncurrently disabled by default. This is rectifying that by adding those\r\nback in.\r\n\r\n**Link to tracking Issue:** \r\n\r\n**Testing:** \r\nThis change is for the unit tests only\r\n\r\n**Documentation:** \r\nNA","shortMessageHtmlLink":"[chore] vcenterreceiver Adds Accidentally Removed Unit Test Configs/R…"}},{"before":"bc2ff482f0669c00a17f8ea2004d8d6d164abd8b","after":"cf2afd0db91d01e001804efedbb789e6015a4a8b","ref":"refs/heads/main","pushedAt":"2024-05-10T14:46:41.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: remote write exporter retry on 429 (#31924)\n\n**Description:** \r\n\r\nThis PR adds an option to retry the remote write requests when the\r\nreceiving backend responds with 429 http status code,\r\n\r\n\r\n\r\n\r\n**Link to tracking Issue:** #31032\r\n\r\n**Testing:** \r\n\r\nAdded tests covering the case.\r\n\r\n**Documentation:** \r\n\r\nNot sure what's the pattern for documenting feature flags.\r\n\r\n---------\r\n\r\nCo-authored-by: Anthony Mirabella \r\nCo-authored-by: Pablo Baeyens \r\nCo-authored-by: David Ashpole ","shortMessageHtmlLink":"chore: remote write exporter retry on 429 (#31924)"}},{"before":"cde2b0af181cae8333f1200e8f6750bfb4af7cf2","after":"bc2ff482f0669c00a17f8ea2004d8d6d164abd8b","ref":"refs/heads/main","pushedAt":"2024-05-10T13:55:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evan-bradley","name":"Evan Bradley","path":"/evan-bradley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11745660?s=80&v=4"},"commit":{"message":"[chore] Add contrib confmap providers to otelcontribcol (#32916)\n\n**Description:**\r\n\r\nContrib hosts two confmap providers which aren't in the local binary. We\r\nshould add them so we can test them with a live system.\r\n\r\ncc @Aneurysm9 @driverpt @atoulme\r\n\r\n---------\r\n\r\nCo-authored-by: Evan Bradley ","shortMessageHtmlLink":"[chore] Add contrib confmap providers to otelcontribcol (#32916)"}},{"before":"0894a437bda260e5c4770914c94ab674f1172fce","after":"cde2b0af181cae8333f1200e8f6750bfb4af7cf2","ref":"refs/heads/main","pushedAt":"2024-05-10T12:45:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evan-bradley","name":"Evan Bradley","path":"/evan-bradley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11745660?s=80&v=4"},"commit":{"message":"[opampextension]: Move custom message interface to separate module (#32951)\n\n**Description:** \r\n* Breaks our the custom message interface to a separate module, so other\r\ncomponents can use the interface without needing to import the\r\n`opampextension` module in its entirety.\r\n\r\nWe could temporarily alias the old methods if we'd like, but I think\r\nthat the CustomMessage stuff has been so short lived that, in addition\r\nto the alpha status of the opampextension component, it feels justified\r\nto just skip the deprecation process and move it to a new module.\r\n\r\n**Link to tracking Issue:** Closes #32950\r\n\r\n**Testing:**\r\n* Covered by existing unit tests\r\n\r\n**Documentation:**\r\n* Added more documentation on usage in the new module.\r\n* Modified opampextension docs to point to the new module.","shortMessageHtmlLink":"[opampextension]: Move custom message interface to separate module (#…"}},{"before":"fba86583b486fd40f190f3c994b8d9a84c81723c","after":"0894a437bda260e5c4770914c94ab674f1172fce","ref":"refs/heads/main","pushedAt":"2024-05-10T11:39: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":"[chore][CONTRIBUTING.md] Update adding component directions (#32957)\n\n**Description:** \r\n\r\nThis is two main changes:\r\n1. Remove `goleak` section. It's now added by default by mdatagen,\r\nthere's nothing required of users here.\r\n2. Add information and reformat the `Last steps` section of adding a new\r\ncomponent.\r\n - Move the directions to be bullet points\r\n- Add `make generate` to make sure the component's README is updated\r\nproperly\r\n- Explicitly point out that stability and distribution needs to be\r\nupdated in `metadata.yaml`\r\n- Add step for adding the component to the releases repo. My\r\nunderstanding is that if a component is `Alpha`, it should be included\r\nin the release, so I've made that a noted part of the steps here. (Let\r\nme know if we should word this in a more \"optional\" way.)\r\n\r\n---------\r\n\r\nCo-authored-by: Pablo Baeyens ","shortMessageHtmlLink":"[chore][CONTRIBUTING.md] Update adding component directions (#32957)"}},{"before":"6015403943ced9d3014c2249cbb41906e9a3fb32","after":"fba86583b486fd40f190f3c994b8d9a84c81723c","ref":"refs/heads/main","pushedAt":"2024-05-10T11:34:09.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 connector usage to the testbed (#32881)\n\n**Description:** Added a new component to the testbed called\r\nDataConnectors which allows connectors to be added to the testbed\r\nconfig. Also, added a sample connector correctness test using the\r\nroutingconnector as an example of the usage.\r\n\r\n**Link to tracking Issue:** #30165 \r\n\r\n**Testing:** Sample correctness test using routingconnector.\r\n\r\n**Documentation:** Will update the testbed README with new addition.\r\n\r\n---------\r\n\r\nCo-authored-by: Bryan Aguilar ","shortMessageHtmlLink":"Add connector usage to the testbed (#32881)"}},{"before":"a4b0e5928e46c23a0ab42e2a72d468156d62051b","after":"6015403943ced9d3014c2249cbb41906e9a3fb32","ref":"refs/heads/main","pushedAt":"2024-05-10T04:57:05.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":"Instantiate ID in pkg/stanza/adapter tests (#32966)\n\n**Description:** \r\nIn https://github.com/open-telemetry/opentelemetry-collector/pull/10069,\r\nI am making Type an interface. This means the zero value of Type will be\r\nnil - which will cause this test to fail. Initializing ID instead of\r\nrelying on the zero value fixes this\r\n\r\n---------\r\n\r\nCo-authored-by: Pablo Baeyens \r\nCo-authored-by: Bogdan Drutu ","shortMessageHtmlLink":"Instantiate ID in pkg/stanza/adapter tests (#32966)"}},{"before":"c0512b91f0ad83d2e7c56c193bc8503693ea569c","after":"a4b0e5928e46c23a0ab42e2a72d468156d62051b","ref":"refs/heads/main","pushedAt":"2024-05-09T22:06:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TylerHelmuth","name":"Tyler Helmuth","path":"/TylerHelmuth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12352919?s=80&v=4"},"commit":{"message":"[processor/transform] Add common where clause (#31491)\n\n**Description:** Add global conditions with where clause \r\n\r\n\r\n**Link to tracking Issue:** Fixes #27830\r\n\r\n**Testing:** Unit tests\r\n\r\n**Documentation:** TODO \r\n\r\n~~The main objective is to extend the `ContextStatements` struct by\r\nadding a new `Conditions` parameter. By introducing `Conditions` to\r\n`ContextStatements`, we can now apply a global condition to all related\r\nstatements in `WithStatementSequenceGlobalConditions` function.~~\r\n\r\nThanks in advance for your feedback! If this changes will be fine, I\r\nwill add common where clause into another context `span`, `metrics`.","shortMessageHtmlLink":"[processor/transform] Add common where clause (#31491)"}},{"before":"7fd145b5fceca5faadd35f5bcfca2d043fbd6e52","after":"c0512b91f0ad83d2e7c56c193bc8503693ea569c","ref":"refs/heads/main","pushedAt":"2024-05-09T19:06:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TylerHelmuth","name":"Tyler Helmuth","path":"/TylerHelmuth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12352919?s=80&v=4"},"commit":{"message":"[pkg/ottl] Added support for timezone in Time converter (#32479)\n\n**Description:** \r\nAdded support for default timezone in Time converter. \r\nTimezone is optional and can be specified as so: `Time(\"2023-05-26\r\n12:34:56\", \"%Y-%m-%d %H:%M:%S\", \"America/New_York\")`\r\n\r\n**Link to tracking Issue:** #32140\r\n\r\n**Testing:** Unit tests added\r\n\r\n**Documentation:** Documentation in ottl/Readme updated\r\n\r\n---------\r\n\r\nCo-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>\r\nCo-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>","shortMessageHtmlLink":"[pkg/ottl] Added support for timezone in Time converter (#32479)"}},{"before":"e57185cb2c48e6e11ab8db73e63f4b36adcc2134","after":"7fd145b5fceca5faadd35f5bcfca2d043fbd6e52","ref":"refs/heads/main","pushedAt":"2024-05-09T16:37:07.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][receiver/splunkenterprise] Splunkent wire component (#32795)\n\n**Description:** Graduate splunkenterprise receiver component to alpha\r\n\r\n**Link to tracking Issue:**\r\n\r\n**Testing:** Performed `make otelcontribcol` and ran resulting binary\r\nwith the following config:\r\n```yaml\r\nextensions:\r\n basicauth/indexer:\r\n client_auth:\r\n username: admin\r\n password: securityFirst\r\n basicauth/cluster_master:\r\n client_auth:\r\n username: admin\r\n password: securityFirst\r\n\r\nreceivers:\r\n splunkenterprise:\r\n indexer:\r\n auth:\r\n authenticator: basicauth/indexer\r\n endpoint: \"https://localhost:8089/\"\r\n timeout: 45s\r\n cluster_master:\r\n auth:\r\n authenticator: basicauth/cluster_master\r\n endpoint: \"https://localhost:8089/\"\r\n timeout: 45s\r\n\r\nexporters:\r\n otlp:\r\n endpoint: 127.0.0.1:8000\r\n\r\nservice:\r\n extensions: [basicauth/indexer, basicauth/cluster_master]\r\n pipelines:\r\n metrics:\r\n receivers: [splunkenterprise]\r\n exporters: [otlp]\r\n```\r\n\r\nand received the following output:\r\n```\r\nsh ~> ./otelcontribcol_linux_amd64 --config=file:config.yaml\r\n2024-05-08T17:34:33.032-0500 info service@v0.100.0/service.go:102 Setting up own telemetry...\r\n2024-05-08T17:34:33.032-0500 info service@v0.100.0/telemetry.go:103 Serving metrics {\"address\": \":8888\", \"level\": \"Normal\"}\r\n2024-05-08T17:34:33.032-0500 info receiver@v0.100.0/receiver.go:310 Development component. May change in the future. {\"kind\": \"receiver\", \"name\": \"splunkenterprise\", \"data_type\": \"metrics\"}\r\n2024-05-08T17:34:33.033-0500 info service@v0.100.0/service.go:169 Starting otelcontribcol... {\"Version\": \"0.100.0-dev\", \"NumCPU\": 16}\r\n2024-05-08T17:34:33.033-0500 info extensions/extensions.go:34 Starting extensions...\r\n2024-05-08T17:34:33.033-0500 info extensions/extensions.go:37 Extension is starting... {\"kind\": \"extension\", \"name\": \"basicauth/cluster_master\"}\r\n2024-05-08T17:34:33.033-0500 info extensions/extensions.go:52 Extension started. {\"kind\": \"extension\", \"name\": \"basicauth/cluster_master\"}\r\n2024-05-08T17:34:33.033-0500 info extensions/extensions.go:37 Extension is starting... {\"kind\": \"extension\", \"name\": \"basicauth/indexer\"}\r\n2024-05-08T17:34:33.033-0500 info extensions/extensions.go:52 Extension started. {\"kind\": \"extension\", \"name\": \"basicauth/indexer\"}\r\n2024-05-08T17:34:33.033-0500 info service@v0.100.0/service.go:195 Everything is ready. Begin running and processing data.\r\n```\r\n\r\nindicating that the collector was able to successfully start with the\r\ncomponent configured.\r\n\r\n**Documentation:** Documentation was updated to indicate change in\r\nstatus from development to alpha\r\n\r\n---------\r\n\r\nCo-authored-by: Curtis Robert ","shortMessageHtmlLink":"[chore][receiver/splunkenterprise] Splunkent wire component (#32795)"}},{"before":"bcc9fe467b2b7937ac709fea15e3f65179aa11df","after":"e57185cb2c48e6e11ab8db73e63f4b36adcc2134","ref":"refs/heads/main","pushedAt":"2024-05-09T15:36: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":"fix(test): Skip flaky test around forcing collector re-registration until the root cause is confirmed (#32937)\n\n**Description:** Remove flaky test around forcing collector\r\nre-registration until the root cause is confirmed\r\n\r\n**Link to tracking Issue:**\r\nhttps://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32785\r\n\r\n**Testing:** Unit tests","shortMessageHtmlLink":"fix(test): Skip flaky test around forcing collector re-registration u…"}},{"before":"17f5711fefff4e2cc26cf3e6414c676d33a0ba61","after":"bcc9fe467b2b7937ac709fea15e3f65179aa11df","ref":"refs/heads/main","pushedAt":"2024-05-09T15:19:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrzej-stencel","name":"Andrzej Stencel","path":"/andrzej-stencel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70892616?s=80&v=4"},"commit":{"message":"[exporter/elasticsearch] Replace go-elasticsearch BulkIndexer with go-docappender (#32359)\n\n**Description:** \r\n\r\nReplace go-elasticsearch BulkIndexer with go-docappender BulkIndexer for\r\nFlush function in preparation for reliability fixes. Maintain similar\r\ninterface and implementation to go-elasticsearch BulkIndexer.\r\n\r\nFurther changes to expose individual `docappender.BulkIndexer` instances\r\nare needed down the road but it is out of the scope of this PR.\r\n\r\nImplications of this change:\r\n- flush timeout is now enforced on client side\r\n- oversize payload special handling is now removed\r\n- go-docappender uses bulk request filterPath which means bulk response\r\nis smaller, less JSON parsing and lower CPU usage\r\n- document level retry debug logging is removed as retries are done\r\ntransparently\r\n\r\n~~Blocked by #32585~~\r\n\r\n**Link to tracking Issue:** Fixes #32378 \r\n\r\n**Testing:** Integration test is passing\r\n\r\n---------\r\n\r\nCo-authored-by: Vishal Raj ","shortMessageHtmlLink":"[exporter/elasticsearch] Replace go-elasticsearch BulkIndexer with go…"}},{"before":"59d08fcba1d71d92ee9abb3ede7f6c353717bb39","after":"17f5711fefff4e2cc26cf3e6414c676d33a0ba61","ref":"refs/heads/main","pushedAt":"2024-05-09T15:13:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"evan-bradley","name":"Evan Bradley","path":"/evan-bradley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11745660?s=80&v=4"},"commit":{"message":"[chore][receiver/splunkenterprise] Add header to README (#32956)\n\n**Description:** \r\n\r\nThe readme for the Splunk Enterprise receiver does not currently have\r\nthe autogenerated header. This was missing because `mdatagen` requires\r\n`` and `` to know where to insert the generated data.","shortMessageHtmlLink":"[chore][receiver/splunkenterprise] Add header to README (#32956)"}},{"before":"7d94334f3ce1f826ba7fc232ecffe17cd70e10f0","after":"fcf987bef7870f9d969c9b39efccc8b3aa93bd86","ref":"refs/heads/renovate/github.com-docker-docker-26.x","pushedAt":"2024-05-09T12:23:57.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 github.com/docker/docker to v26","shortMessageHtmlLink":"fix(deps): update module github.com/docker/docker to v26"}},{"before":"a42bb1b3d8617f0bf2083901005294212066427d","after":"2e9a5d7ce75139c3fb088051c76b4e26d95be889","ref":"refs/heads/renovate/github.com-vmihailenco-msgpack-v4-5.x","pushedAt":"2024-05-09T10:35:51.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 github.com/vmihailenco/msgpack/v4 to v5","shortMessageHtmlLink":"fix(deps): update module github.com/vmihailenco/msgpack/v4 to v5"}},{"before":"8b55cceddc5fe01b72c2e2ef47d20ddfc375b219","after":"1a1838fe595e1197c5c7c43746d466489601d993","ref":"refs/heads/renovate/github.com-opensearch-project-opensearch-go-v2-4.x","pushedAt":"2024-05-09T10:35:26.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 github.com/opensearch-project/opensearch-go/v2 to v4","shortMessageHtmlLink":"fix(deps): update module github.com/opensearch-project/opensearch-go/…"}},{"before":"2796b92595efc59298806a281209394dc84b00b2","after":"e3ccf3b75bae4b706bcb902426c869267768f397","ref":"refs/heads/renovate/github.com-mitchellh-hashstructure-2.x","pushedAt":"2024-05-09T10:35:04.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 github.com/mitchellh/hashstructure to v2","shortMessageHtmlLink":"fix(deps): update module github.com/mitchellh/hashstructure to v2"}},{"before":"fea8a944179274789c2f93f0b6cc4fdedfb681ed","after":"10f4e5fd0b4f4f76ead710dd22003ebdc9a0bd6e","ref":"refs/heads/renovate/github.com-jstemmer-go-junit-report-2.x","pushedAt":"2024-05-09T10:34:29.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 github.com/jstemmer/go-junit-report to v2","shortMessageHtmlLink":"fix(deps): update module github.com/jstemmer/go-junit-report to v2"}},{"before":"c4ba989dd38f9a6a9f1f3d1a2d3363277342156e","after":"db1b8e942c43ac10fbe0e8c270b554c65304b98c","ref":"refs/heads/renovate/github.com-hashicorp-golang-lru-2.x","pushedAt":"2024-05-09T10:33:57.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 github.com/hashicorp/golang-lru to v2","shortMessageHtmlLink":"fix(deps): update module github.com/hashicorp/golang-lru to v2"}},{"before":"b1bbd587d4adc89f9cbc34754c4e67123d8e5283","after":"59d08fcba1d71d92ee9abb3ede7f6c353717bb39","ref":"refs/heads/main","pushedAt":"2024-05-09T10:26:49.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][CI/CD][arm] Trigger arm runs on label (#32955)\n\n**Description:** \r\n\r\nI found in\r\nhttps://github.com/open-telemetry/opentelemetry-collector-contrib/pull/32948\r\nthat the label `Run ARM` has been added, but the `build-and-test-arm /\r\narm-unittest-matrix (pull_request) ` workflow is still skipped. This is\r\nbecause the `label` action does not trigger a retry.\r\n\r\nFrom\r\n[documentation](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request):\r\n```\r\nif no activity types are specified, the workflow runs when a pull request is opened or reopened or when the head branch of the pull request is updated.\r\n```\r\n\r\nWe need to specify that labelling issues should trigger the workflow to\r\ncheck to see if it needs to run again. I've copied the added section\r\nfrom the Windows workflow. I also added that we should only run on PRs\r\nagainst `main`.\r\n\r\n**Testing:**\r\nThis PR shows it's working as it should now. Arm test was [originally\r\nskipped](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/9009218559/job/24753003216?pr=32955),\r\nbut after adding the label, tests [have\r\nstarted](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/9009223570/job/24753017935?pr=32955)","shortMessageHtmlLink":"[chore][CI/CD][arm] Trigger arm runs on label (#32955)"}},{"before":"fec5543b69f0266130b40b440b763f89568816fb","after":"b1bbd587d4adc89f9cbc34754c4e67123d8e5283","ref":"refs/heads/main","pushedAt":"2024-05-08T17:38:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"djaglowski","name":"Daniel Jaglowski","path":"/djaglowski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5255616?s=80&v=4"},"commit":{"message":"[chore][fileconsumer] Skip flaky TestFlushPeriodEOF on windows (#32946)\n\nSee\r\nhttps://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32715\r\n\r\nThis also adds a bit more debugging info for other tests which fail on\r\nthe same expectation, since it's not very obvious what was expected vs\r\nactually found.","shortMessageHtmlLink":"[chore][fileconsumer] Skip flaky TestFlushPeriodEOF on windows (#32946)"}},{"before":"497fed777540f5a627445804afacbe3b4ee33ba0","after":"fec5543b69f0266130b40b440b763f89568816fb","ref":"refs/heads/main","pushedAt":"2024-05-08T17:38:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"djaglowski","name":"Daniel Jaglowski","path":"/djaglowski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5255616?s=80&v=4"},"commit":{"message":"[receiver/vcenter] Switches Over Metadata Configs Waiting for v0.100.0 Release (#32913)\n\n**Description:** \r\nA number of configurations were disabled by default and had warnings\r\nthat they were going to be enabled in v0.101.0 (1 metric had a warning\r\nthat it was going to be removed).\r\n\r\nNow that v0.100.0 has been release, I have removed all of these\r\nwarnings, and made the modifications that the warnings \"warned\" about. I\r\nhave also updated the tests to reflect this.\r\n\r\n**Link to tracking Issue:** \r\n#32803 #32805 #32821 #32531 #32557\r\n\r\n**Testing:** \r\nUnit/integration tests updated and tested. Local environment tested.\r\n\r\n**Documentation:** \r\nNew documentation generated based on the metadata.","shortMessageHtmlLink":"[receiver/vcenter] Switches Over Metadata Configs Waiting for v0.100.…"}},{"before":"f4a3147bc5006e01ea6c7b57f6980ce4864cdb79","after":"497fed777540f5a627445804afacbe3b4ee33ba0","ref":"refs/heads/main","pushedAt":"2024-05-08T17:20: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":"[remotetapprocessor] use 'time/rate' to limit traffic (#32481)\n\nbug: The remotetapprocessor `limit` configure doesn't work.\r\nhow to fix: use `time/rate` to limit traffic. \r\n\r\nResolves\r\nhttps://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32385\r\n\r\n---------\r\n\r\nCo-authored-by: Andrzej Stencel ","shortMessageHtmlLink":"[remotetapprocessor] use 'time/rate' to limit traffic (#32481)"}},{"before":"e88b53cd23971485d4996d084affe593e17363dc","after":null,"ref":"refs/heads/renovate/github.com-open-telemetry-otel-arrow-0.x","pushedAt":"2024-05-08T17:19:16.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":"344990300ec413e990cdf406525523130c2ece46","after":"f4a3147bc5006e01ea6c7b57f6980ce4864cdb79","ref":"refs/heads/main","pushedAt":"2024-05-08T17:19:15.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":"fix(deps): update module github.com/open-telemetry/otel-arrow to v0.22.0 (#32105)\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/open-telemetry/otel-arrow](https://togithub.com/open-telemetry/otel-arrow)\r\n| `v0.18.0` -> `v0.22.0` |\r\n[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-telemetry%2fotel-arrow/v0.22.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%2fopen-telemetry%2fotel-arrow/v0.22.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%2fopen-telemetry%2fotel-arrow/v0.18.0/v0.22.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%2fopen-telemetry%2fotel-arrow/v0.18.0/v0.22.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\nopen-telemetry/otel-arrow\r\n(github.com/open-telemetry/otel-arrow)\r\n\r\n###\r\n[`v0.22.0`](https://togithub.com/open-telemetry/otel-arrow/releases/tag/v0.22.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/open-telemetry/otel-arrow/compare/v0.21.0...v0.22.0)\r\n\r\nIncludes\r\n[#​178](https://togithub.com/open-telemetry/otel-arrow/issues/178).\r\n\r\n[CHANGELOG](https://togithub.com/open-telemetry/otel-arrow/blob/main/CHANGELOG.md)\r\n\r\n###\r\n[`v0.21.0`](https://togithub.com/open-telemetry/otel-arrow/releases/tag/v0.21.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/open-telemetry/otel-arrow/compare/v0.20.0...v0.21.0)\r\n\r\nSee the\r\n[CHANGELOG](https://togithub.com/open-telemetry/otel-arrow/blob/main/CHANGELOG.md).\r\n\r\n###\r\n[`v0.20.0`](https://togithub.com/open-telemetry/otel-arrow/releases/tag/v0.20.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/open-telemetry/otel-arrow/compare/v0.19.0...v0.20.0)\r\n\r\n##### What's Changed\r\n\r\n- Backport lint fixes from OTel-Collector-Contrib PR 31996 by\r\n[@​jmacd](https://togithub.com/jmacd) in\r\n[https://github.com/open-telemetry/otel-arrow/pull/163](https://togithub.com/open-telemetry/otel-arrow/pull/163)\r\n- Upgrade collector to v0.97.0 by\r\n[@​moh-osman3](https://togithub.com/moh-osman3) in\r\n[https://github.com/open-telemetry/otel-arrow/pull/164](https://togithub.com/open-telemetry/otel-arrow/pull/164)\r\n\r\n**Full Changelog**:\r\nhttps://github.com/open-telemetry/otel-arrow/compare/v0.19.0...v0.20.0\r\n\r\n###\r\n[`v0.19.0`](https://togithub.com/open-telemetry/otel-arrow/releases/tag/v0.19.0)\r\n\r\n[Compare\r\nSource](https://togithub.com/open-telemetry/otel-arrow/compare/v0.18.0...v0.19.0)\r\n\r\nSee\r\n[CHANGELOG.md](https://togithub.com/open-telemetry/otel-arrow/blob/main/CHANGELOG.md#0190---2024-03-26)\r\nfor release notes.\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-contrib).\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":"fix(deps): update module github.com/open-telemetry/otel-arrow to v0.2…"}},{"before":"89d09e0ba97df2eca607d017741113a292f916bd","after":"344990300ec413e990cdf406525523130c2ece46","ref":"refs/heads/main","pushedAt":"2024-05-08T16:57:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"djaglowski","name":"Daniel Jaglowski","path":"/djaglowski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5255616?s=80&v=4"},"commit":{"message":"[receiver/vcenter] Adds New Packet Dropped Rate Metric for VMs (#32930)\n\n**Description:** \r\nAdds new default disabled (with Warning log for default enabled on next\r\nrelease) metric `vcenter.vm.network.packet.drop.rate` for Virtual\r\nMachines.\r\n\r\nThis metric makes use of the `droppedRx` and `droppedTx` Network\r\nperformance metrics detailed\r\n[here](https://vdc-repo.vmware.com/vmwb-repository/dcr-public/d1902b0e-d479-46bf-8ac9-cee0e31e8ec0/07ce8dbd-db48-4261-9b8f-c6d3ad8ba472/network_counters.html)\r\nfor Virtual machines. This would use the same metric attributes as the\r\nother VM packet metrics and closely match\r\n`vcenter.vm.network.packet.rate` in every other way.\r\n\r\n**Link to tracking Issue:** \r\n#32929 \r\n\r\n**Testing:** \r\nUnit/integration tests updated and tested. Local environment tested.\r\n\r\n**Documentation:** \r\nNew documentation generated based on the metadata.","shortMessageHtmlLink":"[receiver/vcenter] Adds New Packet Dropped Rate Metric for VMs (#32930)"}},{"before":"3e868a41264da17cba9a7123709b90b3effe19d3","after":"89d09e0ba97df2eca607d017741113a292f916bd","ref":"refs/heads/main","pushedAt":"2024-05-08T16:42:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"djaglowski","name":"Daniel Jaglowski","path":"/djaglowski","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5255616?s=80&v=4"},"commit":{"message":"[receiver/vcenter] Fixes Cluster Resource Attributes for Datastore Resource (#32687)\n\n**Description:** \r\nRemoved the `vcenter.cluster.name` resource attribute from all Datastore\r\nresources.\r\n\r\n**Link to tracking Issue:** \r\n#32674 \r\n\r\n**Testing:** \r\nUnit/integration tests updated and tested. Local environment tested.\r\n\r\n**Documentation:** \r\nNew documentation generated based on the metadata.\r\n\r\n---------\r\n\r\nCo-authored-by: Daniel Jaglowski \r\nCo-authored-by: Curtis Robert ","shortMessageHtmlLink":"[receiver/vcenter] Fixes Cluster Resource Attributes for Datastore Re…"}},{"before":"097c74557b4d1f5569397ea5204549e8953af043","after":"3e868a41264da17cba9a7123709b90b3effe19d3","ref":"refs/heads/main","pushedAt":"2024-05-08T16:35:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrzej-stencel","name":"Andrzej Stencel","path":"/andrzej-stencel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70892616?s=80&v=4"},"commit":{"message":"[chore] Add some docs to readme regarding file exporter (#32855)\n\nAdmittedly I tested this via docker-compose. I can expand to having a\r\nfull docker-compose file with telemetry gen if that's preferred.\r\n\r\n---------\r\n\r\nCo-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>","shortMessageHtmlLink":"[chore] Add some docs to readme regarding file exporter (#32855)"}},{"before":"bbcbe3cfbfee86d36b79e7c80a0f1d7e8acfbb66","after":"097c74557b4d1f5569397ea5204549e8953af043","ref":"refs/heads/main","pushedAt":"2024-05-08T16:32:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrzej-stencel","name":"Andrzej Stencel","path":"/andrzej-stencel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70892616?s=80&v=4"},"commit":{"message":"[receiver/googlecloudpubsubreceiver] Fix memory leak during shutdown (#32361)\n\n**Description:** \r\n\r\nThis PR contains the following changes:\r\n1. Add `Close` call to the receiver's GRPC client. Without this,\r\ngoroutines were being leaked on shutdown.\r\n2. Change `grpc.Dial` -> `grpc.NewClient`. They offer the same\r\nfunctionality, but `Dial` is being deprecated in favor of `NewClient`.\r\n3. Enable `goleak` checks on this receiver to help ensure no goroutines\r\nare being leaked.\r\n4. Change a couple `Assert.Nil` calls to `Assert.NoError`. The output of\r\n`NoError` includes the error message if hit, `Nil` simply includes the\r\nobject's address, i.e. `&status.Error{s:(*status.Status)(0xc00007e158)}`\r\n\r\n**Link to tracking Issue:** \r\n#30438\r\n\r\n**Testing:** \r\nAll existing tests are passing, as well as added goleak check.","shortMessageHtmlLink":"[receiver/googlecloudpubsubreceiver] Fix memory leak during shutdown (#…"}},{"before":"0e2f434de88ca8ae1a9b1969c61ff4bfecde03b7","after":"bbcbe3cfbfee86d36b79e7c80a0f1d7e8acfbb66","ref":"refs/heads/main","pushedAt":"2024-05-08T15: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":"Move Aneurysm9 to emeritus status (#32943)\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 ","shortMessageHtmlLink":"Move Aneurysm9 to emeritus status (#32943)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERtZsJQA","startCursor":null,"endCursor":null}},"title":"Activity · open-telemetry/opentelemetry-collector-contrib"}