Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c25efd9

Browse files
authored
Fix prometheus exporter in otel-config.yaml (#683)
1 parent 98dacdf commit c25efd9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dev/otel-config.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ exporters:
4141
insecure: true
4242
prometheus:
4343
endpoint: "0.0.0.0:8889"
44-
namespace: promexample
45-
const_labels:
46-
label1: value1
4744

4845
service:
4946
pipelines:
@@ -54,7 +51,7 @@ service:
5451
metrics:
5552
receivers: [signalfx]
5653
processors: [batch]
57-
exporters: [logging, signalfx]
54+
exporters: [logging, prometheus, signalfx]
5855
logs:
5956
receivers: [otlp]
6057
processors: [batch]

0 commit comments

Comments
 (0)