latest--config.schema
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.schema.json |
| Parent schema | ory-hydra-configuration |
Type:
object
Configure distributed tracing using OpenTelemetry
Properties
provider
string
Set this to the tracing backend you wish to use. Supports Jaeger, Zipkin, and OTEL.
service_name
string
Specifies the service name to use on the tracer.
deployment_environment
string
Specifies the deployment environment to use on the tracer.
providers
object
3 nested properties
jaeger
object
Configures the jaeger tracing backend.
2 nested properties
local_agent_address
string
The address of the jaeger-agent where spans should be sent to.
IPv6 Address and Port, IPv4 Address and Port, Hostname and Port
sampling
object
2 nested properties
server_url
string
The address of jaeger-agent's HTTP sampling server
format=uri
trace_id_ratio
number
Trace Id ratio sample
zipkin
object
Configures the zipkin tracing backend.
2 nested properties
server_url
string
The address of the Zipkin server where spans should be sent to.
format=uri
sampling
object
1 nested properties
sampling_ratio
number
Sampling ratio for spans.
otlp
object
Configures the OTLP tracing backend.
4 nested properties
server_url
string
The endpoint of the OTLP exporter (HTTP) where spans should be sent to.
IPv6 Address and Port, IPv4 Address and Port, Hostname and Port
insecure
boolean
Will use HTTP if set to true; defaults to HTTPS.
sampling
object
1 nested properties
sampling_ratio
number
Sampling ratio for spans.
authorization_header
string