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 a metric with service level and it's response #64

Open
serge1peshcoff opened this issue Oct 18, 2019 · 2 comments
Open

Add a metric with service level and it's response #64

serge1peshcoff opened this issue Oct 18, 2019 · 2 comments

Comments

@serge1peshcoff
Copy link

serge1peshcoff commented Oct 18, 2019

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

We plan to use ciao in our project and its metrics in prometheus, to create alerts. There is a number of unhealthy services in metrics, but it's impossible to understand which service is faulty.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Add a metric which would return the status code per each service, like this:

ciao_checks_statuses{label="service1"} 200
ciao_checks_statuses{label="service2"} 503

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

I don't know about such ones

Additional context
Add any other context or screenshots about the feature request here.

As this is my feature request I can implement it myself (I have relevant RoR experience), this issue is mostly for the discussion.

@mclate
Copy link

mclate commented Dec 3, 2019

This one is needed for sure. Without this one prometheus metrics are quite useless.

@brotandgames
Copy link
Owner

@serge1peshcoff Thank you for your proposal. It would be nice if you can find time to implement it.
Should we schedule a small chat (gitter) or audio call (gmail) to design the feature?

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

No branches or pull requests

3 participants