Discussing Adding switches between originasn/asn for AS hegemony alarms and start/endpoint for network delay alarms #28
Closed
mohamedawnallah
started this conversation in
General
Replies: 1 comment 1 reply
-
Thanks for detailing the different options. I think we can go with option 1. Currently the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@romain-fontugne This feature actually makes sense for detecting anomalies, but we have a concern regarding the Startpoint and Endpoint values, namely
IP
,PB
, andCT
in Network Delay Alarms API. We have the following potential options:Option 1: Ignore all
IP
,PB
, andCT
start point and endpoint types for Network Delay Alarms. This would result in anAS -> AS
relationship type. The advantage here is that we don't need to deal with the complexity ofIP
,PB
, andCT
and we applied the switches on both Data Vizs and Table, but the downside is that we might miss valuable alarms, especially on the level ofCT
.Option 2: Limit the switches to only the Alarms Table and filter only alarms where the start point equals
AS
and the endpoint types are still the same could beAS
,IP
,PB
, andCT
in the Data Vizs. The benefit is that we won't miss any information, but the drawback is that we don't apply the switches on the Alarms Data Vizs i.e.: World Map, Tree Map, and Time Series.Option 3: Ignore
IP
andPB
and include onlyCT
because it contains the country information. This might seem like a good compromise, but we'll face a problem when users are interested in AS granularity.Please let me know your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions