Last active
August 15, 2024 10:45
-
-
Save afarid/e0ab69a14ef65e49f4e8bd456f7c2509 to your computer and use it in GitHub Desktop.
collector1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| receivers: | |
| otlp: | |
| protocols: | |
| grpc: | |
| endpoint: 0.0.0.0:4317 | |
| http: | |
| endpoint: 0.0.0.0:4318 | |
| exporters: | |
| loadbalancing: | |
| routing_key: "traceID" | |
| protocol: | |
| otlp: | |
| timeout: 1s | |
| tls: | |
| insecure: true | |
| resolver: | |
| k8s: | |
| service: collector2 | |
| service: | |
| pipelines: | |
| traces: | |
| receivers: | |
| - otlp | |
| processors: [] | |
| exporters: | |
| - loadbalancing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment