Limit-LAB/limit-server

[Feature Request] implement observability framework

LemonHX opened this issue ยท 2 comments

๐Ÿš€ Feature Request

Is your feature request related to a problem? Please describe.
observability is very important

Describe the solution you'd like
prometheus and grafana

Several places where we can put data points:

  • DB access in run_sql macro (exec time and db type)
  • Auth service in request_auth
  • Background task
  • As tower layer for http server measurement (to be implemented)

Merged #19