OctoPrint-Prometheus-Exporter icon indicating copy to clipboard operation
OctoPrint-Prometheus-Exporter copied to clipboard

An octoprint plugin for prometheus compatible metrics endpoint

Results 7 OctoPrint-Prometheus-Exporter issues
Sort by recently updated
recently updated
newest added

This PR introduces four new gauge metrics showing the current toolhead position as derived from the gcode parser - octoprint_current_x - octoprint_current_y - octoprint_current_z - octoprint_current_e It also adds an...

Hy there! @hyperair and @loelkes You two have open PRs right now. As I see #34 is a big changeset, and I want to merge it, it also conflicting right...

As discussed in #33 I'll follow up with some more refactoring and do some tests.

This fixes an issue where print time metrics for a `path` that has completed don't get fully cleared after print completion

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](https://prometheus.io/docs/practices/naming/) 1. Add units where they...

Hello, does this also export additional temp & humidity measures from Enclosure plugin? I'd like to get historical metrics for not just the printer's sensors, but also the additional sensors...

Hi, and first off - thanks for a useful plugin! The `octoprint_infos_info` metric has a label `app_start`, which seems to be the time (in seconds since epoch) that the plugin...