| Package | Description |
|---|---|
| org.apache.skywalking.apm.toolkit.meter.impl |
| 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 |
CounterImpl
Using
DoubleAdder to add count |
class |
GaugeImpl
Using
Supplier as the value. |
class |
HistogramImpl
Custom bucket as the steps.
|
| 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.