diff --git a/docker/compose/configurations/otel-collector-config.yaml b/docker/compose/configurations/otel-collector-config.yaml index fe5b1b8a..8fa4d7db 100644 --- a/docker/compose/configurations/otel-collector-config.yaml +++ b/docker/compose/configurations/otel-collector-config.yaml @@ -4,6 +4,16 @@ receivers: grpc: endpoint: :55678 +processors: + attributes/add_default_landscape_token: + actions: + - key: landscape_token + value: "mytokenvalue" + action: insert + - key: token_secret + value: "mytokensecret" + action: insert + exporters: kafka: protocol_version: 2.0.0 @@ -24,5 +34,7 @@ service: traces: receivers: - otlp + processors: + - attributes/add_default_landscape_token exporters: - - kafka + - debug