fix prometheus remte write
This commit is contained in:
parent
a80cb81a3e
commit
bc8c9c763c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ exporters:
|
||||||
tls:
|
tls:
|
||||||
insecure: true
|
insecure: true
|
||||||
prometheusremotewrite:
|
prometheusremotewrite:
|
||||||
endpoint: http://prometheus.example.com:9411/api/prom/push
|
endpoint: http://prometheus:9411/api/prom/push
|
||||||
otlphttp/loki:
|
otlphttp/loki:
|
||||||
endpoint: http://loki:3100/otlp
|
endpoint: http://loki:3100/otlp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue