docs: add getting started guide for Prometheus metrics#5505
Merged
ispeakc0de merged 3 commits intoMay 8, 2026
Merged
Conversation
7e815fa to
54c8f5a
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a “getting started” guide to help users scrape LitmusChaos GraphQL server Prometheus metrics and visualize them via the included Grafana dashboard.
Changes:
- Add a new Prometheus + Grafana setup walkthrough for the GraphQL server metrics endpoint.
- Include example Kubernetes
ServiceandServiceMonitormanifests for scraping/metrics.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com>
Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com>
Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com>
e7324da to
0c4b587
Compare
ispeakc0de
approved these changes
May 8, 2026
Calvinaud
pushed a commit
to Calvinaud/litmus
that referenced
this pull request
Jun 9, 2026
) * docs: add getting started guide for Prometheus metrics Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> * fix: update deployment name and selector in getting started guide Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> * fix: update ExperimentStatus value description in README Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> --------- Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> Signed-off-by: Calvin Audier <calvin.audier@amadeus.com>
pcandido
pushed a commit
to pcandido/litmus
that referenced
this pull request
Jun 24, 2026
) * docs: add getting started guide for Prometheus metrics Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> * fix: update deployment name and selector in getting started guide Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> * fix: update ExperimentStatus value description in README Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> --------- Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> Signed-off-by: Paulo Cândido <paulo.candido@ifood.com.br>
shovan-mondal
pushed a commit
to shovan-mondal/litmus
that referenced
this pull request
Jun 24, 2026
) * docs: add getting started guide for Prometheus metrics Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> * fix: update deployment name and selector in getting started guide Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> * fix: update ExperimentStatus value description in README Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com> --------- Signed-off-by: Akhil Mukkara <akhil.mukkara@gmail.com>
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.
Proposed changes
Adds a getting started guide for setting up Prometheus scraping and Grafana visualization for the LitmusChaos GraphQL server metrics.
Types of changes
What types of changes does your code introduce to Litmus? Put an
xin the boxes that applyChecklist
Dependency
#5495
Special notes for your reviewer: