fix
This commit is contained in:
parent
007b242e0f
commit
04b83cab36
3 changed files with 13 additions and 13 deletions
otel-collector
|
@ -65,7 +65,9 @@ service:
|
|||
traces:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [otlp/tempo, otlp/grafana_cloud_traces]
|
||||
exporters:
|
||||
- otlp/tempo
|
||||
- otlp/grafana_cloud_traces
|
||||
metrics:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
|
@ -75,4 +77,6 @@ service:
|
|||
logs:
|
||||
receivers: [otlp]
|
||||
processors: [batch]
|
||||
exporters: [otlphttp/loki, loki/grafana_cloud_logs]
|
||||
exporters:
|
||||
- otlphttp/loki
|
||||
- otlphttp/grafana_cloud_logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue