-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc: Add top-level Send metric data section. (#5332)
* Add top-level Send metric data section, as a spot for building out more comprehensive documentation in the future.
- Loading branch information
1 parent
70f1b7d
commit c3d3296
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" >}}). |