-
Hello, I am using a standalone installation of Spoolman and would like to configure a Grafana dashboard to monitor statistics. I was surprised to find that the /metrics endpoint (e.g., IP:7912/metrics) is available and returns metric descriptions. However, most of the Spoolman-specific metrics appear to be empty. Here is an excerpt from my metrics page:
General system and Python-related metrics are populated correctly, but the Spoolman-related ones remain empty. I am not very experienced in reading/debugging Spoolman’s code, so I was wondering if someone could help me troubleshoot this. Could this be a configuration issue? Do I need to adjust a setting or restart the service to populate these values? Any guidance would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've just discovered the same. It appears the /metrics view is always there, however its not populated unless the SPOOLMAN_METRICS_ENABLED=TRUE is set.. (I failed to comment out the correct line in the docker.env file I cobbled together initially.) |
Beta Was this translation helpful? Give feedback.
I've just discovered the same. It appears the /metrics view is always there, however its not populated unless the SPOOLMAN_METRICS_ENABLED=TRUE is set.. (I failed to comment out the correct line in the docker.env file I cobbled together initially.)