mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixos/opentelemetry-collector: fix tests
This commit is contained in:
parent
3dffdb5ce3
commit
031eb8aa79
@ -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…
Reference in New Issue
Block a user