Closed Mountains-and-rivers closed 2 years ago
https://github.com/Mountains-and-rivers/k8s-locust 这是我的实践。
我使用的是2.8.4版本的locust
如果worker使用用locust编写(python写)需要加入prometheus_exporter.py的代码。 参考:https://blog.csdn.net/qq_41522024/article/details/123780040
问题1:在locust2.8.4 版本中如果worker 脚本中不写prometheus_exporter.py 的内容,master 和 worker启动正常,但是启动测试失败。
问题2:在locust2.8.4 版本中如果worker使用boomer,怎么对接prometheus并把数据展示到Grafana呢?
https://github.com/Mountains-and-rivers/k8s-locust 这是我的实践。
我使用的是2.8.4版本的locust
如果worker使用用locust编写(python写)需要加入prometheus_exporter.py的代码。 参考:https://blog.csdn.net/qq_41522024/article/details/123780040
问题1:在locust2.8.4 版本中如果worker 脚本中不写prometheus_exporter.py 的内容,master 和 worker启动正常,但是启动测试失败。
问题2:在locust2.8.4 版本中如果worker使用boomer,怎么对接prometheus并把数据展示到Grafana呢?