stackdriver: distinct grafana auto from stackdriver auto in alignment period

This commit is contained in:
Erik Sundell
2018-09-26 15:44:09 +02:00
parent 13c68e6ed8
commit af9033f3e0
3 changed files with 6 additions and 5 deletions

View File

@@ -243,7 +243,8 @@ export const aggOptions = [
];
export const alignmentPeriods = [
{ text: 'auto', value: 'auto' },
{ text: 'grafana auto', value: 'grafana-auto' },
{ text: 'stackdriver auto', value: 'stackdriver-auto' },
{ text: '1m', value: '+60s' },
{ text: '5m', value: '+300s' },
{ text: '30m', value: '+1800s' },