APIToolkit (Monoscope) · JSON Structure

Monoscope Platform Metric Point Structure

Structure of a single timeseries metric point.

Type: Properties: 0
AI ObservabilityAPI AnalyticsAPI CatalogAPI ManagementAPI MonitoringAPI TestingBreaking Change DetectionCLIDebuggingError TrackingLLM ObservabilityLogs and TracesMCP ServerMetricsMonitorsObservabilityOpenTelemetryPlatformSession Replay

MetricPoint is a JSON Structure definition published by APIToolkit (Monoscope).

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "MetricPoint",
  "description": "Structure of a single timeseries metric point.",
  "fields": [
    { "name": "timestamp", "type": "datetime", "required": true, "description": "ISO 8601 timestamp." },
    { "name": "value", "type": "number", "required": true, "description": "Metric value at the timestamp." },
    { "name": "labels", "type": "map<string,string>", "required": false, "description": "Dimension labels (service, route, status_code, etc)." }
  ]
}