opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Description:** Make the file config provider watch for changes to the config file. This is done via polling the file every second, with an additional grace period of two seconds...
**Description:**
Updates https://github.com/open-telemetry/opentelemetry-collector/issues/4714 Signed-off-by: Bogdan
Context: https://github.com/open-telemetry/opentelemetry-collector/pull/6026/files#r963914627 The Validate function currently sets the path to the Go executable, when the function's name does not imply this behavior at all.
**Is your feature request related to a problem? Please describe.** Scrapers do not currently have any control over what level their errors are logged at. Sometimes, for example in the...
It is currently internal and only used by OTLP receiver however there are other receivers that need the same functionality (any receiver that implements more than one data type needs...
I wanted the zap_pkg log to implement a scrolling deletion configuration, but found that no similar configuration was provided. Like:github.com/natefinch/lumberjack Thank you. ### telemetry.log config ``` service: telemetry: logs: level:...
_**Is your feature request related to a problem? Please describe.**_ The problem is log messages emitted by the exporters have limited context. With thousands of signals coming from various spans...
I read the doc about performance from [this link](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/performance.md), and i tried to reproduce the result. So i start a collector in k8s with 1c 2gi, and start the load...
**Describe the bug** A clear and concise description of what the bug is. Removing an attribute from `pcommon.Map` that is not the end of the internal list results in overwriting...