将计数器与 gatling 集成
Integrate counters with gatling
我想知道是否可以将放置在我的代码中的 Kamon 计数器(如邮箱大小)与 Gatling 集成,以在报告中获取图形。
您可以:
- 使用 InfluxDB + Graphana 或 Graphite 作为指标存储 + 仪表板
- 让 Kamon 通过 StatsD 推入存储
- 将 Gatling 推送到 InfluxDB 或 Graphite:http://gatling.io/docs/2.1.5/realtime_monitoring/index.html
这样,您可以在同一个仪表板中并排显示 Gatling 和被测系统的所有指标。
我想知道是否可以将放置在我的代码中的 Kamon 计数器(如邮箱大小)与 Gatling 集成,以在报告中获取图形。
您可以:
- 使用 InfluxDB + Graphana 或 Graphite 作为指标存储 + 仪表板
- 让 Kamon 通过 StatsD 推入存储
- 将 Gatling 推送到 InfluxDB 或 Graphite:http://gatling.io/docs/2.1.5/realtime_monitoring/index.html
这样,您可以在同一个仪表板中并排显示 Gatling 和被测系统的所有指标。