aip_sdk.TelemetryBreakdown
aip_sdk.TelemetryBreakdown(name: str, value: str, count: int)
Value counts for one categorical SUT call telemetry column (e.g. HTTP status).
A mean HTTP status code is meaningless, but a count per status — how many calls returned 200 vs. 500 — is exactly what a reader wants.
Attributes
namestr: The telemetry column this entry belongs to (e.g."ev_http_status").valuestr: The distinct value observed (e.g."200","http_5xx").countint: Number of rows wherenametook thisvalue.
aip_sdk.TelemetryBreakdown.count
aip_sdk.TelemetryBreakdown.count: int
No docstring is defined in the source.
aip_sdk.TelemetryBreakdown.name
aip_sdk.TelemetryBreakdown.name: str
No docstring is defined in the source.
aip_sdk.TelemetryBreakdown.value
aip_sdk.TelemetryBreakdown.value: str
No docstring is defined in the source.