The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/packages_api/data/queryresultmeta.md

2.6 KiB

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "QueryResultMeta" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++

QueryResultMeta interface

Signature

export interface QueryResultMeta 

Import

import { QueryResultMeta } from '@grafana/data';

Properties

Property Type Description
alignmentPeriod string
custom Record<string, any> DatasSource Specific Values
gmdMeta any[] Legacy data source specific, should be moved to custom
json boolean
limit number
notices QueryResultMetaNotice[] Meta Notices
query string
rawQuery string
searchWords string[]
stats QueryResultMetaStat[] Stats
transformations string[] Used to track transformation ids that where part of the processing

alignmentPeriod property

Signature

alignmentPeriod?: string;

custom property

DatasSource Specific Values

Signature

custom?: Record<string, any>;

gmdMeta property

Legacy data source specific, should be moved to custom

Signature

gmdMeta?: any[];

json property

Signature

json?: boolean;

limit property

Signature

limit?: number;

notices property

Meta Notices

Signature

notices?: QueryResultMetaNotice[];

query property

Signature

query?: string;

rawQuery property

Signature

rawQuery?: string;

searchWords property

Signature

searchWords?: string[];

stats property

Stats

Signature

stats?: QueryResultMetaStat[];

transformations property

Used to track transformation ids that where part of the processing

Signature

transformations?: string[];