https://github.com/prometheus/exporter-toolkit
Utility package to build exporters
https://github.com/prometheus/exporter-toolkit
go golang hacktoberfest prometheus prometheus-exporter
Last synced: 15 days ago
JSON representation
Utility package to build exporters
- Host: GitHub
- URL: https://github.com/prometheus/exporter-toolkit
- Owner: prometheus
- License: apache-2.0
- Created: 2020-06-03T19:35:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T17:39:16.000Z (23 days ago)
- Last Synced: 2025-04-09T23:12:58.726Z (15 days ago)
- Topics: go, golang, hacktoberfest, prometheus, prometheus-exporter
- Language: Go
- Homepage:
- Size: 423 KB
- Stars: 280
- Watchers: 16
- Forks: 89
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Prometheus Exporter Toolkit
[][circleci]
[][goreportcard]
[][godoc]This is a [Go](http://golang.org) library for [Prometheus](http://prometheus.io)
[exporters][exporter].This repository is meant to be used in combination with the
[client_golang][client_golang] repository. If you are
[instrumenting][instrumentation] an existing Go application,
[client_golang][client_golang] is the repository you are looking for.**This repository is currently WIP and experimental.**
[circleci]:https://circleci.com/gh/prometheus/exporter-toolkit
[client_golang]:https://github.com/prometheus/client_golang
[exporter]:https://prometheus.io/docs/introduction/glossary/#exporter
[godoc]:https://godoc.org/github.com/prometheus/exporter-toolkit
[goreportcard]:https://goreportcard.com/report/github.com/prometheus/exporter-toolkit
[instrumentation]:https://prometheus.io/docs/introduction/glossary/#direct-instrumentation