Netflix / vector

Vector is an on-host performance monitoring framework which exposes hand picked high resolution metrics to every engineer’s browser.
http://getvector.io/
Apache License 2.0
3.58k stars 253 forks source link

Enabling Local Storage and Saving Custom Widget #167

Closed suvigyavijay closed 6 years ago

suvigyavijay commented 7 years ago

The widgets currently added are temporary, the local storage needs to enabled to save the custom widgets. The Malhar-Angular-Dashboard allows using the LocalStorageAPI to enable saving the dashboard.

spiermar commented 6 years ago

Resolves https://github.com/Netflix/vector/issues/174

spiermar commented 6 years ago

This might solve the problem of saving the widget in the local browser, but not sharing it. Query string should still be implemented per previous discussions.

spiermar commented 6 years ago

@suvigyavijay merged feat_custom_widget to 1.2 and will merge to master soon to generate a new dist. Deleted the old branch, which cancelled this PR since it was merging to it instead of 1.2. Keep working on the save_custom_widget branch until we have something working to submit a PR to the next release branch. 1.3 probably.