Skip to content

Commit

Permalink
Update otel-collector-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Dec 18, 2023
1 parent 0c1775f commit 209d66d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/otel-collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ exporters:
azuremonitor:
connection_string: "<INSTRUMENTATION_KEY>"


# A connector acts as an exporter to one pipeline and a receiver to another
connectors:
spanmetrics:
histogram:
explicit:
buckets: [ 5ms, 10ms, 25ms, 50ms, 100ms, 250ms, 500ms, 1000ms ]

# Processors are used to transform data
processors:
resource:
attributes:
Expand All @@ -37,6 +38,7 @@ processors:
key: loki.resource.labels
value: service_name

# Service pipelines define the flow of data through the collector
service:
pipelines:
traces:
Expand Down

0 comments on commit 209d66d

Please sign in to comment.