Skip to content

Commit

Permalink
Merge pull request #1 from Percona-Lab/PMM-9919-add-scrape-metrics-pe…
Browse files Browse the repository at this point in the history
…r-collector

PMM-9919 Add MeasureCollectTime
  • Loading branch information
ritbl authored Jul 1, 2022
2 parents 4ad265f + 0a025db commit ee06569
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 4 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/prometheus/client_golang
module github.com/Percona-Lab/client_golang

go 1.17

Expand All @@ -8,6 +8,7 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/golang/protobuf v1.5.2
github.com/json-iterator/go v1.1.12
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.34.0
github.com/prometheus/procfs v0.7.3
Expand All @@ -18,7 +19,7 @@ require (
require (
github.com/jpillora/backoff v1.0.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
Expand Down
Loading

0 comments on commit ee06569

Please sign in to comment.