Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Add prometheus metrics #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add prometheus metrics #27

wants to merge 1 commit into from

Conversation

arianvp
Copy link
Collaborator

@arianvp arianvp commented Apr 28, 2020

This will add default metrics like amount of http requests per second,
and go runtime statistics

This will add default metrics like amount of http requests per second,
and go runtime statistics
@@ -1,2 +1,88 @@
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

On second thought I'm actually not that happy that this added so many dependencies....

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Maybe we should push metrics about amount of requests to the boundary to another component and leave this slim

@dstotijn dstotijn linked an issue Apr 29, 2020 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add metrics for endpoints
1 participant