Skip to content

Commit

Permalink
Merge pull request #1 from Harkishen-Singh/support-native-histograms
Browse files Browse the repository at this point in the history
Add support for generating native-histograms
  • Loading branch information
Harkishen-Singh authored Nov 30, 2022
2 parents 73d185f + cebc6b9 commit 22cc5d2
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 7 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ module github.com/Harkishen-Singh/metrics-exemplars-generator

go 1.16

require github.com/prometheus/client_golang v1.11.0
require (
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_golang v1.14.0
golang.org/x/sys v0.2.0 // indirect
)
Loading

0 comments on commit 22cc5d2

Please sign in to comment.