Skip to content

LegacyCloudMonitoringAnnotationQuery🔗

@deprecated Use TimeSeriesList instead. Legacy annotation query properties for migration purposes.

Definition🔗

export interface LegacyCloudMonitoringAnnotationQuery {
    // GCP project to execute the query against.
    projectName: string;
    metricType: string;
    // Query refId.
    refId: string;
    // Array of filters to query data by. Labels that can be filtered on are defined by the metric.
    filters: string[];
    metricKind: googlecloudmonitoring.MetricKind;
    valueType: string;
    // Annotation title.
    title: string;
    // Annotation text.
    text: string;
}

See also🔗