You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to rename and restructure the metrics so that the naming corresponds more to the OctoPrint namespace and follows some Prometheus best practices
Add units where they are fixed.
Follow Octoprint namespace. For example use keyword job instead of print for print jobs.
Organize in categories printer, job, jobs and server
I would like to rename and restructure the metrics so that the naming corresponds more to the OctoPrint namespace and follows some Prometheus best practices
job
instead ofprint
for print jobs.printer
,job
,jobs
andserver
Examples:
octoprint_z_travel_print
becomesoctoprint_job_travel_z
octoprint_z_travel_total
becomesoctoprint_printer_travel_z
octoprint_done_prints
becomesoctoprint_jobs_done
octoprint_extrusion_print
becomesoctoprint_job_extrusion
octoprint_extrusion_total
becomesoctoprint_printer_extrusion
octoprint_infos
becomesoctoprint_server_info
No units to be set for distances and temperatures since Marlin (and others?) support Fahrenheit or Inches as well IIRC.
This would lead to version 3, since it is a breaking change. Please let me know if you @tg44 agree with the global direction and I'll prepare a PR.
The text was updated successfully, but these errors were encountered: