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