docker / go-metrics

Package for metrics collection in Docker projects
Apache License 2.0
87 stars 32 forks source link

metrics: address compile error correctly #18

Closed stevvooe closed 6 years ago

stevvooe commented 6 years ago

This addresses a compilation error without breaking the interface. In both cases, the returned metric, of type Observer, is always a Collector and a Metric, preserving the original behavior of the package.

Signed-off-by: Stephen J Day stephen.day@docker.com

Closes #12

crosbymichael commented 6 years ago

LGTM