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
CAPI currently retrieves container metric stats from Log Cache. We're in the process of moving Log Cache from the Doppler instance group to its own instance group, which necessitates a cloud_controller property change in order for CAPI to continue to pull container metrics from Log Cache.
Context
Currently, CAPI defines the default Log Cache Host as "doppler.service.cf.internal" in
Our PR to move Log Cache to its own instance group also overwrites the default cc.logcache.host property with the new Log Cache host address, "log-cache.service.cf.internal", which should work fine for now.
Eventually we'd expect that the default Log Cache host should be changed to the new host address.
Steps to Reproduce
Deploy CF from the PR referenced above
Do not include the bit that overwrites the cc.logcache.host property
Push an application
Expected result
Everything works as normal
Current result
No container metrics available and error message that includes "Stats server temporarily unavailable."
CAPI logs on the api VM show errors related to connecting to Log Cache
Issue
CAPI currently retrieves container metric stats from Log Cache. We're in the process of moving Log Cache from the Doppler instance group to its own instance group, which necessitates a cloud_controller property change in order for CAPI to continue to pull container metrics from Log Cache.
Context
Currently, CAPI defines the default Log Cache Host as "doppler.service.cf.internal" in
Our PR to move Log Cache to its own instance group also overwrites the default
cc.logcache.host
property with the new Log Cache host address, "log-cache.service.cf.internal", which should work fine for now.Eventually we'd expect that the default Log Cache host should be changed to the new host address.
Steps to Reproduce
cc.logcache.host
propertyExpected result
Everything works as normal
Current result
Possible Fix
cc.logcache.host
in cf-deploymentname of issue
screenshotN/A
The text was updated successfully, but these errors were encountered: