Uses of Class
org.apache.flink.metrics.otel.OpenTelemetryReporterOptions.Protocol
-
Packages that use OpenTelemetryReporterOptions.Protocol Package Description org.apache.flink.metrics.otel -
-
Uses of OpenTelemetryReporterOptions.Protocol in org.apache.flink.metrics.otel
Fields in org.apache.flink.metrics.otel with type parameters of type OpenTelemetryReporterOptions.Protocol Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<OpenTelemetryReporterOptions.Protocol>OpenTelemetryReporterOptions. EXPORTER_PROTOCOLMethods in org.apache.flink.metrics.otel that return OpenTelemetryReporterOptions.Protocol Modifier and Type Method Description static OpenTelemetryReporterOptions.ProtocolOpenTelemetryReporterOptions.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenTelemetryReporterOptions.Protocol[]OpenTelemetryReporterOptions.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-