You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We upgraded to cf-deployment v24.1.0, which brings CAPI v1.142.0.
After the upgrade it appears that /v2/spaces/<spaceguid>/summary | jq .apps[].running_instances shows mostly “-1”.
Other calls that show the process states (like /v3/apps/<appguid>/processes/web/stats) do show the correct state "RUNNING".
Issue
We upgraded to cf-deployment v24.1.0, which brings CAPI v1.142.0.
After the upgrade it appears that /v2/spaces/<spaceguid>/summary | jq .apps[].running_instances shows mostly “-1”.
Other calls that show the process states (like /v3/apps/<appguid>/processes/web/stats) do show the correct state "RUNNING".
Context
The issue is prominently shown when using the prometheus boshrelease, a CFAppUnHealthy alert fires for each app, since cf_exporter uses the /v2/spaces/<spaceguid>/summary a lot.
Steps to Reproduce
Expected result
The number of running instances for each app.
Current result
The result will be a "-1" for each app.
Possible Fix
I have no idea
The text was updated successfully, but these errors were encountered: