fix(dashboard): restore pipeline health metrics - #411
Open
kangkyunghyun wants to merge 1 commit into
Open
Conversation
Signed-off-by: 강경현 <108459576+kangkyunghyun@users.noreply.github.com>
kangkyunghyun
requested review from
anirudha,
goyamegh,
joshuali925,
kylehounslow,
ps48 and
vamsimanohar
as code owners
August 11, 2026 03:56
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Restore the missing Cortex and Data Prepper metrics used by the Observability Pipeline Health dashboard.
The Docker Compose OpenTelemetry Collector configuration previously scraped only its own metrics and Envoy metrics. As a result, the Cortex and Data Prepper dashboard panels had no corresponding metric data and displayed
No results found.This change:
prometheus:9090/metrics.data-prepper:4900/metrics/prometheus.otelcol_process_memory_rss_bytesquery with the actualotelcol_process_memory_rssmetric.Validation
docker compose config --quiet.avg(cortex_ingester_ingestion_rate_samples_per_second)cortex_ingester_active_seriesotelcol_process_memory_rssup{job="data-prepper-pipelines"}opensearch-dashboards-initand verified that all 23 Pipeline Health dashboard panels were updated successfully.helm dependency build charts/observability-stack.helm lint charts/observability-stack.helm template observability-stack charts/observability-stack.Because the Data Prepper image change from #408 has not yet been merged, Docker Compose validation used
opensearchproject/data-prepper:2.16.0through an environment override. No.envchanges from that override are included in this PR.Issues Resolved
Closes #410
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.