On-page telemetry and observability tools for Plain.
Project description
plain.observer
On-page telemetry and observability tools for Plain.
Installation
uv add plain.observer
Add plain.observer to your INSTALLED_PACKAGES:
# app/settings.py
INSTALLED_PACKAGES = [
# ...
"plain.observer",
]
Include the observer URLs in your URL configuration:
# app/urls.py
from plain.urls import Router, include
class AppRouter(Router):
namespace = ""
urls = [
# ...
include("observer/", "plain.observer.urls"),
]
Run migrations to create the necessary database tables:
plain migrate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plain_observer-0.3.3.tar.gz
(27.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plain_observer-0.3.3.tar.gz.
File metadata
- Download URL: plain_observer-0.3.3.tar.gz
- Upload date:
- Size: 27.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b204c2eb5f6796b1e67f5222c5ba8cbd82969b1da22ec2d838fd6fbb0b9c86c9
|
|
| MD5 |
2c4146c6fe058de2214acaf0ea966ac7
|
|
| BLAKE2b-256 |
ce3d90aacf4d702b3c3dc98db5fc4207f0e6d0c24887a4377dc172baf7ff19fb
|
File details
Details for the file plain_observer-0.3.3-py3-none-any.whl.
File metadata
- Download URL: plain_observer-0.3.3-py3-none-any.whl
- Upload date:
- Size: 35.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b58815e813745f167ffec6f2dfe5c6ead77f254198a5848388260349f860c344
|
|
| MD5 |
25ec49fcc2fd20cbb3b314a7df02f4b1
|
|
| BLAKE2b-256 |
66f24ee227201ad777f24c95f5bff2d077b74fd6e754386ef6b96b0d43a960ec
|