-
Notifications
You must be signed in to change notification settings - Fork 656
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
/metrics
and /api_metrics
endpoint does not show the generic API metrics for the director's endpoints
#2467
Comments
Hi, Sadly I don't see the difference to the current director implementation right now. |
I'm not sure how the generic API metrics are supposed to work at all because:
You see only metrics for the |
:-) @beyhan, |
I was able to get api metrics from The |
Good catch @jpalermo. This is the commit which introduced the change. It looks like initially the
This is a good question. It looks to me that they should be accurate because the director internal metrics are gathered from the DB data, but you "never know" :-) |
Describe the bug
According to documentation the
/metrics
and/api_metrics
endpoint will expose the generic API metrics for the director's endpoints including number of requests and response time. But when we call those endpoints:/metrics
only exposes the metrics for/metrics
and/api_metrics
endpoints/api_metrics
only return OKTo Reproduce
vms
,deployments
, etc.Expected behavior
The endpoint should return metrics of bosh endpoints.
The text was updated successfully, but these errors were encountered: