Skip to content

Commit ee06569

Browse files
authored
Merge pull request #1 from Percona-Lab/PMM-9919-add-scrape-metrics-per-collector
PMM-9919 Add MeasureCollectTime
2 parents 4ad265f + 0a025db commit ee06569

File tree

3 files changed

+117
-4
lines changed

3 files changed

+117
-4
lines changed

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/prometheus/client_golang
1+
module github.com/Percona-Lab/client_golang
22

33
go 1.17
44

@@ -8,6 +8,7 @@ require (
88
github.com/davecgh/go-spew v1.1.1
99
github.com/golang/protobuf v1.5.2
1010
github.com/json-iterator/go v1.1.12
11+
github.com/prometheus/client_golang v1.12.2
1112
github.com/prometheus/client_model v0.2.0
1213
github.com/prometheus/common v0.34.0
1314
github.com/prometheus/procfs v0.7.3
@@ -18,7 +19,7 @@ require (
1819
require (
1920
github.com/jpillora/backoff v1.0.0 // indirect
2021
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
21-
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
22+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2223
github.com/modern-go/reflect2 v1.0.2 // indirect
2324
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
2425
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect

0 commit comments

Comments
 (0)