-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add missing metadata keys to monitoring port subsz JSON #1371
Comments
Also time, etc. So server id and name and now fields. |
And if we do not already an account filter arg we can send. |
@derekcollison I would make subsz work like all the others meaning return everything. |
What do you mean everything? This is about subs but agree we need server id and name and now timestamp for request. |
I'll add the fields but also address #1357 /subs like /connz should return all subscriptions, irrespective of account. |
subsz is currently not a pageable destination, so you can not return any dynamic sized lists here. |
Unlike the other
*z
(e.g.,connz
andvarz
),subsz
is missing theserver_id
key.It is also missing
now
.There are probably other metadata fields that could be added, but these are the notable omissions.
Here is a recent
subsz
payload:The text was updated successfully, but these errors were encountered: