- 6.95.1 (latest)
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public class SpannerRpcViews
Static Fields
DATABASE_ID
public static final TagKey DATABASE_ID
Field Value | |
---|---|
Type | Description |
io.opencensus.tags.TagKey |
INSTANCE_ID
public static final TagKey INSTANCE_ID
Field Value | |
---|---|
Type | Description |
io.opencensus.tags.TagKey |
METHOD
public static final TagKey METHOD
TagKeys
Field Value | |
---|---|
Type | Description |
io.opencensus.tags.TagKey |
PROJECT_ID
public static final TagKey PROJECT_ID
Field Value | |
---|---|
Type | Description |
io.opencensus.tags.TagKey |
SPANNER_GFE_HEADER_MISSING_COUNT
public static final Measure.MeasureLong SPANNER_GFE_HEADER_MISSING_COUNT
Number of responses without the server-timing header.
Field Value | |
---|---|
Type | Description |
io.opencensus.stats.Measure.MeasureLong |
SPANNER_GFE_LATENCY
public static final Measure.MeasureLong SPANNER_GFE_LATENCY
GFE t4t7 latency extracted from server-timing header.
Field Value | |
---|---|
Type | Description |
io.opencensus.stats.Measure.MeasureLong |
viewManager
public static ViewManager viewManager
Field Value | |
---|---|
Type | Description |
io.opencensus.stats.ViewManager |
Static Methods
registerGfeHeaderMissingCountView() (deprecated)
public static void registerGfeHeaderMissingCountView()
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)
public static void registerGfeLatencyAndHeaderMissingCountViews()
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)
public static void registerGfeLatencyView()
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()
public SpannerRpcViews()