public interface Metrics
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_METRICS_PROPERTY_NAME |
static boolean |
METRICS_ENABLED |
Modifier and Type | Method and Description |
---|---|
default void |
close()
Used to close out the metrics, for example when an http server/client has been closed.
No specific thread and context can be expected when this method is called.
|
static final String DISABLE_METRICS_PROPERTY_NAME
static final boolean METRICS_ENABLED
Copyright © 2023 Eclipse. All rights reserved.