-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NETOBSERV-1343: generate dashboards from metrics API (#609)
* NETOBSERV-1343: generate dashboards from metrics API - Add dashboard config to metrics API - Use this API internally for predefined dashboards - Allow using SingleStats - New dedicated buckets for latency histograms * Document API, gen bundle, fix tests, update examples * Manage multiple dashboards - Allow users to reference/create new dashboards (this requires the monitoring controller to fetch all dashboards from the dashboards namespace) All dashboard names are prefixed "NetObserv / " ; so, rename the main dashboard as "NetObserv / Main" - Add/update tests * update bundle * enforce consistent charts order * When too many panels are in top row, put them in an Overview section * Add configurable top * fix test * More examples * Remove includeDuplicates, and some minor doc/samples changes * Add FlowMetrics upstream doc - generate markdown API reference - document in Metrics.md * Apply suggestions from code review Co-authored-by: Mehul Modi <[email protected]> * Add more info on cardinality --------- Co-authored-by: Mehul Modi <[email protected]>
- Loading branch information
Showing
40 changed files
with
2,197 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.