Menu
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Enterprise
Open source
DataRequestEventPayload interface
Describes the payload of a data request event.
Signature
typescript
export interface DataRequestEventPayload extends DataRequestInfo Import
typescript
import { DataRequestEventPayload } from '@grafana/runtime';Properties
| Property | Type | Description |
|---|---|---|
| cachedQueries | number | |
| eventName | MetaAnalyticsEventName.DataRequest | |
| totalQueries | number |
cachedQueries property
Signature
typescript
cachedQueries?: number;eventName property
Signature
typescript
eventName: MetaAnalyticsEventName.DataRequest;totalQueries property
Signature
typescript
totalQueries?: number;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more