Skip to content

Commit

Permalink
chore: use otel provider for oathkeeper tracing (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts authored Sep 25, 2023
1 parent 813bb28 commit 9f181e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions dev/ory/oathkeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ log:
format: json

tracing:
provider: jaeger
provider: otel
providers:
jaeger:
local_agent_address: otel-agent:6831
otlp:
server_url: otel-agent:4318
insecure: true

authenticators:
jwt:
Expand Down
2 changes: 1 addition & 1 deletion dev/otel-agent-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ receivers:
thrift_binary: # on port 6832
otlp:
protocols:
http:
http: # on port 4318

processors:
filter/ottl:
Expand Down

0 comments on commit 9f181e1

Please sign in to comment.