---
title: "Choose your metrics collection method | Grafana Labs"
description: "Compare the metrics collection methods and set up the one that fits."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

## Collection method by cloud provider

| Cloud     | Quick start | Production         |
|-----------|-------------|--------------------|
| **AWS**   | Scrape Jobs | Metric Streams     |
| **Azure** | Serverless  | Serverless / Alloy |
| **GCP**   | None        | Alloy              |

## Which method by scenario

| Scenario                          | Method                                 |
|-----------------------------------|----------------------------------------|
| AWS production                    | Metric Streams                         |
| Azure production                  | Serverless                             |
| Quick evaluation (any cloud)      | Scrape jobs (AWS) / Serverless (Azure) |
| Multi-cloud environment           | Grafana Alloy                          |
| Want managed or workload identity | Grafana Alloy                          |

## Set up your chosen method

### AWS metrics

- [AWS scrape jobs (learning path)](/docs/learning-hub/intro-to-cp-olly/01-cloud-metrics/13-aws-journey/)
- [AWS metric streams (docs)](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/monitor-cloud-provider/aws/cloudwatch-metrics/metric-streams/)

### Azure metrics

- [Azure serverless (learning path)](/docs/learning-hub/intro-to-cp-olly/01-cloud-metrics/14-azure-journey/)
- [Azure Alloy (docs)](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/monitor-cloud-provider/azure/config-azure-metrics/)

### GCP metrics

- [GCP Alloy (docs)](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/monitor-cloud-provider/gcp/config-gcp-metrics/)

**Next steps:** Set up your chosen method, then continue to the logs section to add log collection.
