public enum TelemetryConfig.Mode

  1. Object
  2. Enum<TelemetryConfig.Mode>
  3. TelemetryConfig.Mode

ImplementsComparable<TelemetryConfig.Mode>

How spans leave the app.

Enum constants

RELAYThrough the app’s own backend, which forwards to the collector.
DIRECTStraight to an OTLP/HTTP collector.

Methods

public static TelemetryConfig.Mode[] values()
public static TelemetryConfig.Mode valueOf(String name)

Inherited methods

Enum constant details

RELAY

RELAY
Through the app’s own backend, which forwards to the collector.

DIRECT

DIRECT
Straight to an OTLP/HTTP collector.

Method details

values

public static TelemetryConfig.Mode[] values()

valueOf

public static TelemetryConfig.Mode valueOf(String name)