Skip to content

Commit

Permalink
feat(parser.prometheusremotewrite): Parse and generate histogram buckets
Browse files Browse the repository at this point in the history
note there are some println still in here for debug purposes.
  • Loading branch information
powersj committed Mar 7, 2024
1 parent ab43e61 commit 7f7d43a
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 16 deletions.
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ require (
modernc.org/sqlite v1.29.2
)

require (
github.com/aws/aws-sdk-go v1.45.25 // indirect
github.com/dennwc/varint v1.0.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/prometheus/common/sigv4 v0.1.0 // indirect
)

require (
cloud.google.com/go v0.112.0 // indirect
cloud.google.com/go/compute v1.23.3 // indirect
Expand Down
Loading

0 comments on commit 7f7d43a

Please sign in to comment.