mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 12:12:21 +08:00
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:
@ -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[] };
|
||||
|
Reference in New Issue
Block a user