From 56156fcd7f79fd5e66d3855de8e995088582d8cd Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 22 Nov 2016 14:35:03 +0100 Subject: [PATCH] feat(alerting): add median reducer to frontend --- public/app/features/alerting/alert_def.ts | 1 + public/app/features/alerting/partials/alert_tab.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/features/alerting/alert_def.ts b/public/app/features/alerting/alert_def.ts index 52089560296..804a9f3d083 100644 --- a/public/app/features/alerting/alert_def.ts +++ b/public/app/features/alerting/alert_def.ts @@ -40,6 +40,7 @@ var reducerTypes = [ {text: 'sum()' , value: 'sum'}, {text: 'count()', value: 'count'}, {text: 'last()', value: 'last'}, + {text: 'median()', value: 'median'}, ]; var noDataModes = [ diff --git a/public/app/features/alerting/partials/alert_tab.html b/public/app/features/alerting/partials/alert_tab.html index f3fcf31fad6..8b11ec4ebc1 100644 --- a/public/app/features/alerting/partials/alert_tab.html +++ b/public/app/features/alerting/partials/alert_tab.html @@ -42,7 +42,7 @@ WHEN
- + OF