From b7eacacd35cce636b68397c0997ba6bcf96b4a4c Mon Sep 17 00:00:00 2001 From: Melissa Vagi Date: Thu, 20 Jun 2024 16:51:44 -0600 Subject: [PATCH] Update _observing-your-data/metricsanalytics.md Signed-off-by: Melissa Vagi --- _observing-your-data/metricsanalytics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_observing-your-data/metricsanalytics.md b/_observing-your-data/metricsanalytics.md index 28e7c548b5..8e28c2c774 100644 --- a/_observing-your-data/metricsanalytics.md +++ b/_observing-your-data/metricsanalytics.md @@ -31,7 +31,7 @@ The following image displays an observability dashboard that visualizes metrics ## Configuring Prometheus to send metrics data to OpenSearch -To view metrics collected from Prometheus in OpenSearch Dashboards, create a connection from [Prometheus](https://prometheus.io/) to OpenSearch using the [SQL plugin](https://github.com/opensearch-project/sql). To configure a connection to Prometheus, you can use the `_datasources` configuration API endpoint. +To view metrics collected from Prometheus in OpenSearch Dashboards, first create a connection from [Prometheus](https://prometheus.io/) to OpenSearch using the [SQL plugin](https://github.com/opensearch-project/sql). To configure a connection to Prometheus, you can use the `_datasources` configuration API endpoint. The following example request configures a Prometheus data source with no authentication: