Skip to content

Commit

Permalink
[DO NOT MERGE YET] feat: update the otel end point
Browse files Browse the repository at this point in the history
feat: update the otel end point
  • Loading branch information
NathanNam committed Dec 13, 2023
1 parent a7b3174 commit 927f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/traces/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ opentelemetry-collector:
logging:
loglevel: info
otlphttp:
endpoint: '{{ include "observe.collectionEndpoint" . }}/v1/otel'
endpoint: '{{ include "observe.collectionEndpoint" . }}/v2/otel'
headers:
authorization: "Bearer ${OBSERVE_TOKEN}"
sending_queue:
Expand Down

0 comments on commit 927f86a

Please sign in to comment.