diff --git a/docs/sources/mimir/migrate/_index.md b/docs/sources/mimir/migrate/_index.md index 9b6baed5f36..7e6bbe7b07d 100644 --- a/docs/sources/mimir/migrate/_index.md +++ b/docs/sources/mimir/migrate/_index.md @@ -4,7 +4,7 @@ aliases: description: Refer to these guides when migrating to Grafana Mimir. menuTitle: Migrate title: Migrate to Grafana Mimir -weight: 30 +weight: 20 --- # Migrate to Grafana Mimir diff --git a/docs/sources/mimir/send/_index.md b/docs/sources/mimir/send/_index.md new file mode 100644 index 00000000000..2fd06aeefd0 --- /dev/null +++ b/docs/sources/mimir/send/_index.md @@ -0,0 +1,18 @@ +--- +description: Learn how to send metric data to Grafana Mimir. +keywords: + - send metrics +menuTitle: Send +title: Send metric data to Mimir +weight: 32 +--- + +# Send metric data to Mimir + +To send metric data to Mimir: + +1. Configure your data source to write to Mimir: + - If you are using Prometheus, see [Configure Prometheus to write to Mimir]({{< relref "../get-started#configure-prometheus-to-write-to-grafana-mimir" >}}). + - If you are using the OpenTelemetry Collector, see [Configure the OpenTelemetry Collector to write metrics into Mimir]({{< relref "../configure/configure-otel-collector" >}}) +1. [Configure Grafana Agent to write to Mimir]({{< relref "../get-started#configure-grafana-agent-to-write-to-grafana-mimir" >}}). +1. Upload Prometheus TSDB blocks to Grafana Mimir by using the `backfill` command; see [Backfill]({{< relref "../manage/tools/mimirtool#backfill" >}}).