public interface Tracing
| Modifier and Type | Method and Description |
|---|---|
default Metric |
start(String name)
Create a new metric with the current time as start time and the given name.
|
Metric |
start(String name,
String description)
Create a new metric with the current time as start time, the given name and
description.
|
Copyright © 2019. All rights reserved.