-
Notifications
You must be signed in to change notification settings - Fork 322
downlink_count in GatewayConnectionStats is missing #5051
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
Labels
blocked
This can't continue until another issue or pull request is done
compat/api
This could affect API compatibility
Comments
Upon closer inspection I found out that this only happens when downlink count is 0, if it's more than 0 it works like it should. Is this still a bug or is it meant to work that way? downlink_count > 0
downlink count = 0
|
Blocked on #2798 and a not-yet-filed issue to include field masks in responses so our JSON marshaler knows which (empty) fields to return. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocked
This can't continue until another issue or pull request is done
compat/api
This could affect API compatibility
Summary
When using the Gateway Server API only uplink_count is available, downlink_count is no longer there
Steps to Reproduce
Use the following API
/api/v3/gs/gateways/{gateway_id}/connection/stats
What do you see now?
Everything expect downlink_count
What do you want to see instead?
downlink_count
Environment
The Things Stack Cloud v3.16.2
How do you propose to implement this?
Find the bug and fix it :)
How do you propose to test this?
Use the API and see if you get downlink_count
Can you do this yourself and submit a Pull Request?
no
The text was updated successfully, but these errors were encountered: