Python-Honeypot icon indicating copy to clipboard operation
Python-Honeypot copied to clipboard

adding grafana, prometheus dashboard for analysing APIs

Open spiderxm opened this issue 2 years ago • 0 comments

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)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Other

Checklist

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

spiderxm avatar Jul 21 '22 09:07 spiderxm