ljgw
ljgw

Reputation: 2771

JMX for Go[lang]

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

Answers (1)

Tomás Senart
Tomás Senart

Reputation: 1433

This is not exactly GMX like but I think it can solve your problem. http://golang.org/pkg/expvar/

Upvotes: 1

Related Questions