Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing OOO discard metric overflow #464

Merged
merged 1 commit into from
May 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/dgryski/go-trigram v0.0.0-20160407183937-79ec494e1ad0
github.com/dgryski/httputil v0.0.0-20160116060654-189c2918cd08
github.com/go-graphite/carbonzipper v0.0.0-20180329125635-fedce067a794
github.com/go-graphite/go-whisper v0.0.0-20220426133541-b1ea42367ab4
github.com/go-graphite/go-whisper v0.0.0-20220429144459-e27098c23e15
github.com/go-graphite/protocol v0.4.3-0.20180731190405-5ae324d48067
github.com/gogo/protobuf v1.1.2-0.20180830160456-5669497fd644
github.com/google/go-cmp v0.5.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ github.com/go-graphite/carbonzipper v0.0.0-20180329125635-fedce067a794 h1:9N+1I8
github.com/go-graphite/carbonzipper v0.0.0-20180329125635-fedce067a794/go.mod h1:sfZ+AkP8/bBcWSGVqhseV6t6e/+C0i/PkTpA32W5rXs=
github.com/go-graphite/go-whisper v0.0.0-20220426133541-b1ea42367ab4 h1:ztjpW09cYf5/rrqcXTAR+gJBehzvNnmrjTJlgOvOKdM=
github.com/go-graphite/go-whisper v0.0.0-20220426133541-b1ea42367ab4/go.mod h1:XnU8q9X8C3OhD8R7gAlRLI6VXU2KMwqgTO9Tshub2qE=
github.com/go-graphite/go-whisper v0.0.0-20220429140939-695cec35c3a5 h1:XkbQS9Hl+rQrehwJuzT0b+eoDLMs+MIFOPn1V3J9YFE=
github.com/go-graphite/go-whisper v0.0.0-20220429140939-695cec35c3a5/go.mod h1:XnU8q9X8C3OhD8R7gAlRLI6VXU2KMwqgTO9Tshub2qE=
github.com/go-graphite/go-whisper v0.0.0-20220429144459-e27098c23e15 h1:QCrZGb7FZ6l949+nbymqNmQlmvqBwNJompNAOFP5IQ8=
github.com/go-graphite/go-whisper v0.0.0-20220429144459-e27098c23e15/go.mod h1:XnU8q9X8C3OhD8R7gAlRLI6VXU2KMwqgTO9Tshub2qE=
github.com/go-graphite/protocol v0.4.3-0.20180731190405-5ae324d48067 h1:3xaKhHeiu8sY1oFpgw8mou3IztFUB92FIGwDncZKJCs=
github.com/go-graphite/protocol v0.4.3-0.20180731190405-5ae324d48067/go.mod h1:tJs3CWCesQ9Laqjz5pbMDHqJlPHDUZv502EtN7qujzQ=
github.com/gogo/protobuf v1.1.2-0.20180830160456-5669497fd644 h1:GsuTRapGULopujrq87TLdlXsp6m3q/tOwxgx7EEwhKc=
Expand Down
21 changes: 12 additions & 9 deletions vendor/github.com/go-graphite/go-whisper/whisper.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ github.com/eapache/queue
# github.com/go-graphite/carbonzipper v0.0.0-20180329125635-fedce067a794
## explicit
github.com/go-graphite/carbonzipper/zipper/httpHeaders
# github.com/go-graphite/go-whisper v0.0.0-20220426133541-b1ea42367ab4
# github.com/go-graphite/go-whisper v0.0.0-20220429144459-e27098c23e15
## explicit
github.com/go-graphite/go-whisper
# github.com/go-graphite/protocol v0.4.3-0.20180731190405-5ae324d48067
Expand Down