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 version to prometheus metrics #887

Open
ulope opened this issue Nov 17, 2020 · 0 comments
Open

Add version to prometheus metrics #887

ulope opened this issue Nov 17, 2020 · 0 comments
Labels
Enhancement 🌟 New feature or request Infrastructure 🏢 Related to Infrastructure MS 👀 Related to the Monitoring Service PFS 🚀 Related to the Pathfinding Service

Comments

@ulope
Copy link
Contributor

ulope commented Nov 17, 2020

Problem Definition

The current version (and optional additional information) of the services should be exported as an "info" metric.

i.e.:

TYPE pfs_info gauge
pfs_info{version="0.12.0", python_version="3.7.4"} 1
TYPE ms_info gauge
ms_info{version="0.12.0", python_version="3.7.4", address="0x..."} 1
@ulope ulope added Enhancement 🌟 New feature or request MS 👀 Related to the Monitoring Service PFS 🚀 Related to the Pathfinding Service Infrastructure 🏢 Related to Infrastructure labels Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 🌟 New feature or request Infrastructure 🏢 Related to Infrastructure MS 👀 Related to the Monitoring Service PFS 🚀 Related to the Pathfinding Service
Projects
None yet
Development

No branches or pull requests

1 participant