From 576628c033264f827253a2effb2c6a6090971068 Mon Sep 17 00:00:00 2001 From: nitincd <104168521+nitincd@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:51:50 -0700 Subject: [PATCH] Update prometheusmetrics.md (#3588) Need to talk about Metrics analytics on this page. We will highlight Prometheus separately. --- _observing-your-data/prometheusmetrics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_observing-your-data/prometheusmetrics.md b/_observing-your-data/prometheusmetrics.md index 6db5c775..b715a3b4 100644 --- a/_observing-your-data/prometheusmetrics.md +++ b/_observing-your-data/prometheusmetrics.md @@ -1,16 +1,16 @@ --- layout: default -title: Prometheus and metrics analysis +title: Metrics analytics nav_order: 40 redirect_from: - /observing-your-data/prometheusmetrics/ --- -# Prometheus and metrics analysis +# Metrics analytics Introduced 2.4 {: .label .label-purple } -Starting with OpenSearch 2.4, you can ingest and visualize metric data from the open-source [Prometheus](https://prometheus.io/) monitoring solution and from log data aggregated within OpenSearch, allowing you to analyze and correlate data across logs, traces, and metrics. Previously, you could ingest and visualize only logs and traces from your monitored environments. With this feature, you can observe your digital assets with more granularity, gain deeper insight into the health of your infrastructure, and better inform your root cause analysis. +Starting with OpenSearch 2.4, you can ingest and visualize metric data from log data aggregated within OpenSearch, allowing you to analyze and correlate data across logs, traces, and metrics. Previously, you could ingest and visualize only logs and traces from your monitored environments. With this feature, you can observe your digital assets with more granularity, gain deeper insight into the health of your infrastructure, and better inform your root cause analysis. The following image shows the process of ingesting metrics from Prometheus and visualizing them in a dashboard.