setting a tracing config does not work. kratos ver...
# talk-kratos
h
setting a tracing config does not work. kratos verifies that it is set up properly, but I am not receiving any traces in the otel collector:
Copy code
tracing:
  service_name: auth-kratos
  provider: otel
  providers:
    otlp:
      insecure: true
      server_url: collector-opentelemetry-collector.observability.svc.cluster.local:4318
I see all the examples with config usage being wiped out, should I set it up via env vars instead? both kratos and oathkeeper do not send any traces with the config above.