Make telemetry optional via Cargo feature flag #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Add optional telemetry feature to mappy-server and remove reynard-specific defaults from public mappy packages.
Tasks
1. Add telemetry feature to mappy-server
When telemetry is enabled:
/api/metricsis availableWhen telemetry is disabled:
2. Remove reynard-specific defaults from public packages
mappy-server:
/var/run/reynard/mappy.sockmappy-client:
/var/run/reynard/mappy.sockmappy-proxy:
/var/run/reynard/mappy.sock3. Update README.md
4. Keep public packages
5. Document telemetry feature