opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
#### Description This adds a string slice to pcommon, that will be used by the profiles pdata. #### Link to tracking issue Part of #10109. #### Testing This is unit-tested....
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...
### Description This is a PR that adds profiling support to collector. Relevant links: * [OTEP 239 — Introduces Profiling Data Model v2](https://github.com/open-telemetry/oteps/pull/239) ### State of this PR This is...
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.
#### Description Fixed the deadlink in mdatagen that would cause existing functionality to not work as expected. #### Link to tracking issue Fixes #10071
**Describe the bug** `mapstructure` will take any exported field and attempt to decode it. This includes non-tagged fields. > When decoding to a struct, mapstructure will use the field name...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/rs/cors](https://togithub.com/rs/cors) | `v1.10.1` -> `v1.11.0` | [](https://docs.renovatebot.com/merge-confidence/)...
**Is your feature request related to a problem? Please describe.** I am interested in monitoring data loss which occurs when exporting data from one instance of the Collector to another,...
#### Description Disables cgo by default in the builder. I'm proposing this as a breaking change because I doubt it will affect many users, most of whom I expect to...
**Is your feature request related to a problem? Please describe.** When using the collector builder, the error message when modules are mismatched isn't very helpful. For example, I tried to...