Cloud Bigtable V2 API - Module Google::Cloud::Bigtable::V2::TelemetryConfiguration::Level (v1.13.0)

Reference documentation and code samples for the Cloud Bigtable V2 API module Google::Cloud::Bigtable::V2::TelemetryConfiguration::Level.

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

Constants

LEVEL_UNSPECIFIED

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

DEBUG

value: 1
Enables all debug tag counter levels.

INFO

value: 2
Eables all debug tag counters except for DEBUG.

WARN

value: 3
Enables all debug tag counters except for DEBUG and INFO.

ERROR

value: 4
Enables only error debug tag counters.