Support for HTTP server metrics semantic conventions when not using the OpenTelemetry instrumentation agent.
Support for HTTP server metrics semantic conventions when not using the OpenTelemetry instrumentation agent.
Delay containing an up-down counter that records the number of concurrent HTTP requests that are currently in flight.
Delay containing an up-down counter that records the number of concurrent HTTP requests that are currently in flight.
(active-requests-interceptor)
Returns a Pedestal interceptor to add support for metric
http.server.active_requests
. The interceptor should not be used for
applications run with the OpenTelemetry instrumentation agent.
Returns a Pedestal interceptor to add support for metric `http.server.active_requests`. The interceptor should not be used for applications run with the OpenTelemetry instrumentation agent.
(metrics-by-route-interceptors)
Returns a vector of Pedestal interceptors that add support for HTTP server
metrics which include the http.route
attribute. These interceptors should
not be used for applications run with the OpenTelemetry instrumentation
agent.
Returns a vector of Pedestal interceptors that add support for HTTP server metrics which include the `http.route` attribute. These interceptors should not be used for applications run with the OpenTelemetry instrumentation agent.
Delay containing a histogram that records the duration of inbound HTTP request processing.
Delay containing a histogram that records the duration of inbound HTTP request processing.
(request-duration-interceptor)
Returns a Pedestal interceptor to add support for metric
http.server.duration
. This interceptor should not be used for applications
run with the OpenTelemetry instrumentation agent.
Returns a Pedestal interceptor to add support for metric `http.server.duration`. This interceptor should not be used for applications run with the OpenTelemetry instrumentation agent.
Delay containing a histogram that records the size of inbound HTTP request messages.
Delay containing a histogram that records the size of inbound HTTP request messages.
(request-size-interceptor)
Returns a Pedestal interceptor to add support for metric
http.server.request.size
. This interceptor should not be used for
applications run with the OpenTelemetry instrumentation agent.
Returns a Pedestal interceptor to add support for metric `http.server.request.size`. This interceptor should not be used for applications run with the OpenTelemetry instrumentation agent.
(wrap-active-requests handler)
Ring middleware to add support for metric http.server.active_requests
.
This middleware should not be used for applications run with the
OpenTelemetry instrumentation agent.
Ring middleware to add support for metric `http.server.active_requests`. This middleware should not be used for applications run with the OpenTelemetry instrumentation agent.
(wrap-metrics-by-route handler)
Ring middleware that add support for HTTP server metrics which include the
http.route
attribute. This middleware should not be used for applications
run with the OpenTelemetry instrumentation agent.
Ring middleware that add support for HTTP server metrics which include the `http.route` attribute. This middleware should not be used for applications run with the OpenTelemetry instrumentation agent.
(wrap-request-duration handler)
Ring middleware to add support for metric http.server.duration
. This
middleware should not be used for applications run with the OpenTelemetry
instrumentation agent.
Ring middleware to add support for metric `http.server.duration`. This middleware should not be used for applications run with the OpenTelemetry instrumentation agent.
(wrap-request-size handler)
Ring middleware to add support for metric http.server.request.size
. This
middleware should not be used for applications run with the OpenTelemetry
instrumentation agent.
Ring middleware to add support for metric `http.server.request.size`. This middleware should not be used for applications run with the OpenTelemetry instrumentation agent.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close