SamplingStatisticSummary class

Aggregated request sampling data for a sampling rule across all services for a 10-second window.

Constructors

SamplingStatisticSummary({int? borrowCount, int? requestCount, String? ruleName, int? sampledCount, DateTime? timestamp})
SamplingStatisticSummary.fromJson(Map<String, dynamic> json)
factory

Properties

borrowCount int?
The number of requests recorded with borrowed reservoir quota.
final
hashCode int
The hash code for this object.
no setterinherited
requestCount int?
The number of requests that matched the rule.
final
ruleName String?
The name of the sampling rule.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampledCount int?
The number of requests recorded.
final
timestamp DateTime?
The start time of the reporting window.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited