digital-experience-monitoring_percentiles

APIs.ioEngineeringPlatform

Properties

Name Type Description
p50 number p50 observed in the time period
p90 number p90 observed in the time period
p95 number p95 observed in the time period
p99 number p99 observed in the time period
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-digital-experience-monitoring-percentiles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/digital-experience-monitoring_percentiles",
  "title": "digital-experience-monitoring_percentiles",
  "properties": {
    "p50": {
      "description": "p50 observed in the time period",
      "nullable": true,
      "type": "number"
    },
    "p90": {
      "description": "p90 observed in the time period",
      "nullable": true,
      "type": "number"
    },
    "p95": {
      "description": "p95 observed in the time period",
      "nullable": true,
      "type": "number"
    },
    "p99": {
      "description": "p99 observed in the time period",
      "nullable": true,
      "type": "number"
    }
  },
  "type": "object"
}