-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to ZIO RC11-1 * Update to latest zio * Counter with module pattern * Compiles * Dropwizard Counter test working * Gauges works * Counters working * Gauge implemented * Common API for Gauge is reduced to getValue * Histogram implemented * Multi-project compiles * Dropwizard completed up to Meter * Basic Dropwizard usage complete * Basic Prometheus working * Different names for each jar * Start labels implementation * Prometheus Histogram and Summary ready * Exporters fro dropwizard working * Renamed ExportersTests to ReportersTEsts for Prometheus module * Write004 as part of the exporters * Prometheus exporter test completed * Small fixes for consistency * Doc up to prometheus histogram * Add duration timer histogram test and bump to scala 2.12.9 * Registry helpers finished * Minor fixes * Add helpers to docs and tests * Add histogram buckets examples * Prometheus documentation ready * Encapsulate metrics * Seal the trait, case classes are not necessary * Prometheus refactored * Moved helpers to their own module * Documentation updated * formatting * :Encapsulation for Dropwizard metrics * Dropwizard Tests ready and half documentation * Server only on Scala 2.12 * Documentation and trying to fix ServerTest * ServerTest fixed * Add scala-2.11 back to circle and format * Dropwizard docs ready * Format * Statsd encoder * DogstatD init * Event test failing * Fix events test * Remove println * DogStatsD implemented * Formatting * Allow custom processor for Client * StatsD docs, WIP * StatsD docs completed * Upgrade Silencer * Format * 2.13 classes for dropwizard and try to ignore statsd for 2.11 * Disable 2.11 and enable 2.13 * Use circe instead of argonaut to support scala 2.12 for Dropwizard module * Use cats Monoid and Foldable
- Loading branch information
1 parent
c0dc166
commit e847279
Showing
28 changed files
with
1,797 additions
and
103 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
id: essentials_sockets | ||
id: essentials_dropwizard | ||
title: "Dropwizard ZIO WSrapper" | ||
--- | ||
|
||
|
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,5 +1,5 @@ | ||
--- | ||
id: essentials_files | ||
id: essentials_prometheus | ||
title: "Prometheus ZIO Wrapper" | ||
--- | ||
|
||
|
Oops, something went wrong.