You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as illustrated in #2336 I wanted to construct a hierarchy of analyzers:
broker - the central hub which aggregated all information
east/west - which should only report upwards
but, alas this option is not supported and as a result:
when accessing the east analyzer you see also broker and west
when accessing the broker you sometimes see a duplication of east or west (as this information may echo between the analyzers)
the desired change is for a subordinated analyzer to be able to stop accepting updated from the top-level analyzer - so for example if east is configure currently:
analyzer:
# mode: in our case relevant for broker
# mode: readwrite
mode: read
agent:
# mode: in our case relevant for east and west
# mode: readwrite
mode: write
which would bring the result that:
only broker shows the aggregate view including 3 clusters
east and west will only show their single cluster
The text was updated successfully, but these errors were encountered:
hunchback
changed the title
analyzer hierarchy not supported
analyzer hierarchy support
Feb 5, 2021
as illustrated in #2336 I wanted to construct a hierarchy of analyzers:
but, alas this option is not supported and as a result:
the desired change is for a subordinated analyzer to be able to stop accepting updated from the top-level analyzer - so for example if east is configure currently:
the change would require to add:
which would bring the result that:
The text was updated successfully, but these errors were encountered: