| Package | Description |
|---|---|
| org.smallmind.instrument | |
| org.smallmind.instrument.context | |
| org.smallmind.instrument.jmx |
| Modifier and Type | Method and Description |
|---|---|
MetricType |
Metrics.MetricBuilder.getType() |
MetricType |
Metrics.TallyBuilder.getType() |
MetricType |
Metrics.GaugeBuilder.getType() |
MetricType |
Metrics.HistogramBuilder.getType() |
MetricType |
Metrics.SpeedometerBuilder.getType() |
MetricType |
Metrics.ChronometerBuilder.getType() |
MetricType |
MetricKey.getType() |
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MetricKey(MetricType type,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
static NamedMetric |
NamedMetricFactory.createNamedMetric(MetricType metricType,
Metric metric,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
JMXNamingPolicy.createObjectName(MetricType type,
String domain,
MetricProperty... properties) |
ObjectName |
DefaultJMXNamingPolicy.createObjectName(MetricType type,
String domain,
MetricProperty... properties) |
Copyright © 2018. All rights reserved.