> For the complete documentation index, see [llms.txt](https://docs.hostedgraphite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hostedgraphite.com/dashboard-and-graphs/dashboard-library.md).

# Dashboard Library

The **HG Traffic Dashboard** is included with every new account. This dashboard uses **\_hg\_meta** metrics, which are used for tracing traffic and are provided by us at no extra charge.

To generate a dashboard from one of our templates, go to the Dashboard Library page, click on and select one of the options.

* **Welcome to HG**
* **HG Traffic**
* **HG Agent**
* **Telegraf**
* **Kubernetes Overview**
* **Heroku**
* **Heroku Postgres**
* **Heroku Redis**
* **Heroku Kafka**
* **AWS Overview**
* **Azure Overview**
* **GCP Overview**
* **collectd**
* **Sitespeed**
* **OpenTelemetry**
* **StatsD Traffic**
* **DigitalOcean**

<figure><img src="/files/84AWmktgAPyeYhSUkueI" alt=""><figcaption></figcaption></figure>

* For AWS, automatic dashboards will be created for individual services that you select during your AWS => HG configuration. We include automatic dashboards for CloudFront, DynamoDB, EBS, EC2, Elasticache, ELB, RDS, Redshift, Route53, and SQS services.
* For New Relic, automatic dashboards will be created during your NR => HG configuration. We include automatic dashboards for New Relic Server, and New Relic Browser Overview.
* The Telegraf and StatsD Traffic dashboards will be automatically created if metrics prefixed with 'telegraf' or 'statsd' are ingested.
* If you need a dashboard that is not included in this library, please reach out to us through the in-app chat feature below, and we'll help you build it!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hostedgraphite.com/dashboard-and-graphs/dashboard-library.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
