| We have implemented the given solution but it seems the tags are not present in the databases. The influx version is : 1.5.4 jenkins Configuration is : step([$class: 'InfluxDbPublisher', customData: myDataMap, customDataMap: null, customPrefix: null, target: 'Jenkins Build Status', jenkinsEnvParameterTag: 'build_number=' + env.BUILD_NUMBER]) When we execute the below query in influxdb it shows nothing. SHOW TAG KEYS FROM "testcase_point" |