News

The Django template plugin uses some existing settings from your .coveragerc file. The source=, include=, and omit= options control what template files are included in the report. The plugin can find ...
You can add application-level metrics in your code by using prometheus_client directly. The exporter is global and will pick up your metrics. To add metrics to the Django internals, the easiest way is ...