.net - Tools for Monitoring Restful Services -


when coming monitoring synchronous restful apis developed using .net core, best recommended tools might have of:

  • performance monitoring
  • service health checks
  • logging
  • tracing
  • dashboards

i interested open source platform tools if available can monitor apis not running in containerized environments.

we're using prometheus + telegraf + grafana: solution designed collect metrics applications , offers alerting , graphs (with grafana). happy it: open-source, resilient , built scale.

i see there's open-source prometheus client .net, although use telegraf expose metrics if not available.


Comments