File: README.md

package info (click to toggle)
prometheus-flask-exporter 0.23.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 896 kB
  • sloc: python: 2,889; sh: 709; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# WSGI example

This example has a sample app in [app.py](app.py) with
multiprocessing enabled for metrics collection.
In practise, this means the individual forks metrics
will be combined, and the metrics endpoint from any of them
should include the global stats.

## Thanks

Huge thanks for [@thatcher](https://github.com/thatcher) for
bringing this to my attention, and for the investigation he's
done in [prometheus_flask_exporter#5](https://github.com/rycus86/prometheus_flask_exporter/issues/5) !