Reputation: 2771
Is there something like JMX for the go language?
On the internet I already found GMX but I would ideally like something that I can not only use to export values, but also use to set the values of instrumented variables.
Upvotes: 3
Views: 3076
Reputation: 1433
This is not exactly GMX like but I think it can solve your problem. http://golang.org/pkg/expvar/
Upvotes: 1