+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "reportMetaAnalytics" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" +++ ## reportMetaAnalytics variable ### reportMetaAnalytics variable Helper function to report meta analytics to the [EchoSrv](./runtime/echosrv.md). Signature ```typescript reportMetaAnalytics: (payload: MetaAnalyticsEventPayload) => void ``` Import ```typescript import { reportMetaAnalytics } from '@grafana/runtime'; ```