| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.listeners |
| Modifier and Type | Method and Description |
|---|---|
static InfluxDbBackendListener |
JmeterDsl.influxDbListener(String influxDbUrl)
Builds a Backend Listener configured to use InfluxDB to send all results for easy tracing,
historic, comparison and live test results.
|
| Modifier and Type | Method and Description |
|---|---|
InfluxDbBackendListener |
InfluxDbBackendListener.application(String applicationName)
Allows specifying an application name tag to be included with collected metrics.
|
InfluxDbBackendListener |
InfluxDbBackendListener.measurement(String measurement)
Allows specifying the name of the measurement that contains collected metrics sent to
InfluxDB.
|
InfluxDbBackendListener |
InfluxDbBackendListener.samplersRegex(String samplersRegex)
Allows specifying a regular expression used to filter collected metrics.
|
InfluxDbBackendListener |
InfluxDbBackendListener.tag(String name,
String value)
Allows adding tags to be included with every measurement sent to InfluxDB.
|
InfluxDbBackendListener |
InfluxDbBackendListener.title(String title)
Allows setting a title for the test which will be included in started and ended annotations in
"events" measurement.
|
InfluxDbBackendListener |
InfluxDbBackendListener.token(String token)
Allows specifying a token for authentication with InfluxDB 2 instances.
|
Copyright © 2023. All rights reserved.