分类描述:这是你的默认分类,如不需要,删除即可。

第一个vert.x的web服务

vert.x简介vert.x是一个基于netty的开源应用集,包括有web server, web client,支持http1.1 http2 支持mtls的轻量级应用,不依赖web容器,直接类似像spring-boot一样一个jar包就可以跑起来的应用,配置灵活,功能强大,可自行到官网了解官方文
vert.x web 2020年12月03日 1,326次浏览

jmeter集成prometheus和grafana

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

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,361次浏览

使用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,354次浏览