+++
# -----------------------------------------------------------------------
# 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>
import { getEchoSrv } from '@grafana/runtime';
<b>Returns:</b>
`EchoSrv`