Currently Circus only supports Prometheus. Support for OpenTelemetry would be more suitable for more "ambitious" setups. It's also nice for Hydra parity.
Would be configured something like this:
[tracing]
level = "debug"
[tracing.otlp]
enabled = true
endpoint = "http://localhost:4317"
service_name = "circus-server"
sample_ratio = 0.1
Currently Circus only supports Prometheus. Support for OpenTelemetry would be more suitable for more "ambitious" setups. It's also nice for Hydra parity.
Would be configured something like this: