From 2ccd3340df65b711de5f2ca599f27829517d0b80 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Tue, 28 Feb 2017 13:49:09 -0400 Subject: [PATCH] Add goreportcard to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0be58655..0c4822f8 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,12 @@ [![CircleCI](https://circleci.com/gh/prometheus/node_exporter/tree/master.svg?style=shield)][circleci] [![Docker Repository on Quay](https://quay.io/repository/prometheus/node-exporter/status)][quay] [![Docker Pulls](https://img.shields.io/docker/pulls/prom/node-exporter.svg?maxAge=604800)][hub] +[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/node_exporter)][goreportcard] Prometheus exporter for hardware and OS metrics exposed by \*NIX kernels, written in Go with pluggable metric collectors. -The [WMI exporter](https://github.com/martinlindhe/wmi_exporter) is recommended for Windows users. +The [WMI exporter](https://github.com/martinlindhe/wmi_exporter) is recommended for Windows users. ## Collectors @@ -135,3 +136,4 @@ Be aware though that the mountpoint label in various metrics will now have [hub]: https://hub.docker.com/r/prom/node-exporter/ [circleci]: https://circleci.com/gh/prometheus/node_exporter [quay]: https://quay.io/repository/prometheus/node-exporter +[goreportcard]: https://goreportcard.com/report/github.com/prometheus/node_exporter