opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Is your feature request related to a problem? Please describe.** Discussion from [4878](https://github.com/open-telemetry/opentelemetry-collector/pull/4878#issuecomment-1055438081) led to a decision to design `Shutdown` to follow language patterns for how it and `Run` should...
As I understood it, 1.0 is used as the default version on the server-side. This is *not* what we want here, on a newer server/library: the recommendation for a few...
Hi Is there a way to export metadata of the collected data from OpenTelemetry collector? Fo example, for collected metric data, I want to know what is the metric name?...
An idea that I had in mind for long time, is to actually embed the "zpages" into Host: * Host will have to start an "http.Server" that can be shared...
**Is your feature request related to a problem? Please describe.** The collector v0.52.0 and before used to write an INFO log on shutdown that said "Shutdown complete". This was useful...
It would be useful to have an option in the builder to pass Go build tags, so that we can test the functionality currently behind the `enable_unstable` build tag. We...
**Describe the bug** During the lifetime of my application, everything is working properly. Once I closed it, I have a "warning" in the collector: ` warn zapgrpc/zapgrpc.go:191 [transport] transport: http2Server.HandleStreams...
Are there any plans for building support for the Kubernetes External Metrics Provider to enable autoscaling on custom metrics? It seems like this would be a greta feature for the...
Hi All, I am new to open-telemtry, I am trying to collect a Linux machines metrics such as CPU/Disk/Memory to display in cloudwatch. I have installed open-telemetry collector in my...
**Is your feature request related to a problem? Please describe.** I'm using the OTLP receiver for collecting logs into the otel collector. The body of my logs is JSON but...