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 video resources
Getting started with Grafana
Take a guided tour of Grafana and learn how to monitor a web service using Prometheus and Loki in this beginner-friendly webinar.
All about Grafana plugins: Visualizing disparate data sources in one place
Grafana Enterprise plugins are integrations with other commercial monitoring tools (such as Datadog, Splunk, New Relic, ServiceNow, Oracle, and Dynatrace) that are created, maintained, and supported by the Grafana Labs team.
Demo: 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.