Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id13648d9d5579614595101592739fe2a6a6a6964
18 lines
321 B
Markdown
18 lines
321 B
Markdown
# Watchdog
|
|
|
|
Privacy-preserving web analytics with Prometheus-native metrics.
|
|
|
|
## Design
|
|
|
|
- No raw event storage
|
|
- No persistent identifiers
|
|
- Bounded cardinality by design
|
|
- Aggregate at ingestion
|
|
- Prometheus-native export
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
go build -o watchdog ./cmd/watchdog
|
|
./watchdog --config config.yaml
|
|
```
|