File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ collector:
4949 network: {}
5050 filesystem: {}
5151 otlp:
52- - server:
52+ "default":
53+ server:
5354 host: "127.0.0.1"
5455 port: 4317
5556 auth:
@@ -61,11 +62,13 @@ collector:
6162 key: /tmp/key.pem
6263 generate_self_signed_cert: true
6364 processors:
64- batch: {}
65+ batch:
66+ "default": {}
6567 exporters:
66- debug:
68+ debug: {}
6769 otlp:
68- - server:
70+ "default":
71+ server:
6972 host: "otel-collector"
7073 port: 4317
7174 authenticator: headers_setter
@@ -79,3 +82,9 @@ collector:
7982 - action: insert
8083 key: "authorization"
8184 value: "fake-authorization"
85+ pipelines:
86+ metrics:
87+ "default":
88+ receivers: ["otlp/default", "host_metrics", "nginx_metrics"]
89+ processors: ["batch/default"]
90+ exporters: ["otlp/default", "debug"]
You can’t perform that action at this time.
0 commit comments