mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 11:20:27 -06:00
cc3fc18076
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
720 B
720 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "getEchoSrv" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" +++
getEchoSrv() function
getEchoSrv() function
Used to retrieve the EchoSrv that can be used to report events to registered echo backends.
Signature
export declare function getEchoSrv(): EchoSrv;
Import
import { getEchoSrv } from '@grafana/runtime';
Returns:
EchoSrv