Package com.google.cloud.grpc
Class GcpManagedChannelOptions.GcpMetricsOptions
java.lang.Object
com.google.cloud.grpc.GcpManagedChannelOptions.GcpMetricsOptions
- Enclosing class:
- GcpManagedChannelOptions
Metrics configuration for the GCP managed channel.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionList<io.opencensus.metrics.LabelKey>List<io.opencensus.metrics.LabelValue>io.opencensus.metrics.MetricRegistryio.opentelemetry.api.metrics.MeterCreates a new GcpMetricsOptions.Builder.Creates a new GcpMetricsOptions.Builder from GcpMetricsOptions.toString()
-
Constructor Details
-
GcpMetricsOptions
-
-
Method Details
-
getMetricRegistry
public io.opencensus.metrics.MetricRegistry getMetricRegistry() -
getLabelKeys
-
getLabelValues
-
getNamePrefix
-
getOpenTelemetryMeter
@Nullable public io.opentelemetry.api.metrics.Meter getOpenTelemetryMeter() -
getOtelLabelKeys
-
getOtelLabelValues
-
toString
-
newBuilder
Creates a new GcpMetricsOptions.Builder. -
newBuilder
public static GcpManagedChannelOptions.GcpMetricsOptions.Builder newBuilder(GcpManagedChannelOptions.GcpMetricsOptions options) Creates a new GcpMetricsOptions.Builder from GcpMetricsOptions.
-