-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add histogram-based metrics (#440) * Extract ProducerMetrics implementations into named classes * Add Histograms implementation for ProducerMetrics * Extract ConsumerMetrics implementations into named classes * Add Histogram implementation of ConsumerMetrics * Name Throwables in MonadCancel * Docs for latencyBuckets * Apply suggestions from code review Co-authored-by: Mareks Rampāns <[email protected]> * Update skafka/src/main/scala/com/evolutiongaming/skafka/consumer/ConsumerMetrics.scala Co-authored-by: Mareks Rampāns <[email protected]> * changed name * fix scala 3 * Apply suggestions from code review Co-authored-by: Mareks Rampāns <[email protected]> * bump minor version --------- Co-authored-by: Mareks Rampāns <[email protected]> Co-authored-by: Denys Fakhritdinov <[email protected]> (cherry picked from commit 0b37012) * bump stuff
- Loading branch information
Showing
8 changed files
with
453 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.7.1 | ||
sbt.version=1.10.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.