0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

opentelemetry-collector: 0.103.0 -> 0.109.0 (#325509)

This commit is contained in:
Weijia Wang 2024-09-12 23:10:49 +02:00 committed by GitHub
commit e3f68dc015
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -12,7 +12,9 @@ in {
enable = true;
settings = {
exporters.logging.verbosity = "detailed";
receivers.otlp.protocols.http = {};
receivers.otlp.protocols = {
http.endpoint = "0.0.0.0:${toString port}";
};
service = {
pipelines.logs = {
receivers = [ "otlp" ];