public enum TelemetryConfig.Mode
- Object
- Enum<TelemetryConfig.Mode>
- TelemetryConfig.Mode
ImplementsComparable<TelemetryConfig.Mode>
How spans leave the app.
Enum constants
RELAY | Through the app’s own backend, which forwards to the collector. |
DIRECT | Straight to an OTLP/HTTP collector. |
Methods
public static TelemetryConfig.Mode[] values() | |
public static TelemetryConfig.Mode valueOf(String name) |
Inherited methods
Enum constant details
RELAY
RELAYThrough the app’s own backend, which forwards to the collector.
DIRECT
DIRECTStraight to an OTLP/HTTP collector.
Method details
values
public static TelemetryConfig.Mode[] values()valueOf
public static TelemetryConfig.Mode valueOf(String name)