...

Source file src/github.com/docker/go-metrics/docs.go

Documentation: github.com/docker/go-metrics

     1  // This package is small wrapper around the prometheus go client to help enforce convention and best practices for metrics collection in Docker projects.
     2  
     3  package metrics
     4  

View as plain text