Liking cljdoc? Tell your friends :D

steffan-westcott.clj-otel.api.metrics.http.server

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.
raw docstring

active-requestsclj

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.
sourceraw docstring

active-requests-interceptorclj

(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.
sourceraw docstring

metrics-by-route-interceptorsclj

(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.
sourceraw docstring

request-durationclj

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.
sourceraw docstring

request-duration-interceptorclj

(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.
sourceraw docstring

request-sizeclj

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.
sourceraw docstring

request-size-interceptorclj

(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.
sourceraw docstring

wrap-active-requestsclj

(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.
sourceraw docstring

wrap-metrics-by-routeclj

(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.
sourceraw docstring

wrap-request-durationclj

(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.
sourceraw docstring

wrap-request-sizeclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close