| Constructor and Description |
|---|
NoopMeter() |
| Modifier and Type | Method and Description |
|---|---|
Counter |
counter(String name,
Map<String,String> tags)
Creates a new counter.
|
String |
toString() |
ValueRecorder |
valueRecorder(String name,
Map<String,String> tags)
Creates a new value recorder.
|
public Counter counter(String name, Map<String,String> tags)
Meterpublic ValueRecorder valueRecorder(String name, Map<String,String> tags)
MetervalueRecorder in interface Metername - the name of the value recorder.tags - the tags of the value recorder.Copyright © 2021 Couchbase, Inc.. All rights reserved.