Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add p50, p90, and p99 Percentile Calculations to Grafana HTTP Requests Dashboard #12

Merged
merged 5 commits into from
Aug 16, 2024

Conversation

Iajrdev
Copy link
Collaborator

@Iajrdev Iajrdev commented Aug 14, 2024

Overview:

This pull request introduces percentile calculations (p50, p90, p99) to the HTTP Requests dashboard in Grafana, enhancing the ability to monitor and analyze request distribution.

Changes Made:

  • Dashboard Configuration: Updated dashboard.json to include queries for p50, p90, and p99 percentiles using the histogram_quantile function from Prometheus.
  • Visualization: Adjusted the dashboard panels to ensure the percentiles are displayed prominently and accurately, offering a detailed view of request durations.

image

P50
image

P90
image

p99
image

@Iajrdev Iajrdev self-assigned this Aug 14, 2024
Copy link
Collaborator

@alipourhabibi alipourhabibi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@alipourhabibi alipourhabibi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alipourhabibi alipourhabibi merged commit eca5b17 into PwPJ:main Aug 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants