kafkaflow icon indicating copy to clipboard operation
kafkaflow copied to clipboard

Dashboard - Monitoring

Open dougolima opened this issue 3 years ago • 1 comments

Dashboard section showing charts with data related to:

  • Lag
  • Free space of workers buffer
  • Idle time
  • Throughput
  • Average processing time
  • ...

dougolima avatar Jun 04 '21 12:06 dougolima

it'd be nice to have those metrics using ~~prometheus endpoint, or use a well known metrics aggregator (like app-metrics.io for instance) to abstract specific metrics format and export solutions~~ System.Diagnostics.Metrics. Using this method will allow to export to a multitude of metrics stores, including prometheus, dynatrace, azure app insights

Moreover: I'd research investing in building 2-3 Grafana dashboards, instead of a personalized dashboard solution. you could also create grafana controls and replace the admin dashboard as a whole (wild idea :))

EugeneKrapivin avatar Apr 25 '22 06:04 EugeneKrapivin