| Package | Description |
|---|---|
| org.apache.skywalking.apm.toolkit.meter | |
| org.apache.skywalking.apm.toolkit.meter.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseBuilder<Builder extends BaseBuilder,Meter extends BaseMeter> |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Counter.Builder |
static interface |
Gauge.Builder |
static interface |
Histogram.Builder |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBuilder<BUILDER extends BaseBuilder,BASE extends BaseMeter,IMPL extends AbstractMeter>
Help to build the meter
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBuilder<BUILDER extends BaseBuilder,BASE extends BaseMeter,IMPL extends AbstractMeter>
Help to build the meter
|
static class |
CounterImpl.Builder |
static class |
GaugeImpl.Builder |
static class |
HistogramImpl.Builder
Histogram builder
|
| Modifier and Type | Method and Description |
|---|---|
static <BUILDER extends BaseBuilder,BASE extends BaseMeter,IMPL extends AbstractMeter> |
MeterCenter.getOrCreateMeter(AbstractBuilder<BUILDER,BASE,IMPL> builder)
Get or create a new meter
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.