The OTLP agent has a feature where you can add the values of request headers to a span as an attribute automatically through some configuration. How would you achieve this when using the tracing support provided by micrometer/spring boot?
The property supported by the agent is
otel.instrumentation.http.server.capture-response-headers
getHighCardinalityKeyValuesin the observation convention is the right path to go down?