Update measurement name
Signed-off-by: Jade McGough <jade@influxdb.com>pull/10616/head
parent
def3c434b3
commit
3e487399e9
|
@ -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",
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue