Skip to content

Commit

Permalink
bind zipkin port to be accessible
Browse files Browse the repository at this point in the history
probably worth investigating if there are more obvious receivers for traces now but at least this makes it work again
  • Loading branch information
Daniel Temme committed Jan 1, 2025
1 parent c6b84d7 commit 7b1689a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions compose/config/tempo-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ distributor:
thrift_binary:
thrift_compact:
zipkin:
endpoint: tempo:9411
otlp:
protocols:
http:
Expand Down
6 changes: 3 additions & 3 deletions compose/spring/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ management:
show-values: ALWAYS
env:
show-values: ALWAYS
tracing:
sampling:
probability: 0.01
# tracing:
# sampling:
# probability: 0.01

spring:
datasource:
Expand Down

0 comments on commit 7b1689a

Please sign in to comment.