-
Notifications
You must be signed in to change notification settings - Fork 29
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
Possibility to visualize latency? #119
Comments
Hi Dries,
Thanks for the comment. We're working on a revamped version of this and among a pile of other things, one of the features already in place is the ability to toggle between a percentage based legend (like today) and a pure value threshold based legend (like what you described). Stay tuned!
Dan Doyle
Network Data Collection and Analysis
1-812-856-3892
[email protected]
… On Nov 26, 2020, at 4:10 AM, Dries Steenberghe ***@***.***> wrote:
At the moment globalNOC enables us to use a threshold with values between 0 and 100. Which is perfect for displaying percentage numbers.
I would like to visualize latency numbers for each line. If the latency is below 500ms I want a green indication and above 500ms I would like to see a red indicator on the line.
At the moment I'm able to see the latency numbers in the Node Tooltip so the data is present.
Thanks in advance!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#119>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABXF7JDKAWV6R6VN3UW6JN3SRYLRHANCNFSM4UDOL3BQ>.
|
Dear Dan Doyle, Will definitely stay tuned for the new version! Thanks a lot for all the effort. Fore now I already wrote a new version that supports latency numbers, if you are interested i'm willing to share my code with you. Good luck with the new version anyway! Kind regards, Dries |
Hey @daldoyle, Can we aspect a new version any time soon? Let me know if there is anything I can do to help. |
Hi Dries,
We just recently put up a new version here - https://github.com/GlobalNOC/globalnoc-worldview-panel <https://github.com/GlobalNOC/globalnoc-worldview-panel>.
This is not a backwards compatible version with the old man (different JSON structure) and we're still working on things like documentation and ironing out some issues, but you're certainly welcome to give it a shot. It includes a few new features like some point/click editing and the value vs percentage based legend, though we're also still adding more still. I'd expect to see this repo get updated quite a bit over the next couple of weeks.
Thanks.
Dan Doyle
Network Data Collection and Analysis
1-812-856-3892
***@***.***
… On May 24, 2021, at 5:11 AM, Dries Steenberghe ***@***.***> wrote:
Hey @daldoyle <https://github.com/daldoyle>,
Can we aspect a new version any time soon? Let me know if there is anything I can do to help.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#119 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABXF7JFI26IH4JLSWAFINCDTPIJ3VANCNFSM4UDOL3BQ>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment globalNOC enables us to use a threshold with values between 0 and 100. Which is perfect for displaying percentage numbers.
I would like to visualize latency numbers for each line. If the latency is below 500ms I want a green indication and above 500ms I would like to see a red indicator on the line.
At the moment I'm able to see the latency numbers in the Node Tooltip so the data is present.
Thanks in advance!
The text was updated successfully, but these errors were encountered: