opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Description:** Allow configuring confmap converters and providers in the builder's config. If either config field isn't set, the default set of converters/providers is used. Currently builds upon https://github.com/open-telemetry/opentelemetry-collector/pull/9228 and https://github.com/open-telemetry/opentelemetry-collector/pull/9461,...
Before considering `component` 1.0, we need to review the public API to ensure what is exposed makes sense https://pkg.go.dev/go.opentelemetry.io/collector/component
`component.Host.GetFactory` is used by a single component: the receivercreator. While it may not be possible it would be great to consider if we can remove this or maybe make it...
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: - [ ] No...
This option is redundant since one can already call `ServerConfig.NetAddr.Listen` instead. Should we deprecate it?
- [ ] #9808 - [x] [configcompression] Update public methods to accept context.Context - [x] #9807 - [x] #9812 - [x] #9105 - [x] [configopaque] Update public methods to accept...
There are a few fields in `confighttp` structs that use e.g. a pointer to int instead of an int. This is an unusual pattern in configuration from components, so I...
[...] We should add a `NewDefaultFoo` for all configs, so that we can easily add new fields and set the right default value. So we can say that in order...
**Description:** Adding a feature - Enabling [gRPC Health Checking Protocol](https://github.com/grpc/grpc/blob/master/doc/health-checking.md) on Open Telemetry Collector. **Link to tracking Issue:** Not Applicable **Testing:** Before this PR, if you use any gRPC tool...
``` 2024-02-07T02:18:55.694Z error exporterhelper/queue_sender.go:123 Exporting failed. No more retries left. Dropping data. {"kind": "exporter", "data_type": "traces", "name": "otlp/XXX", "error": "rpc error: code = Unavailable desc = connection error: desc =...