Created
September 10, 2018 17:00
-
-
Save carlosolmos/573d913c07af276be493c28021af6ded to your computer and use it in GitHub Desktop.
get opentsdb stats and filter with jq
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
curl http://opentsdb.servicelocal:4242/api/stats | jq '.[] | select(.metric == "tsd.rpc.received")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment