Class SpannerRpcViews (6.89.0)

publicclassSpannerRpcViews

Inheritance

java.lang.Object > SpannerRpcViews

Static Fields

DATABASE_ID

publicstaticfinalTagKeyDATABASE_ID
Field Value
TypeDescription
io.opencensus.tags.TagKey

INSTANCE_ID

publicstaticfinalTagKeyINSTANCE_ID
Field Value
TypeDescription
io.opencensus.tags.TagKey

METHOD

publicstaticfinalTagKeyMETHOD

TagKeys

Field Value
TypeDescription
io.opencensus.tags.TagKey

PROJECT_ID

publicstaticfinalTagKeyPROJECT_ID
Field Value
TypeDescription
io.opencensus.tags.TagKey

SPANNER_GFE_HEADER_MISSING_COUNT

publicstaticfinalMeasure.MeasureLongSPANNER_GFE_HEADER_MISSING_COUNT

Number of responses without the server-timing header.

Field Value
TypeDescription
io.opencensus.stats.Measure.MeasureLong

SPANNER_GFE_LATENCY

publicstaticfinalMeasure.MeasureLongSPANNER_GFE_LATENCY

GFE t4t7 latency extracted from server-timing header.

Field Value
TypeDescription
io.opencensus.stats.Measure.MeasureLong

viewManager

publicstaticViewManagerviewManager
Field Value
TypeDescription
io.opencensus.stats.ViewManager

Static Methods

registerGfeHeaderMissingCountView() (deprecated)

publicstaticvoidregisterGfeHeaderMissingCountView()

Deprecated.The OpenCensus project is deprecated. Use OpenTelemetry to get gfe_latency and gfe_header_missing_count metrics.

Register GFE Header Missing Count view. gfe_header_missing_count is a counter of the number of RPC responses without a server-timing header.

registerGfeLatencyAndHeaderMissingCountViews() (deprecated)

publicstaticvoidregisterGfeLatencyAndHeaderMissingCountViews()

Deprecated.The OpenCensus project is deprecated. Use OpenTelemetry to get gfe_latency and gfe_header_missing_count metrics.

Register views for GFE metrics, including gfe_latency and gfe_header_missing_count. gfe_latency measures the latency between Google's network receives an RPC and reads back the first byte of the response. gfe_header_missing_count is a counter of the number of RPC responses without a server-timing header.

registerGfeLatencyView() (deprecated)

publicstaticvoidregisterGfeLatencyView()

Deprecated.The OpenCensus project is deprecated. Use OpenTelemetry to get gfe_latency and gfe_header_missing_count metrics.

Register GFE Latency view. gfe_latency measures the latency between Google's network receives an RPC and reads back the first byte of the response.

Constructors

SpannerRpcViews()

publicSpannerRpcViews()