docs(prometheus-api-bridge): add guide for using SigNoz as a Prometheus data source - #4077
Open
simonepri wants to merge 1 commit into
Open
docs(prometheus-api-bridge): add guide for using SigNoz as a Prometheus data source#4077simonepri wants to merge 1 commit into
simonepri wants to merge 1 commit into
Conversation
simonepri
requested review from
makeavish,
pranay01,
revmag and
therealpandey
as code owners
August 30, 2026 21:03
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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.
📄 Summary
SigNoz docs have no answer for the read side of a Prometheus migration. The Prometheus & Grafana migration guide gets metrics in and stops there, but the tools people were running Prometheus for still expect a Prometheus URL to query: KEDA, HPA, VPA, Headlamp, Ray, OpenCost, Argo Rollouts, Grafana. In practice teams finish the migration and then keep a Prometheus server alive purely to serve those reads.
This adds a page covering that gap, using Prometheus API Bridge, an open source service I wrote and maintain. It follows the same pattern as the existing Kubernetes HPA with SigNoz Metrics tutorial: a third-party tool, documented with a disclaimer that it is not a SigNoz product.
The page is deliberately thin on reference material. There is no per-tool table and no endpoint list, because both would go stale here as the project changes. It links upstream for those and keeps only what a reader needs to get from zero to a working setup.
data/docs/metrics-management/prometheus-api-bridge.mdxdata/docs-side-nav/main.jsondata-assets/img/docs/prometheus-api-bridge-arch.svgdata/docs/migration/migrate-from-grafana/metrics.mdx## ValidateIssues closed by this PR
N/A
✅ Change Type
🧪 Testing Strategy
yarn check:docs-metadata,yarn check:doc-redirects,yarn test:docs-metadata,yarn test:doc-redirectsall pass, andyarn buildis clean.yarn startto check the page, the sidebar entry, and the migration callout. This PR comes from a fork, so there is no preview deployment to link.👀 Notes for Reviewers
k8s-hpa-signoz-adapter-arch.svgin canvas size and visual language. Happy to convert if you prefer WebP for consistency.@SigNoz/frontendreview should be required.