Github user pmouawad commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/321#discussion_r149131482
--- Diff:
src/components/org/apache/jmeter/visualizers/backend/influxdb/InfluxdbBackendListenerClient.java
---
@@ -105,7 +117,7 @@
private String testTags;
// Name of the application tested
private String application = "";
-
+ private String TAG_USER = "";
--- End diff --
Should be lower case or static final---
