segmentio / stats

Go package for abstracting stats collection
https://godoc.org/github.com/segmentio/stats
MIT License
208 stars 32 forks source link

engine: report go version on startup #159

Open kevinburkesegment opened 4 months ago

kevinburkesegment commented 4 months ago

The first time you report any metric, additionally report the running Go version. Add two flags that can be used to disable this behavior.

kevinburkesegment commented 1 month ago

@etiennep @mckern I reworked this to just publish a single metric with a value of "1" and the go version as a tag.