opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
#### Description There was a typo in the mention of the `otecol_exporter_sent_spans` metric. The `l` character was missing, and it should be `otelcol_exporter_sent_spans`
Currently on this repository internal observability is documented in three different places: - The [troubleshooting](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/troubleshooting.md) document includes information about configuring metrics and logs for gathering observability. - The [observability](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/observability.md#how-we-expose-telemetry) document...
From https://github.com/open-telemetry/opentelemetry-collector/pull/2503, it looks like you have to provide username and password. Is it possible to specify which entity to use for authentication? Like instance profile or pod identity or...
**Describe the bug** When using a persistent queue backed by file storage, the persisted state can cause the collector to get stuck midway during start-up. By stuck I mean that...
### Problem We have a few issues when it's not desirable to configure the emitted metrics and resources starting from the "default" set. Sometimes, it's needed to start with an...
#### Description This PR adds support for wildcard name matching. Generated MetricsConfig and ResourceAttributesConfig will now support providing names not just as full names, but also using `*` wildcards and...
When does it make sense for `component.Shutdown` to return errors? We don't set any expectations as to when `Shutdown` may return errors or what to expect. When `Shutdown` returns an...
Per definitions from https://github.com/open-telemetry/opentelemetry-collector/issues/9324 Status | Meaning -- | -- PermanentError | The component has detected a condition at runtime that will need human intervention to fix. The collector will...
**Describe the bug** Compiling from the source package fails with the error: ``` /bin/bash: line 1: /internal/tools/tools.go: No such file or directory ``` This seems to be because SRC_ROOT requires...
[Functions to handle status aggregation](https://github.com/open-telemetry/opentelemetry-collector/blob/fe582df553666510372ada384b79d6f0a2253e0f/component/status.go#L101-L190) were added to core when status reporting was originally implemented. These functions were initially adequate while I was working on an alternative health check extension,...