* run latest vndr so as to collect more LICENSE files * remove unused packages * vendor github.com/philhofer/fwd with LICENSE.md (MIT) * vendor github.com/bsphere/le_go with LICENSE (MIT) Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
1.2 KiB
go-metrics
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/.