Akka Http Metrics Versions Save

Easily collect and expose metrics in your akka-http server

v1.7.1

2 years ago

v1.7.0

2 years ago
  • Update dependencies
  • Add support for custom dimensions
  • Change from sequence to varagrs API in settings

v1.6.0

3 years ago
  • Update dependencies
  • Throw explicit exception when trace-id not found in by the MereStage
  • Seal and convert routes internally
  • Move HttpMetricsServerBuilder to http.metrics.core package
  • Remove deprecated HttpMetricsRoute

v1.5.1

3 years ago
  • Update dependencies
  • Add API to create HttpMetricsSettings

v1.5.0

3 years ago
  • Update dependencies
  • Split dropwizard v4 and v5. v4 being the default.
  • Fix bug when HttpEntity.Default is used with HTTP/1.0 protocol

v1.4.1

3 years ago
  • Fix regression due to automatic transformation of entity into streams
  • Fix regression in meterFunction APIs

v1.4.0

3 years ago
  • Split HttpMetricsHandler API with separated callbacks
  • Add requests failures counter for unserved requests
  • Compute sizes and durations metrics on end of entity stream
  • Remove deprecated API

v1.3.0

3 years ago
  • Fix Metrics BidiFlow closing
  • Adding support for custom server-level dimensions

v1.2.0

3 years ago
  • Update to akka-http 10.2
  • Update libraries
  • Add metrics names to settings
  • Streamline metrics, name and doc

v1.1.1

4 years ago
  • Update libraries
  • Fix implicit execution context regression