QueryResultMetaNotice interface
QueryResultMetaNotice is a structure that provides user notices for query result data
Signature
export interface QueryResultMetaNotice
Import
import { QueryResultMetaNotice } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
inspect | ‘meta’ | ‘error’ | ‘data’ | ‘stats’ |
Optionally suggest an appropriate tab for the panel inspector |
link | string |
An optional link that may be displayed in the UI. This value may be an absolute URL or relative to grafana root |
severity | ‘info’ | ‘warning’ | ‘error’ |
Specify the notice severity |
text | string |
Notice descriptive text |
inspect property
Optionally suggest an appropriate tab for the panel inspector
Signature
inspect?: 'meta' | 'error' | 'data' | 'stats';
link property
An optional link that may be displayed in the UI. This value may be an absolute URL or relative to grafana root
Signature
link?: string;
severity property
Specify the notice severity
Signature
severity: 'info' | 'warning' | 'error';
text property
Notice descriptive text
Signature
text: string;
Related Grafana resources
Opening keynote: What's new in Grafana 9?
Raj Dutt, Myrle Krantz, and Torkel Ödegaard unveil what's new in Grafana 9. Watch the opening keynote presentation from GrafanaCONline 2022. On-demand.
Unify your data with Grafana plugins: Splunk, MongoDB, Datadog, and more
Show how Grafana can be used to take data from multiple different sources and unify it, without disrupting the investments that are working today.
Getting started with Grafana Enterprise and observability
Join the Grafana Labs team for a 30-minute demo of how to get started with the Grafana Stack, so you can go from zero to observability in just a few minutes.