jmeter-operator icon indicating copy to clipboard operation
jmeter-operator copied to clipboard

Results 16 jmeter-operator issues
Sort by recently updated
recently updated
newest added

I was following installation steps and I got this deprecation warning: > Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition ``` $ kubectl apply -f...

Jmeter Prometheus plugin (https://github.com/johrstrom/jmeter-prometheus-plugin) exposes metrics in port 9270. This change will expose the the containerPort 9270 on the jmeter slaves, so that Prometheus metrics can be collected from the...

how can I stop a running test?

```bash ./initialize_cluster.sh ``` When the above command is executed I get the error > Error: unknown shorthand flag: 'e' in -execute > See 'influx -h' for help > command terminated...

The influxdb docker image was recently updated to 2.x, and now requires additional ENV variables to be set. https://hub.docker.com/_/influxdb jmeter-operator was not spinning up correctly; Grafana would show "Not authorized"...

This change fixes issue #19.

The `$ curl ` not found at Grafana Pod. ``` bash-5.0$ curl 'http://admin:[email protected]:3000/api/datasources' -X POST -H 'Content-Type: application/json;charset=UTF-8' --data-binary '{"name":"jmeterdb","type":"influxdb","url":"http://'$influxdb_svc':8086","access":"proxy","isDefault":true,"database":"jmeter","user":"admin","password":"admin"}' bash: curl: command not found bash-5.0$ cat /etc/issue Welcome to...

While installing **./initialize_cluster.sh** command, im getting below issue. Please help me on this.

Refactor start_test.sh and adding deploy_csv.sh in order to support csv config file. The `deploy_scv.sh` script is an interactive shell script, allowing to specify namespace, local csv file path and destination...

Hi, I wanted to know how I can send command line arguments in this configuration. Let's say I want to send a URL on the command line using `JUrl`, so...