Skip to content

Commit

Permalink
Enable OTLP metrics receiver in example and default config (#1838)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored Sep 23, 2020
1 parent 3c32f36 commit 9c64999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/otelcol/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ service:
exporters: [logging]

metrics:
receivers: [opencensus, prometheus]
receivers: [otlp, opencensus, prometheus]
processors: [batch]
exporters: [logging]

Expand Down
2 changes: 1 addition & 1 deletion examples/otel-local-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ service:
exporters: [logging]

metrics:
receivers: [opencensus, prometheus]
receivers: [otlp, opencensus, prometheus]
processors: [batch]
exporters: [logging]

Expand Down

0 comments on commit 9c64999

Please sign in to comment.