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