akka/akka-http

Server statistics in Akka HTTP

開放

#107 建立於 2016年9月8日

 (15 則留言) (1 個反應) (0 位負責人)Scala (598 個分叉)batch import
1 - triagedhelp wantednice-to-have (low-prio)

倉庫指標

星標
 (1,311 顆星)
PR 合併指標
 (平均合併 1天 10小時) (30 天內合併 2 個 PR)

描述

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?

貢獻者指南