fix
This commit is contained in:
parent
9754a14add
commit
4d20743feb
2 changed files with 11 additions and 10 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.env
|
|
@ -9,12 +9,12 @@ processors:
|
||||||
batch:
|
batch:
|
||||||
|
|
||||||
exporters:
|
exporters:
|
||||||
tempo:
|
otlp: # tempo
|
||||||
endpoint: tempo:4317
|
endpoint: tempo:4317
|
||||||
prometheus:
|
|
||||||
endpoint: http://prometheus:9411/api/prom/push
|
|
||||||
tls:
|
tls:
|
||||||
insecure: true
|
insecure: true
|
||||||
|
prometheusremotewrite:
|
||||||
|
endpoint: http://prometheus.example.com:9411/api/prom/push
|
||||||
loki:
|
loki:
|
||||||
endpoint: http://loki:3100/loki/api/v1/push
|
endpoint: http://loki:3100/loki/api/v1/push
|
||||||
tls:
|
tls:
|
||||||
|
@ -23,22 +23,22 @@ exporters:
|
||||||
exporter: false
|
exporter: false
|
||||||
job: true
|
job: true
|
||||||
|
|
||||||
# extensions:
|
extensions:
|
||||||
# health_check:
|
health_check:
|
||||||
# pprof:
|
# pprof:
|
||||||
# zpages:
|
zpages:
|
||||||
|
|
||||||
service:
|
service:
|
||||||
extensions: [health_check, pprof, zpages]
|
extensions: [health_check, zpages]
|
||||||
pipelines:
|
pipelines:
|
||||||
traces:
|
traces:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
exporters: [tempo]
|
exporters: [otlp]
|
||||||
metrics:
|
metrics:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
exporters: [prometheus]
|
exporters: [prometheusremotewrite]
|
||||||
logs:
|
logs:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
processors: [batch]
|
processors: [batch]
|
||||||
|
|
Loading…
Reference in a new issue