opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Is your feature request related to a problem?** Sometimes it's useful to have goroutines count or gc related metrics exposed **Describe the solution you'd like** Add these metrics to collector...
WIP to discuss a new Unmarshaler interface.
Follow up to #5292, to move the `service/service_test.go` tests that test the host only to a `service/host_test.go` file _Originally posted by @mx-psi in https://github.com/open-telemetry/opentelemetry-collector/issues/5292#issuecomment-1113434602_
From confighttp.go: ``` // IncludeMetadata propagates the client metadata from the incoming requests to the downstream consumers // Experimental: *NOTE* this option is subject to change or removal in the...
mdatagen can now be used to generate internal telemetry for components. It currently only supports counters and histograms. This issue is to add support for observable metrics.
A continuation of https://github.com/open-telemetry/opentelemetry-collector/pull/9253 and https://github.com/open-telemetry/opentelemetry-collector/pull/9631 Description: Adds a `--skip-new-go-module` flag to the OTC builder. This enables users working in an existing go module environment (say, a "monorepo") to update...
The CodeQL builds jumped from under 15 minutes to over an hour somewhere between https://github.com/open-telemetry/opentelemetry-collector/actions/runs/8255636805 and https://github.com/open-telemetry/opentelemetry-collector/actions/runs/8255818248 The version of CodeQL increased from 2.16.3 to 2.16.4 between those versions.
See https://github.com/open-telemetry/opentelemetry-collector/actions/runs/8987902640/job/24690055429?pr=10112 ``` 2024-05-07T16:20:47.205Z INFO builder/main.go:111 Compiling panic: test timed out after 4m0s running tests: TestVersioning (4m0s) TestVersioning/old_component_version (8s) goroutine 61 [running]: testing.(*M).startAlarm.func1() /home/runner/actions-runner/_work/_tool/go/1.22.2/arm64/src/testing/testing.go:2366 +0x1dc created by time.goFunc /home/runner/actions-runner/_work/_tool/go/1.22.2/arm64/src/time/sleep.go:177 +0x44...
#### Description For log records it is really useful to know how not only the number of log records but their size in bytes as well. This PR in it's...
### Component(s) exporterhelper ### What happened? ## Description Adding `sending_queue.storage` to [Loki exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/lokiexporter) combined with `auth.authenticator: headers_setter` removes the `X-Scope-OrgID` header from the connections to Loki. ## Steps to Reproduce...