Enable Alarm State Transitions to be written to Influxdb
Influxdb 9 RC4 fixed issue with storing strings. Code was tested with Influxdb 9 RC4 in local dev env. Change-Id: I88cd44479759eb55a30fb28c2f2eb98042a21a28
This commit is contained in:
parent
f8c332b34d
commit
0d6db07bab
@ -62,7 +62,7 @@ public class InfluxV9AlarmRepo extends InfluxAlarmRepo {
|
||||
@Override
|
||||
protected void write() throws Exception {
|
||||
|
||||
// this.influxV9RepoWriter.write(getInfluxPointArry());
|
||||
this.influxV9RepoWriter.write(getInfluxPointArry());
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user