EchoEventType enum
EchoEventType enum
Supported echo event types that can be sent via the EchoSrv.
Signature
export declare enum EchoEventType
Import
import { EchoEventType } from '@grafana/runtime';
Enumeration Members
Member | Value | Description |
---|---|---|
ExperimentView | “experimentview” | |
Interaction | “interaction” | |
MetaAnalytics | “meta-analytics” | |
Pageview | “pageview” | |
Performance | “performance” | |
Sentry | “sentry” |