freezing-solstice-24704
06/16/2022, 10:59 AMTracing backend(s): Jaeger
but also mention support for Zipkin.
I also get this log when starting Kratos with Zipkin tracing configured:
Zipkin *trace*r configured! Sending spans to func=<http://github.com/ory/x/logrusx|github.com/ory/x/logrusx>
I looked for this message in https://github.dev/ory/x and found it on line 54
in otelx/otel.go
and followed the structs and confirmed my config matches what it is looking for, yet the message being logged doesn’t seem to have my server_url
from the configs.
My configs:
tracing:
service_name: Ory Kratos
providers:
zipkin:
server_url: <http://zipkin:9411/api/v2/spans>
provider: zipkin
These configs work for Keto but not Kratos, as it may not be supported! 🤷♀️numerous-dawn-55367
06/16/2022, 3:40 PMfreezing-solstice-24704
06/16/2022, 3:52 PM