Uses of Class
io.opentelemetry.exporter.otlp.metrics.ExportMetricsServiceResponse
-
Packages that use ExportMetricsServiceResponse Package Description io.opentelemetry.exporter.otlp.metrics OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP gRPC. -
-
Uses of ExportMetricsServiceResponse in io.opentelemetry.exporter.otlp.metrics
Fields in io.opentelemetry.exporter.otlp.metrics with type parameters of type ExportMetricsServiceResponse Modifier and Type Field Description private static io.grpc.MethodDescriptor<Marshaler,ExportMetricsServiceResponse>
MarshalerMetricsServiceGrpc. getExportMethod
private static io.grpc.MethodDescriptor.Marshaller<ExportMetricsServiceResponse>
MarshalerMetricsServiceGrpc. RESPONSE_MARSHALER
Methods in io.opentelemetry.exporter.otlp.metrics that return ExportMetricsServiceResponse Modifier and Type Method Description static ExportMetricsServiceResponse
ExportMetricsServiceResponse. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExportMetricsServiceResponse[]
ExportMetricsServiceResponse. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.exporter.otlp.metrics that return types with arguments of type ExportMetricsServiceResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExportMetricsServiceResponse>
MarshalerMetricsServiceGrpc.MetricsServiceFutureStub. export(Marshaler request)
-