public static class ActionCounter.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ActionCounter |
build() |
ActionCounter.Builder |
failureLogLevel(LogLevel logLevel) |
ActionCounter.Builder |
logLevel(LogLevel logLevel) |
ActionCounter.Builder |
successLogLevel(LogLevel logLevel) |
ActionCounter.Builder |
tag(String key,
String value) |
ActionCounter.Builder |
tag(io.micrometer.core.instrument.Tag tag) |
ActionCounter.Builder |
tags(Iterable<io.micrometer.core.instrument.Tag> tag) |
public ActionCounter.Builder tag(String key, String value)
public ActionCounter.Builder tag(io.micrometer.core.instrument.Tag tag)
public ActionCounter.Builder tags(Iterable<io.micrometer.core.instrument.Tag> tag)
public ActionCounter.Builder logLevel(LogLevel logLevel)
public ActionCounter.Builder successLogLevel(LogLevel logLevel)
public ActionCounter.Builder failureLogLevel(LogLevel logLevel)
public ActionCounter build()
Copyright © 2021 Couchbase, Inc.. All rights reserved.