public interface IReservedStreams
Modifier and Type | Field and Description |
---|---|
static String |
_PPF_EOB
Punch exceptions are catched and emitted on this error stream
|
static String |
_PPF_ERRORS
Punch exceptions are catched and emitted on this error stream
|
static String |
_PPF_METRICS
Latency points are emitted on a reserved stream.
|
static String |
_PPF_SUCCESSES |
static String |
PREFIX
Define the prefix used in any IReservedStreams
|
static List<String> |
reservedStreams
List of all known reserved streams
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
getReservedStreams() |
static boolean |
isReservedStream(String streamId) |
static final String PREFIX
static final String _PPF_METRICS
static final String _PPF_ERRORS
static final String _PPF_EOB
static final String _PPF_SUCCESSES
Copyright © 2023. All rights reserved.