ptarmiganlabs / butler-sos

Butler SenseOps Stats ("Butler-SOS") is a microservice publishing operational Qlik Sense metrics to InfluxDB, Prometheus and New Relic. Add Grafana for great looking dashboards and you get real-time monitoring of what happens inside a Qlik Sense environment.
https://butler-sos.ptarmiganlabs.com
MIT License
26 stars 13 forks source link

Mismatch between InfluxDB tags #23

Closed mountaindude closed 4 years ago

mountaindude commented 5 years ago

Several inconsistencies. These have not triggered any errors during runtime, but are none the less a bit confusing.

In globals.js an Influx schema is defined and an Influx measurement called "log_event" is defined. butler-sos.js on the other hand post data retrieved from Qlik Sense QLogs database to an Influx measurement called "log_entry".

Review InfluxDB schema and make sure it's consistently used across all code.

mountaindude commented 4 years ago

Fixed in faeb9fe1141fe0ee434554418862d161297080b0.