You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/pkg/cli (tsdump): add interval to metrics before uploading
This commit adds a new `interval` field to the `DatadogSeries` struct to
represent the interval in seconds.
The interval is encoded in the keys used to store metrics in the TSDB.
It can either be 10s or 1800s (30min). Recent metrics use a 10s interval,
while older metrics (typically 10 days or older) that have been rolled up
use a 30min interval.
Part of: CC-32614
Release note: None
0 commit comments