[ADDED] Monitoring: Include subscriptions in Gatewayz#6525
Merged
derekcollison merged 1 commit intomainfrom Feb 19, 2025
Merged
[ADDED] Monitoring: Include subscriptions in Gatewayz#6525derekcollison merged 1 commit intomainfrom
Gatewayz#6525derekcollison merged 1 commit intomainfrom
Conversation
When checking the `gatewayz` monitoring endpoint, if the user requests accounts `?accs=1` or a specific account `?acc_name=B` then we can now include the subscription list for each account with `&subs=1` or the subscription details list with `&subs=detail`. The subscription information will be contained in each account in the `accounts` list of the `outbound_gateways` block. Resolves #6473 Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Member
Author
|
@bruth Not sure if this is strictly a 2.11 or if it can go into the next release. I don't know if @alexbozhenko really needs this asap for some debugging use cases or not. |
Member
|
Thank you, @kozlovic! We do not need it asap, we can wait for 2.11 |
Member
|
I think we should include in v2.10.26 this one, will be quite useful already |
GatewayzGatewayz
neilalexander
added a commit
that referenced
this pull request
Feb 21, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When checking the
gatewayzmonitoring endpoint, if the user requests accounts?accs=1or a specific account?acc_name=Bthen we can now include the subscription list for each account with&subs=1or the subscription details list with&subs=detail.The subscription information will be contained in each account in the
accountslist of theoutbound_gatewaysblock.Resolves #6473
Signed-off-by: Ivan Kozlovic ivan@synadia.com