Analytics

Source usage time-series

Fields

Field Type Description
interval string

The bucket granularity used to compute the series.

series SourceUsageSeries[]

One entry per source in scope, each carrying a dense list of buckets.

Per-source usage series

Field Type Description
source Source

The source this series covers.

data TimeSeriesPoint[]

The bucketed data points for this source. Each value is the percentage of analyzed responses in the bucket that cited any URL from the source.

Time-series data point

Field Type Description
timestamp datetime

The ISO 8601 UTC start of the bucket.

value integer

The metric value for this bucket. The series that carries the point describes what the value measures.