QueryLatencyStats
class QueryLatencyStats( latency_count: List<Long> = emptyList(), val request_count: Long = 0, val cache_hits: Long = 0, val persisted_query_hits: Long = 0, val persisted_query_misses: Long = 0, cache_latency_count: List<Long> = emptyList(), val root_error_stats: PathErrorStats? = null, val requests_with_errors_count: Long = 0, public_cache_ttl_count: List<Long> = emptyList(), private_cache_ttl_count: List<Long> = emptyList(), val registered_operation_count: Long = 0, val forbidden_operation_count: Long = 0, val requests_without_field_instrumentation: Long = 0, unknownFields: ByteString = ByteString.EMPTY) : Message<QueryLatencyStats, Nothing>
Constructors
Link copied to clipboard
constructor( latency_count: List<Long> = emptyList(), request_count: Long = 0, cache_hits: Long = 0, persisted_query_hits: Long = 0, persisted_query_misses: Long = 0, cache_latency_count: List<Long> = emptyList(), root_error_stats: PathErrorStats? = null, requests_with_errors_count: Long = 0, public_cache_ttl_count: List<Long> = emptyList(), private_cache_ttl_count: List<Long> = emptyList(), registered_operation_count: Long = 0, forbidden_operation_count: Long = 0, requests_without_field_instrumentation: Long = 0, unknownFields: ByteString = ByteString.EMPTY)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The number of requests that were executed without field-level instrumentation (and thus do not contribute to observed_execution_count
fields on this message's cousin-twice-removed FieldStats).
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun copy( latency_count: List<Long> = this.latency_count, request_count: Long = this.request_count, cache_hits: Long = this.cache_hits, persisted_query_hits: Long = this.persisted_query_hits, persisted_query_misses: Long = this.persisted_query_misses, cache_latency_count: List<Long> = this.cache_latency_count, root_error_stats: PathErrorStats? = this.root_error_stats, requests_with_errors_count: Long = this.requests_with_errors_count, public_cache_ttl_count: List<Long> = this.public_cache_ttl_count, private_cache_ttl_count: List<Long> = this.private_cache_ttl_count, registered_operation_count: Long = this.registered_operation_count, forbidden_operation_count: Long = this.forbidden_operation_count, requests_without_field_instrumentation: Long = this.requests_without_field_instrumentation, unknownFields: ByteString = this.unknownFields): QueryLatencyStats
Link copied to clipboard