Skip to main content

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

  • name str: The telemetry column this entry belongs to (e.g. "ev_http_status").
  • value str: The distinct value observed (e.g. "200", "http_5xx").
  • count int: Number of rows where name took this value.

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.