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 feda993 commit c5cb9e4
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 16 deletions.
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,16 @@ require (
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/apache/arrow/go/v14 v14.0.2 // indirect
github.com/aws/aws-sdk-go v1.45.25 // indirect
github.com/dennwc/varint v1.0.0 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect
github.com/moby/sys/user v0.1.0 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/prometheus/common/sigv4 v0.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
)
Expand Down
Loading

0 comments on commit c5cb9e4

Please sign in to comment.