Skip to content

Commit

Permalink
fix(logql): properly bin by interval
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Jan 23, 2025
1 parent 10987d7 commit e6088a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/humanlogio/api/go v0.0.0-20250117080233-3e6fac65b137
github.com/humanlogio/humanlog-pro v0.0.0-20250123091916-8d3daf0db66f
github.com/humanlogio/humanlog-pro v0.0.0-20250123094351-5253418e3b0e
github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6
github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e
github.com/matoous/go-nanoid v1.5.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ github.com/humanlogio/humanlog-pro v0.0.0-20250123063604-b1680c9bedb5 h1:/MJEOVo
github.com/humanlogio/humanlog-pro v0.0.0-20250123063604-b1680c9bedb5/go.mod h1:9kTX1F99QI1LzdNud42mnKITI7/LSPlkwHQJQh9My7w=
github.com/humanlogio/humanlog-pro v0.0.0-20250123091916-8d3daf0db66f h1:I4DzlSeGHaQuoca+wfFxg/NbfOmqPRQXPQVAqsaYSaM=
github.com/humanlogio/humanlog-pro v0.0.0-20250123091916-8d3daf0db66f/go.mod h1:9kTX1F99QI1LzdNud42mnKITI7/LSPlkwHQJQh9My7w=
github.com/humanlogio/humanlog-pro v0.0.0-20250123094022-df6426f97650 h1:OWUrbZiJTWPw3cToEyUBOwswCCfUikMajdTdjx2ZxiA=
github.com/humanlogio/humanlog-pro v0.0.0-20250123094022-df6426f97650/go.mod h1:9kTX1F99QI1LzdNud42mnKITI7/LSPlkwHQJQh9My7w=
github.com/humanlogio/humanlog-pro v0.0.0-20250123094351-5253418e3b0e h1:QBPM91nRbch3kVhc6DihPjqm2rZI+L9/TajrgCKtxAA=
github.com/humanlogio/humanlog-pro v0.0.0-20250123094351-5253418e3b0e/go.mod h1:9kTX1F99QI1LzdNud42mnKITI7/LSPlkwHQJQh9My7w=
github.com/klauspost/asmfmt v1.3.2 h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
Expand Down

0 comments on commit e6088a6

Please sign in to comment.