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

An octoprint plugin for prometheus compatible metrics endpoint

Results 10 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...

Fixes #44. I took the states from the [OctoPrint source](https://github.com/OctoPrint/OctoPrint/blob/ad9ebcaa0ef91950652fb2561b7c06b79d95a455/src/octoprint/util/comm.py#L442-L458), but I could not validate all of the values. If a state is not catched by the mapping I created,...

I played around with better visualizations of the OctoPrint state in Grafana. With the help of [this stackoverflow answer](https://stackoverflow.com/a/69064378), I was able to create this: ![grafik](https://github.com/tg44/OctoPrint-Prometheus-Exporter/assets/5578376/f5cd9265-fbbb-4ee9-8b92-2b8cd3f0d703) Maybe this would be...

Mostly putting this here in case anyone else finds it useful (unsure if this project is still being maintained), but an example of this being used with kube-prometheus-stack in a...