DeprecatedMetricBuilder
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class MetricBuilder
- Self type
Members list
Value members
Deprecated methods
Registers a new gauge metric that caches its value for a given duration.
Registers a new gauge metric that caches its value for a given duration.
Value parameters
- name
-
the name of the gauge
- scope
-
(deprecated) the scope of the gauge or null for no scope
- timeout
-
the timeout
Attributes
- Deprecated
- true
Creates a new counter metric.
Creates a new counter metric.
Value parameters
- name
-
the name of the counter
- scope
-
(deprecated) the scope of the counter or null for no scope
Attributes
- Deprecated
- true
Registers a new gauge metric.
Registers a new gauge metric.
Value parameters
- name
-
the name of the gauge
- scope
-
(deprecated) the scope of the gauge or null for no scope
Attributes
- Deprecated
- true
Creates a new histogram metric.
Creates a new histogram metric.
Value parameters
- name
-
the name of the histogram
- scope
-
(deprecated) the scope of the histogram or null for no scope
Attributes
- Deprecated
- true
Creates a new meter metric.
Creates a new meter metric.
Value parameters
- name
-
the name of the meter
- scope
-
(deprecated) the scope of the meter or null for no scope
Attributes
- Deprecated
- true
Attributes
- Deprecated
- true