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

adding grafana, prometheus dashboard for analysing APIs #357

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

spiderxm
Copy link
Collaborator

Description

Adding prometheus and grafana dashboard for API analysis and performance metrics.

image

Motivation and Context

Better analysis of our backend

How Has This Been Tested?

Screenshots (if appropriate):

Go to Dashboards and you will see our dashboard listed out there
Screenshot 2022-07-21 at 1 35 40 PM

Click on it and see a dashboard like this with all the necessary metrics
Screenshot 2022-07-21 at 1 35 07 PM

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other

Checklist

  • I have followed the Contributor Guidelines.
  • The code has been thoroughly tested in my local development environment with flake8 and pylint.
  • The code is Python 3 compatible.
  • The code follows the PEP8 styling guidelines with 4 spaces indentation.
  • This Pull Request relates to only one issue or only one feature
  • I have referenced the corresponding issue number in my commit message
  • I have added the relevant documentation.
  • My branch is up-to-date with the Upstream master branch.

@spiderxm spiderxm requested a review from dhirensr July 21, 2022 09:17
@@ -35,10 +36,28 @@ services:
image: grafana/grafana:latest-ubuntu
container_name: "grafana"
volumes:
- ./data/grafana/dashboards.yml:/etc/grafana/provisioning/dashboards/dashboards.yaml
Copy link
Collaborator

Choose a reason for hiding this comment

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

did you mean datasource.yaml and datasource.json?

@spiderxm spiderxm changed the base branch from master to development September 17, 2022 18:48
@spiderxm spiderxm changed the base branch from development to master September 17, 2022 18:54
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.

None yet

2 participants