akka/akka-http

Server statistics in Akka HTTP

Aperta

#107 aperta il 8 set 2016

 (15 commenti) (1 reazione) (0 assegnatari)Scala (598 fork)batch import
1 - triagedhelp wantednice-to-have (low-prio)

Metriche repository

Star
 (1311 stelle)
Metriche merge PR
 (Merge medio 1g 10h) (2 PR mergiate in 30 g)

Descrizione

Issue by RichardBradley Monday Mar 30, 2015 at 10:44 GMT Originally opened as https://github.com/akka/akka/issues/17095


Spray 1.3 had "Server Statistics" that reported on various connection-level stats that are difficult or inefficient to monitor in userland:

case class Stats(
  uptime: FiniteDuration,
  totalRequests: Long,
  openRequests: Long,
  maxOpenRequests: Long,
  totalConnections: Long,
  openConnections: Long,
  maxOpenConnections: Long,
  requestTimeouts: Long)

Please could we add something similar to Akka HTTP 1.0?

Guida contributor