- getApplicationName() - Method in class com.netflix.spectator.controllers.model.ApplicationRegistry
-
The application name exporting the metrics.
- getApplicationVersion() - Method in class com.netflix.spectator.controllers.model.ApplicationRegistry
-
The version of the application name exporting the metrics.
- getDefaultMeasurementFilter() - Method in class com.netflix.spectator.controllers.MetricsController
-
The default measurement filter is configured through properties.
- getExclude() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilter.IncludeExcludePatterns
-
The value patterns that cannot be satisifed to include.
- getExclude() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilterSpecification
-
The list of specifications for when meters should be excluded.
- getInclude() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilter.IncludeExcludePatterns
-
The value patterns that must be satisifed to include.
- getInclude() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilterSpecification
-
The list of specifications for when meters should be included.
- getKey() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilterSpecification.TagFilterSpecification
-
- getKind() - Method in class com.netflix.spectator.controllers.model.MetricValues
-
Returns a string denoting the type of Meter.
- getMetrics(Map<String, String>) - Method in class com.netflix.spectator.controllers.MetricsController
-
Endpoint for querying current metric values.
- getMetrics() - Method in class com.netflix.spectator.controllers.model.ApplicationRegistry
-
The current metrics.
- getStartTime() - Method in class com.netflix.spectator.controllers.model.ApplicationRegistry
-
The JVM start time (millis).
- getT() - Method in class com.netflix.spectator.controllers.model.DataPoint
-
The measurement timestamp.
- getTags() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilter.ValueFilterPattern
-
The list of tag filters that must be satisfied for the value to be satisfied.
- getTags() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilterSpecification.ValueFilterSpecification
-
The tag specifications.
- getTags() - Method in class com.netflix.spectator.controllers.model.TaggedDataPoints
-
The tag bindings for the values.
- getV() - Method in class com.netflix.spectator.controllers.model.DataPoint
-
The measurement value.
- getValue() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilterSpecification.TagFilterSpecification
-
- getValues() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilter.MeterFilterPattern
-
A list of value filters acts as a disjunction.
- getValues() - Method in class com.netflix.spectator.controllers.filter.PrototypeMeasurementFilterSpecification.MeterFilterSpecification
-
The metric vlaue specifications.
- getValues() - Method in class com.netflix.spectator.controllers.model.MetricValues
-
Returns the current data point values for this metric.
- getValues() - Method in class com.netflix.spectator.controllers.model.TaggedDataPoints
-
The current values.