opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Is your feature request related to a problem? Please describe.** I would like to know how many spans each application/client writes to the collector **Describe the solution you'd like** Add...
Hey, I want to start using the otel collector in our production environment and i have a few questions: - I use deployment in k8s for otel collector, i want...
**Is your feature request related to a problem? Please describe.** I was asked in which circumstances `*_dropped_spans` metric can be observed and while searching for the answer I noticed there...
**Description:** Added SIGHUP UNIX signal handling to reload configuration (internal collector restart). I reused the configuration source notification reloading logic, a very small change. **Link to tracking Issue:** This is...
`Map.Delete` doesn't work as a clean map interface and mutates values returned by `Map.Get`. The following snippet ```go m := pcommon.NewMap() m.InsertString("k1", "v1") m.InsertString("k2", "v2") v1, _ := m.Get("k1") fmt.Println(v1.StringVal())...
"otelcol" part of the exposed metrics that is set as Prometheus namespace is replaced the same explicit metrics prefix. This change brings names consistency between metrics that can be reported...
See https://github.com/open-telemetry/opentelemetry-collector/pull/6052#discussion_r969583693
## Important (read before submitting) **Is your feature request related to a problem? Please describe.** We are using Memory Limiter Processor https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/README.md to control the amount of memory consumed by...
**Describe the bug** On Windows, some processes that are either pseudo-processes, like pid 0, the System Idle process, or restricted processes, like pid 4, the System process, should not give...
**Is your feature request related to a problem? Please describe.** Golang GRPC server has default message limit 4MB. Batch processor can generate bigger message size, so receiver will reject batch...