Package io.opentelemetry.javaagent.bootstrap.http
package io.opentelemetry.javaagent.bootstrap.http
-
ClassDescription
HttpServerResponseCustomizer
can be used to execute code after an HTTP server response is created for the purpose of mutating the response in some way, such as appending headers, that may depend on the context of the SERVER span.Holds the currently active response customizer.HttpServerResponseMutator<RESPONSE>Provides the ability to mutate an instrumentation library specific response.