scala - Integrate counters with gatling -
i want know if it's possible integrate kamon counters placed in code mailbox-size gatling obtain graphics of in report.
you can:
- use influxdb + graphana, or graphite metric storage + dashboard
- have kamon push storage through statsd
- have gatling push influxdb or graphite: http://gatling.io/docs/2.1.5/realtime_monitoring/index.html
this way, can have metrics, both gatling , system under test side side in same dashboard.
Comments
Post a Comment