分类描述:记录一些技术相关的

jmeter集成prometheus和grafana

结构图需要的工具准备apache jmeter一个广泛应用的优秀性能测试工具参考: https://jmeter.apache.org/jmeter-prometheus pluginjmeter对prometheus的支持插件:prometheus pluginprometheuspromethe
test jmeter 集成 prometheus grafana 2020年12月02日 2,420次浏览

cucumber使用

步骤定义:Scenario: Some cukes Given I have 48 cukes in my belly实现代码:package com.example;import io.cucumber.java.en.Given;public class StepDefinitions {
cucumber test 2020年12月01日 1,422次浏览

使用helm安装grafana

添加grafana仓库helm repo add grafana https://grafana.github.io/helm-chartshelm repo update安装grafanahelm install ds-grafana grafana/grafana -n mynamespace
helm 2020年11月03日 1,443次浏览