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 101 forks source link

Does it support viewing all vars in specific endpoint #24

Closed amosbird closed 7 years ago

amosbird commented 7 years ago

Can I use something like -vars="*" to get all expvars in given endpoint?

divan commented 7 years ago

Hey @amosbird. No, there is no such feature so far. I see the cases, where it can be useful, but I'm trying to maintain the tool as simple as possible. Anyway, if you can come up with solution that both works and don't confuse users, I'd be happy to review it.