https://bz.apache.org/bugzilla/show_bug.cgi?id=60590
Bug ID: 60590
Summary: BackendListener : Add Influxdb BackendListenerClient
implementation to JMeter
Product: JMeter
Version: 3.1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Add a new backend listener to send data to InfluxDB server.
InfluxDB is a time series database built to handle high write and query loads.
This backend writes data with the HTTP API based on the influxdb line protocol.
See :
HTTP API (https://docs.influxdata.com/influxdb/v1.1/guides/writing_data/)
Line protocol reference
(https://docs.influxdata.com/influxdb/v1.1/write_protocols/line_protocol_reference/)
Syntax example :
<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]]
<field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]
At the start and the end of a JMeter test, the backend automaticaly adds two
annotations in the events measurement for a better usage with Grafana ( See
grafana documentation
http://docs.grafana.org/reference/annotations/#influxdb-annotations)
PR : https://github.com/apache/jmeter/pull/246
--
You are receiving this mail because:
You are the assignee for the bug.