Skip to content

Commit

Permalink
update windows draft
Browse files Browse the repository at this point in the history
  • Loading branch information
cboudereau committed Apr 3, 2024
1 parent 79b5c3e commit ede8829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _DRAFT/OTEL-windows/otelcontribcol/pipeline.agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ exporters:
otlphttp/mimir:
endpoint: http://localhost:9009/otlp
debug:
verbosity: detailed
# verbosity: detailed
verbosity: basic

receivers:
# otelcontribcol metrics + host metrics
Expand Down Expand Up @@ -90,4 +91,5 @@ service:
metrics/agent:
receivers: [prometheus/agent, hostmetrics/agent]
processors: [attributes/agent, resourcedetection/system, transform, batch/agent]
exporters: [otlphttp/mimir]
# exporters: [otlphttp/mimir]
exporters: [debug]
1 change: 1 addition & 0 deletions _DRAFT/OTEL-windows/otelcontribcol/run.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.\otelcol-contrib.exe --config .\pipeline.agent.yaml

0 comments on commit ede8829

Please sign in to comment.