Skip to content

Commit 97abd25

Browse files
fix: send logs/agent-config over otlp as intended (#162)
### Description Send logs/agent-config over otlp as intended. This pipeline was mistakenly switched to prometheus. ### Checklist - [ ] Created tests which fail without the change (if possible) - [ ] Extended the README / documentation, if necessary
1 parent a6b83b8 commit 97abd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/macos/connections/self_monitoring/logs_and_metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ service:
2929
logs/agent-config:
3030
receivers: [filelog/agent-config]
3131
processors: [memory_limiter, transform/truncate, resourcedetection, resourcedetection/cloud, batch]
32-
exporters: [prometheusremotewrite/observe]
32+
exporters: [otlphttp/observe]

0 commit comments

Comments
 (0)