Skip to content

Commit

Permalink
Add support for generating native-histograms.
Browse files Browse the repository at this point in the history
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
  • Loading branch information
Harkishen-Singh committed Nov 30, 2022
1 parent 73d185f commit cebc6b9
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 cebc6b9

Please sign in to comment.