Skip to content

Releases: wymangr/blueiris_exporter

v1.3.3

12 Nov 22:21
Compare
Choose a tag to compare

Bugfixes:
#9 - Fixed runtime error when Delete log line doesn't contain any disk metrics
Fixed issue where disk metrics have multiple decimals
Fixed disk metrics when log line has datetime in 24h format

v1.3.2

28 Aug 12:34
Compare
Choose a tag to compare

Updated:
Exporter will now keep track of the last line in the log file that it read and start from that line the next scrape.
Will read log file on startup
Grafana Dashboard - Minor tweaks/improvements
Grafana Dashboard - Object variable

Removed:
--logoffset option - Was causing issues with counter metrics.

Bugfixes:
#8 - Server crashes due to concurrent map writes.

v1.3.1

22 Aug 15:53
Compare
Choose a tag to compare

Bugfixes:
Fixed AI metric types when canceled due to BI changing the log from "cancelled" to "canceled"

v1.3.0

22 Aug 12:44
Compare
Choose a tag to compare

Added:
--logoffset option to set the number of MB to offset the logfile before reading. (Defaulted to 10mb)

Bugfixes:
#8 - Application crash due to large log file.
#8 - Parse error for new "Delete" log line format
Fixed folder label with multi work folders for folder_disk_free, folder_used and hours_used metrics
Corrected metric values for folder_used and hours_used metrics

v1.2.3

02 Jul 16:18
Compare
Choose a tag to compare

Added the following metrics:
profile | Count of activation of profiles
ai_error | Count of AI error log lines

Bugfixes:
#7 - New versions of Blue Iris changed the log format causing missing metrics.
Missing ai_started and ai_starting metrics due to log format change.

Updates:
Updated the Grafana dashboard for new metrics

New contributors:
@JulesL2

v1.2.1

16 Nov 15:12
Compare
Choose a tag to compare

Added the following metrics:

parse_errors | Lines in the Blue Iris log that this exporter was unable to parse. Open an issue to add support
parse_errors_total | Total number of lines in the Blue Iris log that this exporter was unable to parse
ai_starting | Count of AI is being started log lines
ai_started | Count of AI has been started log lines

Bugfixes:

#5 - Bug that crashed exporter when writing too many lines via console.

Updates:

Updated the Grafana dashboard for new metrics

v1.2.0

06 Dec 13:58
Compare
Choose a tag to compare

Added the following metrics:

  • triggers | Count of camera triggers
  • push_notifications | Count of push notifications sent
  • logwarning | Count of unique warnings in the current logfile
  • logwarning_total | Count all warnings in the current logfile
  • folder_disk_free | Free space of the disk the folder is using in bytes
  • folder_used | Size percentage of the limit a folder is using
  • hours_used | Hour percentage of the limit a folder is using

Bugfixes:

  • Fixed camera_status metric not working if AI is not being used

Updates:

  • Updated the Grafana dashboard for new metrics

v1.1.4

17 Nov 18:39
Compare
Choose a tag to compare
Updated camera status metric to include dtail tag and included all st…

v1.1.3

16 Nov 00:36
Compare
Choose a tag to compare
added new camera status metric

v1.1.2

11 Nov 20:06
Compare
Choose a tag to compare
  • fix for incorrect metrics if using custom AI models