opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
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...
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...
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...
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...
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...
**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...