anwesen/src
Andreas Brenner 460e684c22 ANW-42 Telemetry: reject an uptrace DSN with a path, query, or fragment tail
The part after the credentials was taken as the host unchecked, so a tail
survived into the endpoint base and the per-signal path appended later
landed inside it. Export was dead while startup logged it as enabled.

Assumed reject over strip: the reporter asked for it and resolve already
documents that an unusable DSN fails at startup; flag if silently
normalizing the DSN is wanted instead.
Assumed --otlp-endpoint stays unvalidated: a path prefix is legitimate
there, and its query-tail case is out of this scope.
2026-07-26 23:19:53 +03:00
..
app.rs ANW-36 Watcher: drop index entries when note files are deleted 2026-07-24 21:19:13 +03:00
cli.rs ANW-37 Telemetry: request metrics + selective traces over OTLP 2026-07-24 21:08:07 +03:00
doctor.rs ANW-41 Docs: fix four broken rustdoc intra-doc links 2026-07-24 23:41:37 +03:00
health.rs ANW-8 /health endpoint + ANW-15 local follow-ups 2026-05-14 16:31:13 +02:00
http.rs ANW-37 Telemetry: request metrics + selective traces over OTLP 2026-07-24 21:08:07 +03:00
lib.rs ANW-37 Telemetry: request metrics + selective traces over OTLP 2026-07-24 21:08:07 +03:00
main.rs ANW-37 Telemetry: request metrics + selective traces over OTLP 2026-07-24 21:08:07 +03:00
merge.rs ANW-27 CLI: anwesen merge -- one-shot local markdown-merge to stdout 2026-06-14 21:24:19 +03:00
query.rs ANW-41 Docs: fix four broken rustdoc intra-doc links 2026-07-24 23:41:37 +03:00
store.rs ANW-40 Watcher: emit both deletes for a vanished .md path 2026-07-24 21:32:51 +03:00
telemetry.rs ANW-42 Telemetry: reject an uptrace DSN with a path, query, or fragment tail 2026-07-26 23:19:53 +03:00
vault.rs ANW-36 Watcher: drop index entries when note files are deleted 2026-07-24 21:19:13 +03:00
watcher.rs ANW-41 Docs: fix four broken rustdoc intra-doc links 2026-07-24 23:41:37 +03:00