https://bz.apache.org/bugzilla/show_bug.cgi?id=64279
Bug ID: 64279
Summary: Send data to influxDB failed when applicationName is
replaced by function parameter
Product: JMeter
Version: 5.2.1
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.3.0
1、 replace "application" to ${__threadGroupName} in Backend Listener
2、 start jmeter and check the influxDB data
result:
send data to influxDB failed with flow error message.
error log:
2020-03-29 11:37:06,681 ERROR o.a.j.v.b.i.HttpMetricsSender: Error writing
metrics to influxDB Url: http://127.0.0.1/data/write?db=jmeter, responseCode:
400, responseBody: {"error":"unable to parse
'events,application=,title=ApacheJMeter,tags=test text=\"test ended\"
1585453026604000000': missing tag value\nunable to parse
'jmeter,application=,transaction=all,statut=all
count=33,countError=1,avg=118.61764705882354,min=115.0,max=158.0,hit=33,sb=5024,rb=7970,pct95.0=156.5,pct99.0=158.0,pct90.0=117.0
1585453026604000000': missing tag value\nunable to parse
'jmeter,application=,transaction=internal
minAT=1,maxAT=1,meanAT=1,startedT=1,endedT=1 1585453026604000000': missing tag
value"}
--
You are receiving this mail because:
You are the assignee for the bug.