Skip to content

Commit

Permalink
Remove prometheus endpoint from collector to just use push
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh committed Sep 25, 2024
1 parent e53084a commit a59c118
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions applications/spinnaker/collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ data:
http:
exporters:
prometheus:
endpoint: 0.0.0.0:8889
prometheusremotewrite:
endpoint: https://prometheus.mcintosh.farm/api/v1/write
processors:
Expand All @@ -25,7 +23,7 @@ data:
# exporters: []
metrics:
receivers: [otlp]
exporters: [prometheus,prometheusremotewrite]
exporters: [prometheusremotewrite]
#logs:
# receivers: [otlp]
# exporters: []
Expand Down Expand Up @@ -76,10 +74,6 @@ spec:
port: 4318
protocol: TCP
targetPort: 4318
- name: prometheus
port: 8889
protocol: TCP
targetPort: 8889
selector:
selector:
app.kubernetes.io/name: opentelemetrycollector
Expand Down

0 comments on commit a59c118

Please sign in to comment.