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