cloudfoundry-incubator / admin-ui

Need new main contributor - An application for viewing Cloud Foundry metrics and operations data.
Apache License 2.0
71 stars 44 forks source link

30 cell limit? #169

Closed tomsherrod closed 7 years ago

tomsherrod commented 7 years ago

cf: v244 Running admin-ui successfully. New cells over 30 are not showing up. Any particular area to look for debugging?

Thanks, Tom

rboykin commented 7 years ago

@tomsherrod Check your config doppler_rollup_interval. Default is 30 seconds. Any component not reporting a value metric in 4 x doppler_rollup_interval is removed as stale. Try increasing the config amount to something like 600 or higher.

tomsherrod commented 7 years ago

600 worked. @rboykin Thank you!