opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
### Component(s) _No response_ ### What happened? **Describe the bug** When there is an error related to a failed export tied to a timeout, users see an info log such...
Before stabilizing a module, an approver or maintainer must make sure that the following criteria have been met for at least two successive minor version releases: - [x] No open...
### Component(s) pdata ### What happened? Avoid problems like https://github.com/open-telemetry/opentelemetry-collector/pull/14073 ### Collector version v0.138.0 ### Environment information ## Environment OS: (e.g., "Ubuntu 20.04") Compiler(if manually compiled): (e.g., "go 14.2") ###...
#### Description Add a RFC to discuss supporting expressing the configuration of a component as a JSON schema. #### Link to tracking issue Relates to https://github.com/open-telemetry/opentelemetry-collector/issues/9769 and https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42214
#### Description Deprecate `componentstatus.Watcher` and `componentstatus.InstanceID`, use `extensioncapabilities.Watcher` instead #### Link to tracking issue Fixes #10764
When entities are defined, mdatagen generates `AssociateWith{EntityType}()` methods on ResourceBuilder that associate resources with entity types using the entity refs API. The `entities` section is backward compatible - existing metadata.yaml...
Please be aware that this change adds as a dependency experimental gRPC APIs that are explicitly subject to change. If we were to move, remove, or change our library, your...
#### Description Replaces https://github.com/open-telemetry/opentelemetry-collector/pull/13263 Documents the interface pattern used in core interfaces (e.g., component, consumer, extensions), which enables safe interface evolution as described in this RFC. This documents an existing...
#### Description #### Link to tracking issue This is part of https://github.com/open-telemetry/opentelemetry-collector/issues/13106 It introduces a new MergeFrom method, which allows merging to profiles. Continuation fort #13588
#### Description Implement scraper for Profiles. This will help implement receiver parts like https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/42843.