akka-http-metrics icon indicating copy to clipboard operation
akka-http-metrics copied to clipboard

Easily collect and expose metrics in your akka-http server

Results 39 akka-http-metrics issues
Sort by recently updated
recently updated
newest added

Updates [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.3 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.3...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics/) * [io.dropwizard.metrics:metrics-json](https://github.com/dropwizard/metrics/) * [io.dropwizard.metrics:metrics-jvm](https://github.com/dropwizard/metrics/) from 4.2.9 to 4.2.11. [GitHub Release Notes](https://github.com/dropwizard/metrics/releases/tag/v4.2.11) - [Version Diff](https://github.com/dropwizard/metrics/compare/v4.2.9...v4.2.11) I'll automatically update this PR to resolve conflicts as long as you don't...

Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.12 to 3.2.13. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.13) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.12...release-3.2.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scala-lang.modules:scala-collection-compat](https://github.com/scala/scala-collection-compat) from 2.7.0 to 2.8.1. [GitHub Release Notes](https://github.com/scala/scala-collection-compat/releases/tag/v2.8.1) - [Version Diff](https://github.com/scala/scala-collection-compat/compare/v2.7.0...v2.8.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.15 to 2.12.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * io.prometheus:simpleclient_common * io.prometheus:simpleclient_hotspot from 0.15.0 to 0.16.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates io.github.davidgregory084:sbt-tpolecat from 0.3.1 to 0.3.3. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

All 2xx responses are recorded properly to their respective endpoint label, however, some 5xx and 4xx responses go to unlabelled: ![image](https://user-images.githubusercontent.com/8371789/149665148-e0a6814f-8074-4fa3-9df1-3e5000701477.png) ![image](https://user-images.githubusercontent.com/8371789/149665159-d8d219ee-c449-46d7-880b-654b4755df8d.png) The registry is created as follows: ``` protected...