1
1
# Prometheus Go client library
2
2
3
- [ ![ Build Status ] ( https://travis-ci.org/ prometheus/client_golang.svg?branch=master )] ( https://travis-ci.org/ prometheus/client_golang )
3
+ [ ![ CircleCI ] ( https://circleci.com/gh/ prometheus/client_golang/tree/master .svg?style=svg )] ( https://circleci.com/gh/ prometheus/client_golang/tree/master )
4
4
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/prometheus/client_golang )] ( https://goreportcard.com/report/github.com/prometheus/client_golang )
5
- [ ![ go-doc ] ( https://godoc.org/ github.com/prometheus/client_golang?status .svg )] ( https://godoc.org /github.com/prometheus/client_golang )
5
+ [ ![ Go Reference ] ( https://pkg.go.dev/badge/ github.com/prometheus/client_golang.svg )] ( https://pkg.go.dev /github.com/prometheus/client_golang )
6
6
7
7
This is the [ Go] ( http://golang.org ) client library for
8
8
[ Prometheus] ( http://prometheus.io ) . It has two separate parts, one for
@@ -31,7 +31,7 @@ coexist for a while to enable a convenient transition.
31
31
32
32
## Instrumenting applications
33
33
34
- [ ![ code-coverage] ( http://gocover.io/_badge/github.com/prometheus/client_golang/prometheus )] ( http://gocover.io/github.com/prometheus/client_golang/prometheus ) [ ![ go-doc ] ( https://godoc.org/ github.com/prometheus/client_golang/prometheus?status .svg )] ( https://godoc.org /github.com/prometheus/client_golang/prometheus )
34
+ [ ![ code-coverage] ( http://gocover.io/_badge/github.com/prometheus/client_golang/prometheus )] ( http://gocover.io/github.com/prometheus/client_golang/prometheus ) [ ![ Go Reference ] ( https://pkg.go.dev/badge/ github.com/prometheus/client_golang/prometheus.svg )] ( https://pkg.go.dev /github.com/prometheus/client_golang/prometheus )
35
35
36
36
The
37
37
[ ` prometheus ` directory] ( https://github.com/prometheus/client_golang/tree/master/prometheus )
@@ -45,7 +45,7 @@ contains simple examples of instrumented code.
45
45
46
46
## Client for the Prometheus HTTP API
47
47
48
- [ ![ code-coverage] ( http://gocover.io/_badge/github.com/prometheus/client_golang/api/prometheus/v1 )] ( http://gocover.io/github.com/prometheus/client_golang/api/prometheus/v1 ) [ ![ go-doc ] ( https://godoc.org/ github.com/prometheus/client_golang/api/prometheus?status .svg )] ( https://godoc.org /github.com/prometheus/client_golang/api )
48
+ [ ![ code-coverage] ( http://gocover.io/_badge/github.com/prometheus/client_golang/api/prometheus/v1 )] ( http://gocover.io/github.com/prometheus/client_golang/api/prometheus/v1 ) [ ![ Go Reference ] ( https://pkg.go.dev/badge/ github.com/prometheus/client_golang/api.svg )] ( https://pkg.go.dev /github.com/prometheus/client_golang/api )
49
49
50
50
The
51
51
[ ` api/prometheus ` directory] ( https://github.com/prometheus/client_golang/tree/master/api/prometheus )
0 commit comments