mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 03:26:21 -04:00
Make Jaeger fully configurable (#5694)
* Allow Jaeger to be configured * Update sample config
This commit is contained in:
parent
4806651744
commit
3641784e8c
4 changed files with 46 additions and 4 deletions
|
@ -1430,3 +1430,19 @@ opentracing:
|
|||
#
|
||||
#homeserver_whitelist:
|
||||
# - ".*"
|
||||
|
||||
# Jaeger can be configured to sample traces at different rates.
|
||||
# All configuration options provided by Jaeger can be set here.
|
||||
# Jaeger's configuration mostly related to trace sampling which
|
||||
# is documented here:
|
||||
# https://www.jaegertracing.io/docs/1.13/sampling/.
|
||||
#
|
||||
#jaeger_config:
|
||||
# sampler:
|
||||
# type: const
|
||||
# param: 1
|
||||
|
||||
# Logging whether spans were started and reported
|
||||
#
|
||||
# logging:
|
||||
# false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue