tkurki / signalk-to-influxdb2

Apache License 2.0
6 stars 4 forks source link

No tags sent - is it normal ? #64

Closed pengu-fr closed 4 months ago

pengu-fr commented 4 months ago

Hi,

I have several sources for the same path ; for exemple, several navigation log. In Influxdb, I need to be able to choose which navigation.log

Looking at the code, it seems the plugin should send the context and the source as tags. But I don't see any tags in my InfluxDB bucket.

Looking at the logs, it seems no tags are sent :

Jul 16 10:27:25 2024-07-16T10:27:25.479Z signalk-to-influxdb-v2-buffering me { tags: {}, fields: { value: '2522424' }, name: 'navigation.log', time: 1721125645478 } Jul 16 10:27:27 2024-07-16T10:27:27.185Z signalk-to-influxdb-v2-buffering me { tags: {}, fields: { value: '7573810' }, name: 'navigation.log', time: 1721125647184 }

Did I miss something ?

pengu-fr commented 4 months ago

Sorry, my bad. Messed up betwen this plugin and buffering version... Now working good with this plugin !