♻️ Refactored tracing system to cost less memory

This commit is contained in:
2025-01-14 17:22:23 +08:00
parent 5ccbc592b7
commit ee8b7e5660
12 changed files with 70 additions and 35 deletions

View File

@ -24,9 +24,10 @@ id = "example-region"
[[locations]]
id = "example"
host = ["localhost:8000"]
path = ["/"]
hosts = ["localhost:8000"]
paths = ["/"]
[[locations.destinations]]
id = "example-destination"
uri = "https://example.com"
helmet = { x_frame_options = "SAMEORIGIN" }
helmet = { x_frame_options = "SAMEORIGIN" }