Skip to content
alex [dot] kramer [at] g_m_a_i_l [dot] com edited this page Aug 5, 2024 · 2 revisions

Count of a custom metric over time

SELECT COUNT(newrelic.timeslice.value)
FROM Metric
WHERE metricTimesliceName LIKE '/Foo/Bar/some_metric'
SINCE 42 DAYS AGO
TIMESERIES
Clone this wiki locally