skilld-labs / telemetry-opcua-exporter

Expose OPCUA nodes to Prometheus
Apache License 2.0
11 stars 5 forks source link

Fix integer values reported as 0 #7

Open StefanVanDyck opened 8 months ago

StefanVanDyck commented 8 months ago

Our status messages were reported as 0 instead of their actual opcua value.

Did not really test for any of the other datatypes like bool, etc.