• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H27-Jul-2021-

.github/H27-Jul-2021-

docs/H27-Jul-2021-

scripts/H03-May-2022-

web/H27-Jul-2021-

.golangci.ymlH A D27-Jul-2021177

CHANGELOG.mdH A D27-Jul-20211.4 KiB

CODE_OF_CONDUCT.mdH A D27-Jul-2021155

CONTRIBUTING.mdH A D27-Jul-2021950

LICENSEH A D27-Jul-202111.1 KiB

MAINTAINERS.mdH A D27-Jul-2021100

MakefileH A D27-Jul-2021756

Makefile.commonH A D27-Jul-202110 KiB

README.mdH A D27-Jul-20211.1 KiB

SECURITY.mdH A D27-Jul-2021170

VERSIONH A D27-Jul-20216

go.modH A D27-Jul-2021286

go.sumH A D27-Jul-202146.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