stackdriver: WIP - implement stackdriver style auto alignment period. also return the used alignment period and display it in the query editor

This commit is contained in:
Erik Sundell
2018-09-26 17:50:08 +02:00
parent af9033f3e0
commit ed6d3bf6ed
5 changed files with 48 additions and 10 deletions

View File

@ -5,6 +5,7 @@ import { FilterSegments, DefaultRemoveFilterValue } from './filter_segments';
import './query_aggregation_ctrl';
export interface QueryMeta {
alignmentPeriod: string;
rawQuery: string;
rawQueryString: string;
metricLabels: { [key: string]: string[] };