divan / expvarmon

TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s).
MIT License
2.02k stars 107 forks source link

Support paths like `cb.ops.pools.127.0.0.1:11210.count` #11

Open zgramana opened 8 years ago

zgramana commented 8 years ago

We have some expvars that are exported a dictionaries where the keys are IP addresses in dotted quad notation. Currently, AFAICT, these cannot be displayed by expvarmon.

divan commented 8 years ago

Can you provide an example JSON output of /debug/vars?