Metric reference | Yandex.Cloud – Documentation
api.grpc.request.bytes
RATE
, bytesLabels:
– api_service: The name of the gRPC API service, such as
table
.– method: The name of a gRPC API service method, such as
ExecuteDataQuery
.api.grpc.request.dropped_count
RATE
, piecesLabels:
– api_service: The name of the gRPC API service, such as
table
.– method: The name of a gRPC API service method, such as
ExecuteDataQuery
.api.grpc.request.inflight_count
IGAUGE
, piecesLabels:
– api_service: The name of the gRPC API service, such as
table
.– method: The name of a gRPC API service method, such as
ExecuteDataQuery
.api.grpc.request.inflight_bytes
IGAUGE
, bytesLabels:
– api_service: The name of the gRPC API service, such as
table
.– method: The name of a gRPC API service method, such as
ExecuteDataQuery
.api.grpc.response.bytes
RATE
, bytesLabels:
– api_service: The name of the gRPC API service, such as
table
.– method: The name of a gRPC API service method, such as
ExecuteDataQuery
.api.grpc.response.count
RATE
, piecesLabels:
– api_service: The name of the gRPC API service, such as
table
.– method: The name of a gRPC API service method, such as
ExecuteDataQuery
.– status: The query execution status. To learn more about statuses, see Error handling.
api.grpc.response.dropped_count
RATE
, piecesLabels:
– api_service: The name of the gRPC API service, such as
table
.– method: The name of a gRPC API service method, such as
ExecuteDataQuery
.api.grpc.response.issues
RATE
, piecesLabels:
– issue_type: The type of error, the only value is
optimistic_locks_invalidation
. For more information about locks invalidation, see Transactions and queries to YDB.Read more here: Source link