Skip to content

Commit

Permalink
fix: use v2 otel endpoint for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
yasar-observe committed Dec 13, 2023
1 parent fe8db2a commit b31f502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/traces/templates/tests/test-traces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
# Queries have the format <JMESPath query> -> <matching regexp>.
# This syntax is based on the syntax used in the JMESPath docs, which describe queries as:
# search(query, input) -> result
- -q="Path -> ^/v1/otel/v1/traces$"
- -q="Path -> ^/v2/otel/v/traces$"
- 'http://test-traces-collector.testing.svc.cluster.local:8080/dump'
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 b31f502

Please sign in to comment.