API referenceSources
Source_metrics
GET
/sources/{id}/metricsPath Parameters
id*string
Source id
Query Parameters
from*string
Range start (RFC3339, inclusive)
to*string
Range end (RFC3339, inclusive)
Response Body
application/json
curl -X GET "https://example.com/sources/string/metrics?from=string&to=string"{ "buckets": [ { "bucket_ts": "string", "bytes": 0, "errors": 0, "records": 0 } ]}