mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 07:02:22 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
30 lines
720 B
Markdown
30 lines
720 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# 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](./runtime/echosrv.md) that can be used to report events to registered echo backends.
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare function getEchoSrv(): EchoSrv;
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { getEchoSrv } from '@grafana/runtime';
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
`EchoSrv`
|
|
|