Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.8 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.8 KB

Grafana Cloud Agent

The Grafana Cloud Agent is an observability data collector optimized for sending metrics and log data to Grafana Cloud. Today, with its Prometheus metrics collection, it is designed to handle the main problems faced by users of large deployments of Prometheus:

  • Grafana Cloud Agent uses less memory on average than Prometheus – by doing less (only focusing on remote_write-related functionality).
  • Grafana Cloud Agent allows for deploying multiple instances of the Agent in a cluster and only scraping metrics from targets that running at the same host. This allows distributing memory requirements across the cluster rather than pressurizing a single node.

Table of Contents

  1. Overview
    1. Metrics
    2. Logs
    3. Comparison to alternatives
    4. Next Steps
  2. Getting Started
    1. Docker-Compose Example
    2. k3d Example
    3. Installing
    4. Creating a Config File
      1. Integrations
      2. Prometheus-like Config/Migrating from Prometheus
      3. Loki Config/Migrating from Promtail
    5. Running
  3. Configuration Reference
  4. API
  5. Scraping Service Mode
  6. Operation Guide
  7. Maintainers Guide