add tempo (tracing), pyroscope (profiling), node exporter (metriche)
This commit is contained in:
@@ -15,6 +15,10 @@ processors:
|
||||
exporters:
|
||||
prometheus:
|
||||
endpoint: "0.0.0.0:8889"
|
||||
otlp/tempo:
|
||||
endpoint: tempo:4317
|
||||
tls:
|
||||
insecure: true
|
||||
debug:
|
||||
verbosity: detailed
|
||||
|
||||
@@ -25,6 +29,11 @@ service:
|
||||
processors: [batch]
|
||||
exporters: [prometheus, debug]
|
||||
|
||||
traces:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [otlp/tempo, debug]
|
||||
|
||||
logs:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
|
||||
Reference in New Issue
Block a user