Uses of Class
com.ocient.metrics.Metric.NamedTag
Packages that use Metric.NamedTag
-
Uses of Metric.NamedTag in com.ocient.metrics
Methods in com.ocient.metrics that return Metric.NamedTagModifier and TypeMethodDescriptionstatic Metric.NamedTagMetric.NamedTag.of(Metric.Tag type, int id) static Metric.NamedTagMetric.NamedTag.of(Metric.Tag type, String id) Methods in com.ocient.metrics that return types with arguments of type Metric.NamedTagMethod parameters in com.ocient.metrics with type arguments of type Metric.NamedTagModifier and TypeMethodDescriptionstatic Metric.MetricPathMetric.MetricPath.create(String basePath, List<Metric.NamedTag> tags) Constructs a Path for a perf counter with the given base path and set ofMetric.NamedTags.static Metric.MetricPathMetric.MetricPath.createWithFullPath(String basePath, List<Metric.NamedTag> tags, String fullPathOverride) Same asMetric.MetricPath.create(String, List)but the full path is provided instead of being derived from the givenMetric.NamedTags.