Liking cljdoc? Tell your friends :D

puppetlabs.http.client.metrics


build-metric-namespaceclj

(build-metric-namespace metric-prefix server-id)
source

get-base-metric-dataclj

(get-base-metric-data data)

Inputs: [data :- ClientMetricData] Returns: common/BaseMetricData

Inputs: [data :- ClientMetricData]
Returns: common/BaseMetricData
sourceraw docstring

get-client-metricsclj

(get-client-metrics metric-registry)

Inputs: [metric-registry :- MetricRegistry] Returns: (schema/maybe common/AllMetrics)

Returns the http client-specific metrics from the metric registry.

Inputs: [metric-registry :- MetricRegistry]
Returns: (schema/maybe common/AllMetrics)

Returns the http client-specific metrics from the metric registry.
sourceraw docstring

get-client-metrics-by-metric-idclj

(get-client-metrics-by-metric-id metric-registry metric-id)

Inputs: [metric-registry :- MetricRegistry metric-id :- common/MetricId] Returns: common/Metrics

Returns the http client-specific url metrics matching the specified url.

Inputs: [metric-registry :- MetricRegistry metric-id :- common/MetricId]
Returns: common/Metrics

Returns the http client-specific url metrics matching the specified url.
sourceraw docstring

get-client-metrics-by-urlclj

(get-client-metrics-by-url metric-registry url)

Inputs: [metric-registry :- MetricRegistry url :- schema/Str] Returns: common/Metrics

Returns the http client-specific url metrics matching the specified url.

Inputs: [metric-registry :- MetricRegistry url :- schema/Str]
Returns: common/Metrics

Returns the http client-specific url metrics matching the specified url.
sourceraw docstring

get-client-metrics-by-url-and-methodclj

(get-client-metrics-by-url-and-method metric-registry url method)

Inputs: [metric-registry :- MetricRegistry url :- schema/Str method :- common/HTTPMethod] Returns: common/Metrics

Returns the http client-specific url metrics matching the specified url.

Inputs: [metric-registry :- MetricRegistry url :- schema/Str method :- common/HTTPMethod]
Returns: common/Metrics

Returns the http client-specific url metrics matching the specified url.
sourceraw docstring

get-client-metrics-dataclj

(get-client-metrics-data metric-registry)

Inputs: [metric-registry :- MetricRegistry] Returns: common/AllMetricsData

Returns a summary of the metric data for all http client timers, organized in a map by category.

Inputs: [metric-registry :- MetricRegistry]
Returns: common/AllMetricsData

Returns a summary of the metric data for all http client timers, organized
in a map by category.
sourceraw docstring

get-client-metrics-data-by-metric-idclj

(get-client-metrics-data-by-metric-id metric-registry metric-id)

Inputs: [metric-registry :- MetricRegistry metric-id :- common/MetricId] Returns: [common/MetricIdMetricData]

Returns a summary of the metric data for all http client timers filtered by metric-id.

Inputs: [metric-registry :- MetricRegistry metric-id :- common/MetricId]
Returns: [common/MetricIdMetricData]

Returns a summary of the metric data for all http client timers filtered by
metric-id.
sourceraw docstring

get-client-metrics-data-by-urlclj

(get-client-metrics-data-by-url metric-registry url)

Inputs: [metric-registry :- MetricRegistry url :- schema/Str] Returns: [common/UrlMetricData]

Returns a summary of the metric data for all http client timers filtered by url.

Inputs: [metric-registry :- MetricRegistry url :- schema/Str]
Returns: [common/UrlMetricData]

Returns a summary of the metric data for all http client timers filtered by
url.
sourceraw docstring

get-client-metrics-data-by-url-and-methodclj

(get-client-metrics-data-by-url-and-method metric-registry url method)

Inputs: [metric-registry :- MetricRegistry url :- schema/Str method :- common/HTTPMethod] Returns: [common/UrlAndMethodMetricData]

Returns a summary of the metric data for all http client timers filtered by url and method.

Inputs: [metric-registry :- MetricRegistry url :- schema/Str method :- common/HTTPMethod]
Returns: [common/UrlAndMethodMetricData]

Returns a summary of the metric data for all http client timers filtered by
url and method.
sourceraw docstring

get-java-metric-typeclj

(get-java-metric-type metric-type)
source

get-metric-id-metric-dataclj

(get-metric-id-metric-data data)

Inputs: [data :- ClientMetricData] Returns: common/MetricIdMetricData

Inputs: [data :- ClientMetricData]
Returns: common/MetricIdMetricData
sourceraw docstring

get-url-and-method-metric-dataclj

(get-url-and-method-metric-data data)

Inputs: [data :- ClientMetricData] Returns: common/UrlAndMethodMetricData

Inputs: [data :- ClientMetricData]
Returns: common/UrlAndMethodMetricData
sourceraw docstring

get-url-metric-dataclj

(get-url-metric-data data)

Inputs: [data :- ClientMetricData] Returns: common/UrlMetricData

Inputs: [data :- ClientMetricData]
Returns: common/UrlMetricData
sourceraw docstring

uppercase-methodclj

(uppercase-method method)
source

url->metric-urlclj

(url->metric-url url)

Inputs: [url :- schema/Str] Returns: schema/Str

Inputs: [url :- schema/Str]
Returns: schema/Str
sourceraw docstring

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

× close