PercentileLatencyCutoffs - Python SDK

PercentileLatencyCutoffs method reference

The Python SDK and docs are currently in beta. Report issues on GitHub.

Percentile-based latency cutoffs. All specified cutoffs must be met for an endpoint to be preferred.

Fields

FieldTypeRequiredDescription
p50OptionalNullable[float]Maximum p50 latency (seconds)
p75OptionalNullable[float]Maximum p75 latency (seconds)
p90OptionalNullable[float]Maximum p90 latency (seconds)
p99OptionalNullable[float]Maximum p99 latency (seconds)