Package | Description |
---|---|
org.ballerinalang.util.metrics |
Modifier and Type | Method and Description |
---|---|
Set<Tag> |
MetricId.getTags() |
Modifier and Type | Method and Description |
---|---|
int |
Tag.compareTo(Tag o) |
Modifier and Type | Method and Description |
---|---|
static void |
Tags.tag(Set<Tag> tags,
String key,
String value)
Populate tags from a key/value pair.
|
Counter.Builder |
Counter.Builder.tags(Iterable<Tag> tags) |
PolledGauge.Builder |
PolledGauge.Builder.tags(Iterable<Tag> tags) |
Gauge.Builder |
Gauge.Builder.tags(Iterable<Tag> tags) |
B |
Metric.Builder.tags(Iterable<Tag> tags)
Add tags to this metric.
|
static void |
Tags.tags(Set<Tag> existingTags,
Iterable<Tag> tags)
Populate tags from another collection of tags.
|
static void |
Tags.tags(Set<Tag> existingTags,
Iterable<Tag> tags)
Populate tags from another collection of tags.
|
static void |
Tags.tags(Set<Tag> tags,
Map<String,String> tagsMap)
Populate tags from a map of key/value pairs.
|
static void |
Tags.tags(Set<Tag> tags,
String... keyValues)
Populate tags from key/value pairs.
|
Constructor and Description |
---|
MetricId(String name,
String description,
List<Tag> tags) |
MetricId(String name,
String description,
Set<Tag> tags) |
Copyright © 2018 WSO2. All rights reserved.