diff --git a/otelcol-config.yaml b/otelcol-config.yaml index 3dd7e8f..6645385 100644 --- a/otelcol-config.yaml +++ b/otelcol-config.yaml @@ -102,12 +102,12 @@ service: traces: receivers: [otlp] processors: [batch] - exporters: [otlphttp/grafana_cloud, debug] + exporters: [debug] metrics: receivers: [otlp, hostmetrics] processors: [resourcedetection, batch] - exporters: [otlphttp/grafana_cloud, prometheusremotewrite, debug] + exporters: [prometheusremotewrite, debug] logs: receivers: [otlp] processors: [batch] - exporters: [otlphttp/loki, otlphttp/grafana_cloud, debug] + exporters: [otlphttp/loki, debug]