前言介绍
HttpReports 是针对.Net Core 开发的轻量级APM系统,基于MIT开源协议, 使用HttpReports可以快速搭建.Net Core环境下统计,分析,图表,监控,分布式追踪一体化的站点, 适应.Net Core WebAPI,MVC,Web项目, 通过引用Nuget构建Dashboard面板,上手简单,适合在微服务架构中使用。
Github地址:https://github.com/SpringLeee/HttpReports
在线预览: https://moa.hengyinfs.com
账号: admin 密码 123456
开源不易,感兴趣的同学欢迎 Github Star 一波...
主要功能
- 接口调用指标分析
- 多服务节点数据聚合分析
- 慢请求,错误请求分析
- 接口调用日志查询
- 趋势数据分析 (维度:分钟,小时,天)
- 多类型预警监控
- HTTP调用分析
- Grpc调用分析
- 分布式追踪
- 多数据库支持,集成方便
数据库支持
数据库 | Nuget包名称 |
---|---|
SqlServer | HttpReports.SqlServer |
MySql | HttpReports.MySQL |
Oracle | HttpReports.Oracle |
PostgreSQL | HttpReports.PostgreSQL |