Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Grafana Agent Documentation

This directory contains documentation for Grafana Agent. It is split into two parts:

  • user/: Documentation for users. This directory is hosted on grafana.com/docs/agent and we recommend interacting with it there instead of viewing the markdown on GitHub.
  • developer/: Documentation for contributors and maintainers.
  • rfcs/: RFCs for proposals relating to Grafana Agent.

Preview the website

Run make docs. This launches a preview of the website with the current grafana docs at http://localhost:3002/docs/agent/latest/ which will refresh automatically when changes are made to content in the sources directory. Make sure Docker is running.

Update cloudwatch docs

First, inside the docs/ folder run make check-cloudwatch-integration to verify that the cloudwatch docs needs updating.

If the check fails, then the doc supported services list should be updated. For that, run make generate-cloudwatch-integration to get the updated list, which should replace the old one in the docs.

Community Projects

Below is a list of community-led projects for working with Grafana Agent. These projects are not maintained or supported by Grafana Labs.

Helm (Kubernetes Deployment)

A publicly available release of a Grafana Agent Helm chart is maintained here. Contributions and improvements are welcomed. Full details on rolling out and supported options can be found in the readme.

This does not require the Grafana Agent Operator to rollout / deploy.

Juju (Charmed Operator)

The grafana-agent-k8s charmed operator runs with Juju the Grafana Agent on Kubernetes. The Grafana Agent charmed operator is designed to work with the Logs, Metrics and Alerts observability stack.