-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add endpoint for message counts by fid (#149)
It's useful to have visibility into which message types have differing counts for reach fid to validate the migration. ``` ❯ grpcurl -plaintext -proto src/proto/rpc.proto -import-path src/proto -d '{"fid": 503}' 127.0.0.1:3383 HubService/GetInfoByFid { "numMessagesByMessageType": { "1": "100", "2": "0", "3": "386", "4": "17", "5": "97", "6": "0", "7": "0", "8": "0", "11": "0", "12": "0", "13": "0", "14": "0" } } ```
- Loading branch information
1 parent
f9efa4c
commit 2305f82
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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