This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Monitoring with Prometheus #1006
AvdH
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run Paperless-ng in a docker container, next to a lot of other docker containers (mqtt, nodered, prometheus, grafana etc and a lot of home-made containers ;-) )
All containers run on my private docker-swarm. To check the health and performance of each container I use Prometheus that shows metrics of each container. (Also great for debugging performance issues by the way)
It would be really nice if the paperless-ng stack would send data to prometheus..
I'm experienced in python, but not django (more api and data science stuff, but always willing to learn), bu no need to reinvent the wheel i think. See https://pypi.org/project/django-prometheus/
Beta Was this translation helpful? Give feedback.
All reactions