Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/send-data/alloy/set-up/estimate-resource-usage.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/send-data/alloy/set-up/estimate-resource-usage/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
Estimate Grafana Alloy resource usage
This page provides guidance for expected resource usage of Alloy for each telemetry type, based on operational experience of some of the Alloy maintainers.
Note
The resource usage depends on the workload, hardware, and the configuration used. The information on this page is a good starting point for most users, but your actual usage may be different.
Prometheus metrics
The Prometheus metrics resource usage depends mainly on the number of active series that need to be scraped and the scrape interval.
As a rule of thumb, per each 1 million active series and with the default scrape interval, you can expect to use approximately:
- 0.4 CPU cores
- 11 GiB of memory
- 1.5 MiB/s of total network bandwidth, send and receive
These recommendations are based on deployments that use clustering, but they broadly apply to other deployment modes. Refer to Deploy Grafana Alloy for more information on how to deploy Alloy.
Loki logs
Loki logs resource usage depends mainly on the volume of logs ingested.
As a rule of thumb, per each 1 MiB/second of logs ingested, you can expect to use approximately:
- 1 CPU core
- 120 MiB of memory
These recommendations are based on Kubernetes DaemonSet deployments on clusters with relatively small number of nodes and high logs volume on each. The resource usage can be higher per each 1 MiB/second of logs if you have a large number of small nodes due to the constant overhead of running the Alloy on each node.
Additionally, factors such as number of labels, number of files and average log line length may all play a role in the resource usage.
Pyroscope profiles
Pyroscope profiles resource usage depends mainly on the volume of profiles.
As a rule of thumb, per each 100 profiles/second, you can expect to use approximately:
- 1 CPU core
- 10 GiB of memory
Factors such as size of each profile and frequency of fetching them also play a role in the overall resource usage.
Was this page helpful?
Related resources from Grafana Labs


