opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
Following the discussion in https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/issues/479 is seems like `EnsureCapacity` + `Append` maybe not that intuitive to use when we have `SetAt` interface. Other slices don't have `SetAt`, so it maybe...
Signed-off-by: Bogdan
This is a proposal to restructure current large "service" package with multiple dependencies, and too many features to match the configuration "service" part: - [ ] Will create a package...
This change updates the changelog process in this repo to match the process in the contrib repo. Fixes #5647 ~Keeping this as a draft until the next release to avoid...
Depends on #5991. On August 10, during the SIG meeting, we agreed on splitting components into modules, such as the OTLP Exporter and Receiver. This should be done after the...
**Describe the bug** On PRs that prepare the repo to release a new version, the integration tests for `ocb` fail, since the default configuration file references a tag that is...
**Description:** Adding a feature - Create a subcommand that generates a sample configuration for the collector. It has support for UI based options(like `npm init`), or via flags. **Link to...
**Description:** This updates the logging exporter to use the otel-go mapping functions and changes the inclusivity. This depends (logically) on https://github.com/open-telemetry/opentelemetry-go/pull/2982 releasing (i.e., otel-go 1.10.x). This addresses boundary conditions more...
Signed-off-by: Bogdan
Verify that the default config file matches the one we use for otelcorecol. If so, remove the config from the repository to rely on the default one. _Originally posted by...