Alex Boten
Alex Boten
The following metrics are being deprecated as they were only used in the memory limiter processor: - `otelcol_processor_accepted_log_records` - `otelcol_processor_accepted_metric_points` - `otelcol_processor_accepted_spans` - `otelcol_processor_dropped_log_records` - `otelcol_processor_dropped_metric_points` - `otelcol_processor_dropped_spans` - `otelcol_processor_refused_log_records`...
This PR does a couple of things that I couldn't quite split up so I put together a PR w/ individual commits to help reviewers get through it. This PR...
### Requirements The OTel metrics are set to export every 2 seconds, it would be great if the periodic reader was configurable via environment variables supported in otel, see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#periodic-exporting-metricreader
The idea w/ this matrix is to provide end users a clear picture of what is implemented for each language implementation. Ideally, the matrix will be: 1. auto generated from...
It would be great if there was automation in place to provide maintainers of the configuration repo with an indication of a breaking change. I'm not sure if there's already...
The OTel Lambda SIG maintainers need to have access to the aws account for addressing any issues w/ publishing layers to the account
This discussion has come up a few times and I'm opening an issue to make a decision and move forward. The CI tooling in many places uses go 1.23 today,...
### Component(s) service ### What happened? **Describe the bug** The `error_output_paths` configuration doesn't behave the way I expected it to. I expected that setting this value in `service::telemetry::logs` would send...
The merge of https://github.com/open-telemetry/opentelemetry-collector/pull/10160 causes issues w/ gogenerate
#10544 gave users the ability to emit logs over OTLP as well as the console, there was a comment in the PR to add a feature gate to disable dual...