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

Commit

Permalink
Fix prometheus exporter in otel-config.yaml (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Nov 28, 2022
1 parent 98dacdf commit c25efd9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev/otel-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ exporters:
insecure: true
prometheus:
endpoint: "0.0.0.0:8889"
namespace: promexample
const_labels:
label1: value1

service:
pipelines:
Expand All @@ -54,7 +51,7 @@ service:
metrics:
receivers: [signalfx]
processors: [batch]
exporters: [logging, signalfx]
exporters: [logging, prometheus, signalfx]
logs:
receivers: [otlp]
processors: [batch]
Expand Down

0 comments on commit c25efd9

Please sign in to comment.