Module: Google::Cloud::Bigtable::V2::TelemetryConfiguration::Level

Defined in:
proto_docs/google/bigtable/v2/session.rb

Overview

The level of detail of telemetry to be sent from the client.

Constant Summary collapse

LEVEL_UNSPECIFIED =

Server did not specify a level. Should disable all debug tag counters.

0
DEBUG =

Enables all debug tag counter levels.

1
INFO =

Eables all debug tag counters except for DEBUG.

2
WARN =

Enables all debug tag counters except for DEBUG and INFO.

3
ERROR =

Enables only error debug tag counters.

4