.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS
LICENSE
MANIFEST.in
README.md
post_screenshot_comment.py
pyproject.toml
setup.cfg
setup.py
.github/FUNDING.yml
.github/workflows/test-deploy.yml
django_postgres_metrics.egg-info/PKG-INFO
django_postgres_metrics.egg-info/SOURCES.txt
django_postgres_metrics.egg-info/dependency_links.txt
django_postgres_metrics.egg-info/requires.txt
django_postgres_metrics.egg-info/top_level.txt
docs/.gitignore
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/background.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/ext.py
docs/source/getting-started.rst
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/_static/screenshot.png
docs/source/contributing/index.rst
docs/source/contributing/releasing.rst
docs/source/ref/.gitkeep
docs/source/ref/modules.rst
example/manage.py
example/example/__init__.py
example/example/settings.py
example/example/urls.py
example/example/wsgi.py
postgres_metrics/__init__.py
postgres_metrics/apps.py
postgres_metrics/metrics.py
postgres_metrics/models.py
postgres_metrics/urls.py
postgres_metrics/views.py
postgres_metrics/static/postgres_metrics/css/base.css
postgres_metrics/static/postgres_metrics/css/rtl.css
postgres_metrics/templates/admin/index.html
postgres_metrics/templates/postgres_metrics/table.html
postgres_metrics/templatetags/__init__.py
postgres_metrics/templatetags/postgres_metrics.py
tests/__init__.py
tests/settings.py
tests/test_liveserver.py
tests/test_metrics.py
tests/test_templatetags.py
tests/test_views.py