Alex Boten
Alex Boten
This ensures the consistency for folks emitting metrics w/ OTLP until the OTEP to specify pipeline telemetry is completed. Waiting on https://github.com/open-telemetry/opentelemetry-collector/pull/9775 before moving this forward
As suggested by @TylerHelmuth in https://github.com/open-telemetry/opentelemetry-collector/pull/9057#discussion_r1420981761, the collector now includes a copy of semconvkit that live in the go repo. This code could be moved here to share across repos.
Configuration is in different places for the different distros: ``` # contrib /etc/otelcol-contrib/config.yaml # core /etc/otelcol/config.yaml # k8s distro No conf ``` It would be great to have it be...
This test should not be skipped. add issue to not skip lifecycle checks _Originally posted by @codeboten in https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/29957#discussion_r1429195847_
updating core to pick up latest mdatagen changes
CodeQL is currently reporting "Invalid Go toolchain version: As of Go 1.21, toolchain versions must use the 1.N.P syntax.". This PR attempts to fix this.
This is as recommended by dependabot security warnings.
as per dependabot security recommendations
This PR adds the ability to configure asynchronous (observable) instruments via mdatagen. This requires providing a mechanism to set options to pass in the callbacks that will be called at...
This PR follows https://github.com/open-telemetry/opentelemetry-collector/pull/10159 and uses the new mdatagen functionality to generate async metrics in the service.