-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
OPA Status - expose as prometheus metrics #1472
Comments
Hmm I'm not too well-acquainted with prometheus, but which of these four metric types would fit here? |
It's not ideal, but it's common to "abuse" counters for this - a good example is the
And maybe some other metrics, so the status API will be used for logging that enhances Prometheus metrics. I can use |
Thanks for explaining this. I'm not familiar with what's common in prometheus land. Taking your word for it, I'd suppose this could be a useful addition. 😃 (But it's really not up to me to say...) |
I just looked yesterday on Kube State Metrics docs, look like it's also common to have a metric which is time :) |
If we add support for this, I'd like find the least "abusive" option. A couple thoughts:
|
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. |
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. |
From what I can tell, this was resolved by #4251 Let me know if that's not the case, and I'll re-open. |
Expected Behavior
Bundle information that exposed via status API should be exposed also as Prometheus metrics (last bundle load time, last bundle version, etc)
Actual Behavior
Exposed only by implementing status API
If this makes sense, I might be able to provide a PR.
The text was updated successfully, but these errors were encountered: