This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
gdi/opentelemetry/components Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -70,44 +70,44 @@ The following example uses a static list of host names to configure the load bal
7070 receivers :
7171 otlp :
7272 protocols :
73- grpc :
73+ grpc :
7474 endpoint : localhost:4317
75-
75+
7676 processors :
77-
77+
7878 exporters :
7979 loadbalancing :
8080 routing_key : " service"
8181 protocol :
82- otlp :
82+ otlp :
8383 # all options from the OTLP exporter are supported
8484 # except the endpoint
85- timeout : 1s
85+ timeout : 1s
8686 resolver :
8787 static :
8888 hostnames :
89- - backend-1:4317
90- - backend-2:4317
91- - backend-3:4317
92- - backend-4:4317
93- # Notice to config a headless service DNS in Kubernetes
94- # dns:
95- # hostname: otelcol-headless.observability.svc.cluster.local
96-
89+ - backend-1:4317
90+ - backend-2:4317
91+ - backend-3:4317
92+ - backend-4:4317
93+ # Notice to config a headless service DNS in Kubernetes
94+ # dns:
95+ # hostname: otelcol-headless.observability.svc.cluster.local
96+
9797 service :
9898 pipelines :
9999 traces :
100- receivers :
101- - otlp
102- processors : []
103- exporters :
104- - loadbalancing
100+ receivers :
101+ - otlp
102+ processors : []
103+ exporters :
104+ - loadbalancing
105105 logs :
106- receivers :
107- - otlp
108- processors : []
109- exporters :
110- - loadbalancing
106+ receivers :
107+ - otlp
108+ processors : []
109+ exporters :
110+ - loadbalancing
111111
112112 Kubernetes resolver
113113^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments