Update measurement name

Signed-off-by: Jade McGough <jade@influxdb.com>
pull/10616/head
Kevin Fitzpatrick 2016-11-03 14:01:57 -07:00 committed by Jade McGough
parent def3c434b3
commit 3e487399e9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import {proxy} from 'utils/queryUrlGenerator';
export function getAlerts(proxyLink) {
return proxy({
source: proxyLink,
query: "select host, value, level, \"name\" from alert",
query: "select host, value, level, \"name\" from alerts",
db: "chronograf",
});
}