Compare commits
2 Commits
68e4ff4121
...
5ee59ae9f7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ee59ae9f7 | ||
|
|
4f008c8fe2 |
@@ -23,8 +23,6 @@ otel:
|
|||||||
# Disable trace export in tests — prevents OTLP connection attempts when no Tempo is running.
|
# Disable trace export in tests — prevents OTLP connection attempts when no Tempo is running.
|
||||||
# Sampling probability 0.0 means no spans are created, so no export is attempted.
|
# Sampling probability 0.0 means no spans are created, so no export is attempted.
|
||||||
management:
|
management:
|
||||||
server:
|
|
||||||
port: 0 # random port per context — prevents TIME_WAIT conflicts when @DirtiesContext restarts the context
|
|
||||||
tracing:
|
tracing:
|
||||||
sampling:
|
sampling:
|
||||||
probability: 0.0
|
probability: 0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user