# Agents Guide

* [HG-CLI](/hg-cli.md) (recommended)
  * An easy to use command line tool for installing and configuring agents
* [The Hosted Graphite Agent](/agents-guide/the-hosted-graphite-agent.md)
  * Our agent made specifically for Hosted Graphite, with an easy 1-click installation
* [Telegraf](/agents-guide/telegraf.md)
  * Our **favorite** agent because of it's many input plugins for 3rd party technologies
* [K8 Telegraf Daemon](/agents-guide/k8-telegraf-daemon.md)
  * A quick and easy way to monitor the performance of your Kubernetes clusters
* [OpenTelemetry](/agents-guide/opentelemetry.md)
  * A powerful and flexible observability agent that supports Graphite metric exporting
* [StatsD](/agents-guide/statsd-agent.md)
  * Commonly used for application monitoring and can also be used as a pre-aggregator
* [collectd](/agents-guide/collectd-agent.md)
  * A well documented agent that also supports a wide range of 3rd party plugins
* [Diamond](/agents-guide/diamond.md)
  * A reliable agent that we use for our own internal monitoring

### Security Disclaimer

All agents we recommend for metric collection are configured to securely transmit data using your unique Hosted Graphite API key. This ensures that each data packet is authenticated and isolated to your specific environment. We prioritize security in our recommendations, selecting agents with proven records in secure data handling.

With the recommended Telegraf agent, most of their input plugins also have an **optional** TLS config for additional security measures when connecting to your internal services.

<figure><img src="/files/mNBTEB5v2STAOBpsoFJP" alt=""><figcaption><p>Telegraf TLS Config</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hostedgraphite.com/agents-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
