opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
**Is your feature request related to a problem? Please describe.** With https://github.com/open-telemetry/opentelemetry-collector/pull/10227, users can set `use_internal_logger` to `false` to not use the collector's internal logger for output. In this case,...
It would be awesome if I could (...) choose which metadata I want to see. Eg. for logs sometimes I might be interested only in logs, sometimes in logs and...
**Is your feature request related to a problem? Please describe.** There is no information how to verify to collector's **binary** signature. The releases contain a lot of artifacts related to...
Apologies if I have opened this in the wrong spot, please feel free move it into the correct place. I am looking for an expression of interesting in running an...
We had a discussion recently around what is an OpenTelemetry Collector and what is a distribution of the Collector. I would like to gather your opinions. @dyladan proposed that only...
Before stabilizing a module, an approver or maintainer must make sure that the following criteria have been met for at least two successive minor version releases (regardless of when this...
Current compression algorithms seem to support multiple compression levels. These levels determine the speed and efficiency of the compression algorithm. Lower compression levels provide faster speed but larger file sizes....
As discussed on a previous Collector SIG meeting, we can bump the default minimum TLS version to 1.3 by default to have a more secure default. Users would still be...
To prevent [Slowloris attacks](https://en.wikipedia.org/wiki/Slowloris_(computer_security)) we can explicitly set default values for `ReadTimeout` and `WriteTimeout` on [net/http.Server](https://pkg.go.dev/net/http#Server). We may need to go through a feature gate process for this since it's...
The `http` and `https` providers don't do any validation of their URIs. This means it's hard for us to explore using alternative syntax for parameters as discussed on #10121. We...