+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "setEchoSrv"
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
type = "docs"
draft = true
+++
## setEchoSrv() function
### setEchoSrv() function
Signature
```typescript
export declare function setEchoSrv(instance: EchoSrv): void;
```
Import
```typescript
import { setEchoSrv } from '@grafana/runtime';
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| instance | EchoSrv
| |
Returns:
`void`