Skip to content

Commit

Permalink
Doc: Add top-level Send metric data section. (#5332)
Browse files Browse the repository at this point in the history
* Add top-level Send metric data section, as a spot for building out more comprehensive documentation in the future.
  • Loading branch information
osg-grafana authored Jun 23, 2023
1 parent 70f1b7d commit c3d3296
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/mimir/migrate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions docs/sources/mimir/send/_index.md
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" >}}).

0 comments on commit c3d3296

Please sign in to comment.