Update configuration
This commit is contained in:
@@ -6,7 +6,12 @@ receivers:
|
||||
http:
|
||||
endpoint: 0.0.0.0:4318
|
||||
|
||||
processors:
|
||||
batch:
|
||||
|
||||
exporters:
|
||||
prometheus:
|
||||
endpoint: 0.0.0.0:8889
|
||||
debug:
|
||||
verbosity: detailed
|
||||
|
||||
@@ -15,5 +20,9 @@ service:
|
||||
pipelines:
|
||||
traces:
|
||||
receivers: [otlp]
|
||||
processors: []
|
||||
processors: [batch]
|
||||
exporters: [debug]
|
||||
metrics:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [prometheus,debug]
|
||||
|
||||
Reference in New Issue
Block a user