Get desktop application:
View/edit binary Protocol Buffers messages
TiKV implements ResourceMeteringPubSub service for clients to subscribe to resource metering records.
Clients subscribe to resource metering records through this RPC, and TiKV periodically (e.g. per minute) publishes resource metering records to clients via gRPC stream.
(message has no fields)
ResourceUsageAgent is the service for storing resource usage records.
Report the resource usage records. By default, the records with the same resource group tag will be batched by minute.
(message has no fields)
GroupTagRecord is a set of resource usage data grouped by resource_group_tag.
Used in:
Used in:
Used as request type in: ResourceUsageAgent.Report
Used as response type in: ResourceMeteringPubSub.Subscribe