does the newest kratos version support opentelemet...
# talk-kratos
w
does the newest kratos version support opentelemetry? seems to say so here https://github.com/ory/kratos/issues/2312 but the configuration reference here https://www.ory.sh/docs/kratos/reference/configuration seems to not say anything about it. the https://github.com/ory/x/blob/master/otelx/config.schema.json schema here seems to say its supported though
i guess my main question is, if that config.schema.json file is representative, how would i add a header to the requests ? I need a header to be able to send opentelemetry to honeycomb.io
worked using
OTEL_EXPORTER_OTLP_HEADERS
env variable