-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Flow Visibility]Add Grafana dashboards #3191
Conversation
540a5dd
to
c50e80b
Compare
Codecov Report
@@ Coverage Diff @@
## main #3191 +/- ##
==========================================
- Coverage 60.59% 57.59% -3.00%
==========================================
Files 297 334 +37
Lines 25434 28632 +3198
==========================================
+ Hits 15411 16492 +1081
- Misses 8345 10339 +1994
- Partials 1678 1801 +123
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…allow dashboards Signed-off-by: heanlan <[email protected]>
6c189d0
to
787e5af
Compare
787e5af
to
a4e9117
Compare
Hi @heanlan I see the directory is new and no other file is referencing to the json files. Could you explain how they will be consumed? Do we plan to document it? |
Hi Quan, this PR along with the other 4 PRs all together composite of the phase-1 dev plan of the new flow-visibility long-term architecture. We all share the same directory.
The json files will be uploaded manually by users in the Grafana-UI, similar to what we used to have in Kibana dashboard. Currently, this PR is not ready to be merged. Something is still pending. I also spoked to Ziyou about it. It will be hold until PR#3063 get merged. |
Signed-off-by: heanlan <[email protected]>
On pending: |
close this PR as move the dashboards into the deployment PR #3063 |
Add flow-records, pod-to-pod, pod-to-external, pod-to-service, node-throughput, networkpolicy-allow dashboards.
Signed-off-by: heanlan [email protected]