well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
31 stars 4 forks source link

Maintain server statistics #130

Open edsko opened 2 months ago

edsko commented 2 months ago

The ServerContext is intended to keep track of server statistics (things like request timings etc.), but this is not currently implemented. We'd need some kind of spec of what would be most useful to keep track of first.