# `PromEx.GrafanaAgent`
[🔗](https://github.com/akoutmos/prom_ex/blob/master/lib/prom_ex/grafana_agent.ex#L1)

This GenServer is responsible for starting the Grafana Agent
binary via a port and ensuring that it stays up and running.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

```elixir
@spec start_link(opts :: keyword()) :: GenServer.on_start()
```

Start the GrafanaAgent GenServer

---

*Consult [api-reference.md](api-reference.md) for complete listing*
