Google Bigtable v2 API - Enum TelemetryConfiguration.Types.Level (3.27.0)

public enum TelemetryConfiguration.Types.Level

Reference documentation and code samples for the Google Bigtable v2 API enum TelemetryConfiguration.Types.Level.

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

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Fields

Name Description
Debug

Enables all debug tag counter levels.

Error

Enables only error debug tag counters.

Info

Eables all debug tag counters except for DEBUG.

Unspecified

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

Warn

Enables all debug tag counters except for DEBUG and INFO.