Skip to content

Commit

Permalink
update app insights otel collector
Browse files Browse the repository at this point in the history
Signed-off-by: fabistb <[email protected]>
  • Loading branch information
fabistb committed May 28, 2024
1 parent 27ec8b7 commit 1ad4765
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ data:
zpages:
endpoint: :55679
exporters:
logging:
loglevel: debug
debug:
verbosity: basic
azuremonitor:
endpoint: "https://dc.services.visualstudio.com/v2/track"
instrumentation_key: "<INSTRUMENTATION-KEY>"
Expand All @@ -33,7 +33,7 @@ data:
pipelines:
traces:
receivers: [zipkin]
exporters: [azuremonitor,logging]
exporters: [azuremonitor,debug]
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -71,7 +71,7 @@ spec:
spec:
containers:
- name: otel-collector
image: otel/opentelemetry-collector-contrib:0.77.0
image: otel/opentelemetry-collector-contrib:0.101.0
command:
- "/otelcol-contrib"
- "--config=/conf/otel-collector-config.yaml"
Expand Down

0 comments on commit 1ad4765

Please sign in to comment.