ilert · Schema

MetricMetadata

Only required if the metric has a dataSource. You may not change this after creation.

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations
View JSON Schema on GitHub

JSON Schema

metricmetadata.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/MetricMetadata",
  "title": "MetricMetadata",
  "type": "object",
  "description": "Only required if the metric has a dataSource. You may not change this after creation.",
  "default": "null",
  "oneOf": [
    {
      "$ref": "#/components/schemas/MDataDogMetadata"
    },
    {
      "$ref": "#/components/schemas/MPrometheusMetadata"
    }
  ]
}