public sealed class RequestLatencyStats : IMessage<RequestLatencyStats>, IEquatable<RequestLatencyStats>, IDeepCloneable<RequestLatencyStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class RequestLatencyStats.
RequestLatencyStats provides a measurement of the latency of the request as
it interacts with different systems over its lifetime, e.g. how long the
request took to execute within a frontend server.
public Duration FrontendServerLatency { get; set; }
The latency measured by the frontend server handling this request, from
when the request was received, to when this value is sent back in the
response. For more context on the component that is measuring this latency,
see: https://cloud.google.com/bigtable/docs/overview
Note: This value may be slightly shorter than the value reported into
aggregate latency metrics in Monitoring for this request
(https://cloud.google.com/bigtable/docs/monitoring-instance) as this value
needs to be sent in the response before the latency measurement including
that transmission is finalized.
Note: This value includes the end-to-end latency of contacting nodes in
the targeted cluster, e.g. measuring from when the first byte arrives at
the frontend server, to when this value is sent back as the last value in
the response, including any latency incurred by contacting nodes, waiting
for results from nodes, and finally sending results from nodes back to the
caller.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eRequestLatencyStats\u003c/code\u003e class within the Google Bigtable v2 API, detailing its structure and functionality across various versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRequestLatencyStats\u003c/code\u003e measures the latency of requests as they interact with different systems, such as the time it takes to execute within a frontend server.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes a history of versions, ranging from 2.2.0 to the latest 3.17.0, and provides specific details for each release of the \u003ccode\u003eRequestLatencyStats\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe property \u003ccode\u003eFrontendServerLatency\u003c/code\u003e, that is of type \u003ccode\u003eDuration\u003c/code\u003e, is documented as the time measured by the frontend server, from when the request was received to when the response was sent, and also includes the end-to-end latency of interacting with the nodes.\u003c/p\u003e\n"],["\u003cp\u003eThe listed members of the class are \u003ccode\u003eobject.GetHashCode()\u003c/code\u003e, \u003ccode\u003eobject.GetType()\u003c/code\u003e, \u003ccode\u003eobject.ToString()\u003c/code\u003e, as well as the constructors \u003ccode\u003eRequestLatencyStats()\u003c/code\u003e and \u003ccode\u003eRequestLatencyStats(RequestLatencyStats other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]