Uses of Class
com.ocient.metrics.Metric.NamedTag
| Package | Description |
|---|---|
| com.ocient.metrics |
-
Uses of Metric.NamedTag in com.ocient.metrics
Methods in com.ocient.metrics that return Metric.NamedTag Modifier and Type Method Description static 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.NamedTag Modifier and Type Method Description List<Metric.NamedTag>Metric.MetricPath. tags()Method parameters in com.ocient.metrics with type arguments of type Metric.NamedTag Modifier and Type Method Description static 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.