performancecopilot / speed

A Go implementation of the PCP instrumentation API
MIT License
37 stars 6 forks source link

implement prometheus style `Must` methods that panic automatically on an error instead of returning them #10

Closed suyash closed 8 years ago

suyash commented 8 years ago

can be done for writer start and stop to allow a safe defer writer.Stop() and metric registration, as well as writing values in the bytebuffer to avoid all those errcheck linting errors from gometalinter

suyash commented 8 years ago

done in #11