You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DR and frequency are handled as tags and therefore inserted as string values into InfluxDB2:
It would be nice to query InfluxDB2 for measurements on DR or frequency, too. It is possible to use keyValues in Flux, drop all other measurements and convert the string to an int, but that's pretty heavy on resources.
I use it to create alerts on drops to lower DRs. Frequency is probably less interesting and just interesting to see. :-)
What do you think about that?
The text was updated successfully, but these errors were encountered:
andryyy
changed the title
Should DR and frequency be handled as SNR and RSSI in InfluxDB2 integration?
Should DR and frequency be handled as SNR and RSSI (_measurement) in InfluxDB2 integration?
Mar 23, 2022
Hi,
referring to
chirpstack-application-server/internal/integration/influxdb/influxdb.go
Lines 200 to 206 in b4ddcf0
DR and frequency are handled as tags and therefore inserted as string values into InfluxDB2:
It would be nice to query InfluxDB2 for measurements on DR or frequency, too. It is possible to use keyValues in Flux, drop all other measurements and convert the string to an int, but that's pretty heavy on resources.
I use it to create alerts on drops to lower DRs. Frequency is probably less interesting and just interesting to see. :-)
What do you think about that?
The text was updated successfully, but these errors were encountered: