stevvooe / go-metrics

Package for metrics collection in Docker projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-metrics GoDoc Badge Badge

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

Status

This project is a work in progress. It is under heavy development and not intended to be used.

Docs

Package documentation can be found here.

Additional Metrics

Additional metrics are also defined here that are not avaliable in the prometheus client. If you need a custom metrics and it is generic enough to be used by multiple projects, define it here.

Copyright and license

Copyright © 2016 Docker, Inc. All rights reserved, except as follows. Code is released under the Apache 2.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/.

About

Package for metrics collection in Docker projects

License:Other


Languages

Language:Go 100.0%