DataSourceWithLogsContextSupport interface
Data sources that allow showing context rows around the provided LowRowModel should implement this method. This will enable “context” button in Logs Panel.
Signature
export interface DataSourceWithLogsContextSupport
Import
import { DataSourceWithLogsContextSupport } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
getLogRowContext | <TContextQueryOptions extends {}>(row: LogRowModel, options?: TContextQueryOptions) => Promise<DataQueryResponse> |
Retrieve context for a given log row |
Methods
Method | Description |
---|---|
showContextToggle(row) | This method can be used to show “context” button based on runtime conditions (for example row model data or plugin settings, etc.) |
getLogRowContext property
Retrieve context for a given log row
Signature
getLogRowContext: <TContextQueryOptions extends {}>(row: LogRowModel, options?: TContextQueryOptions) => Promise<DataQueryResponse>;
showContextToggle method
This method can be used to show “context” button based on runtime conditions (for example row model data or plugin settings, etc.)
Signature
showContextToggle(row?: LogRowModel): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
row | LogRowModel |
Returns:
boolean
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.