public interface Tracing
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVER_TIMING_HEADER |
| 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.
|
static final String SERVER_TIMING_HEADER
Copyright © 2022. All rights reserved.