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:
commit
e3f68dc015
2 changed files with 6 additions and 4 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue