Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.circleci/ | H | 27-Jul-2021 | - | |||
.github/ | H | 27-Jul-2021 | - | |||
docs/ | H | 27-Jul-2021 | - | |||
scripts/ | H | 03-May-2022 | - | |||
web/ | H | 27-Jul-2021 | - | |||
.golangci.yml | H A D | 27-Jul-2021 | 177 | |||
CHANGELOG.md | H A D | 27-Jul-2021 | 1.4 KiB | |||
CODE_OF_CONDUCT.md | H A D | 27-Jul-2021 | 155 | |||
CONTRIBUTING.md | H A D | 27-Jul-2021 | 950 | |||
LICENSE | H A D | 27-Jul-2021 | 11.1 KiB | |||
MAINTAINERS.md | H A D | 27-Jul-2021 | 100 | |||
Makefile | H A D | 27-Jul-2021 | 756 | |||
Makefile.common | H A D | 27-Jul-2021 | 10 KiB | |||
README.md | H A D | 27-Jul-2021 | 1.1 KiB | |||
SECURITY.md | H A D | 27-Jul-2021 | 170 | |||
VERSION | H A D | 27-Jul-2021 | 6 | |||
go.mod | H A D | 27-Jul-2021 | 286 | |||
go.sum | H A D | 27-Jul-2021 | 46.7 KiB |
README.md
1# Prometheus Exporter Toolkit 2 3[![CircleCI](https://circleci.com/gh/prometheus/exporter-toolkit/tree/master.svg?style=shield)][circleci] 4[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/exporter-toolkit)][goreportcard] 5[![go-doc](https://godoc.org/github.com/prometheus/exporter-toolkit?status.svg)][godoc] 6 7This is a [Go](http://golang.org) library for [Prometheus](http://prometheus.io) 8[exporters][exporter]. 9 10This repository is meant to be used in combination with the 11[client_golang][client_golang] repository. If you are 12[instrumenting][instrumentation] an existing Go application, 13[client_golang][client_golang] is the repository you are looking for. 14 15**This repository is currently WIP and experimental.** 16 17[circleci]:https://circleci.com/gh/prometheus/exporter-toolkit 18[client_golang]:https://github.com/prometheus/client_golang 19[exporter]:https://prometheus.io/docs/introduction/glossary/#exporter 20[godoc]:https://godoc.org/github.com/prometheus/exporter-toolkit 21[goreportcard]:https://goreportcard.com/report/github.com/prometheus/exporter-toolkit 22[instrumentation]:https://prometheus.io/docs/introduction/glossary/#direct-instrumentation 23