Skip to content

Commit

Permalink
metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Dec 21, 2024
1 parent e617171 commit 535f6ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/wf-build-otelcol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
processors:
batch:
exporters:
otlp:
endpoint: otlp.mackerelio.com:4317
compression: gzip
headers:
Mackerel-Api-Key: \${env:MACKEREL_APIKEY}
otlphttp:
endpoint: https://otlp-vaxila.mackerelio.com
headers:
Expand All @@ -45,6 +50,10 @@ jobs:
receivers: [otlp]
processors: [batch]
exporters: [otlphttp]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [otlp]
EOS
- name: Setup OpenTelemetry Collector
id: otelcol
Expand Down

0 comments on commit 535f6ed

Please sign in to comment.