opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

OpenTelemetry Collector

Results 925 opentelemetry-collector issues
Sort by recently updated
recently updated
newest added
trafficstars

Track issues for #5659 Previously, the nosec line was right before the exec.Command, and it's not anymore. Move it here and it will skip the linter. That said, I'd be...

good first issue

What are the units for the columns Sustained Rate and Recommend Maximum in this table? Perhaps **Spans per second**? https://github.com/open-telemetry/opentelemetry-collector/blob/b2dc376ccacdabbf29dd0af5f70a5283af388fbb/docs/performance.md?plain=1#L34-L43

I would like to suggest adding a builder for opentelemetry-collector configuration file for testing purposes. In current implementation https://github.com/open-telemetry/opentelemetry-collector/blob/master/testbed/tests/scenarios.go#L34 config file is generated based on the provided string. This can...

help wanted

The service needs to provide good observability to its users but it needs to be careful about not overwhelming the system with logging/metrics/traces. In this regard logging is typically the...

help wanted
Stale

Explore ways to expose pipelines state as a graph. We want to clearly expose data propagation through pipeline, show in/drop/out for each component. One possible approach is to model each...

help wanted
Stale

Add a convenience method for initializing a metric with a single resource & instrumentation metric to the pdatautil package. Something like: ```func InitializeMetricSlice(metricData data.MetricData) pdata.MetricSlice``` _(may need additional parameters)_ Once...

help wanted
Stale

**Description:** Add a `--list-components` flag to the collector service. This currently show all the available components, their types and their signal stability levels. In future, we could also show the...

**Is your feature request related to a problem? Please describe.** We have collectors running in hosts within internal network which does not allow outgoing traffic to backends in public internet....

I have been attempting to instrument lambdas using the docs on the ADOT website. I have successfully instrumented some python lambdas, where they send the data to the collector, and...

bug