We should review result/overall.go for the 1.0.0 release.
- There's a note that we should deprecate the Outputs attribute:
Outputs []string // Deprecate this in a future version
- The docs say that "Overall is a singleton for a monitoring plugin"
Do we need to mention that it is not concurrency-safe? Do we want it to be concurrency-safe?
- Review the public methods and attributes and see if we can maybe hide some implementation details
We should review result/overall.go for the 1.0.0 release.
Do we need to mention that it is not concurrency-safe? Do we want it to be concurrency-safe?