Anyone Logged Apple Time Machine to InfluxDB?

I would like to add a Grafana panel that shows progress/success of my Time Machine backup. I may just build a script myself. I can get the data I need with this command:

log show --style syslog --predicate ‘senderImagePath contains[cd] “TimeMachine”’ --info --last 1h | grep “CopyProgress] Copied” | awk -F’’ ‘{print $1 " " $2 " " $8 " " $9 " " $10 " " $14 " " $15 " " $16 " " $17 " " $18 " " $19 " " $20}’

TIA

Interesting idea. Can paste a couple of rows of output inside a code block </> with anything sensitive annonymised .