Currently, buoy is a static dashboard. Running buoy [file] will create a dashboard based on the information available at runtime, but it performs static requests against a cluster. Instead, it should issue a watch for every request it makes and update the content that's available when changes are made.
Currently,
buoy
is a static dashboard. Runningbuoy [file]
will create a dashboard based on the information available at runtime, but it performs static requests against a cluster. Instead, it should issue a watch for every request it makes and update the content that's available when changes are made.