ブックマーク / orangetux.nl (1)

  • expvar in action ·

    The Go standard library comes with the expvar package. This package allows one to expose metrics about your application and the Go runtime via a HTTP API in JSON format. I think the package is useful for everyone writing Go code. But the data from godoc.org suggests that not many people are aware of this package. The package has been imported 1761 times by public projects. With 3300 imports even t

    tmatsuu
    tmatsuu 2017/06/15
    golangでアプリやgoランタイムのメトリック取得に便利なexpvarパッケージの使い方。ほう
  • 1