gkeesh7 / url-shortner

URL shortening Web Service
https://gkeesh7.github.io/url-shortner
1 stars 0 forks source link

Added Promethueus Client to add a metrics endpoint to the app #17

Closed gkeesh7 closed 2 years ago

gkeesh7 commented 2 years ago

Types of Change

Description

Added prometheus golang client to the URL shortner app and added a /metrics endpoint which can be scraped by prometheus and various metrics can be reported.

Screenshot 2022-03-07 190549

TODO

Add metrics middle ware to report metrics for per endpoint.

Deprecation

No Deprecation is implemented here

Testing

Locally tested the changes with docker build and docker run

CheckList

gkeesh7 commented 2 years ago

Good Job 👏

Thanks for the review