File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "custom_domain" : true
1616 }
1717 ],
18- // Exported to Better Stack via the OTLP destinations configured in the
19- // Cloudflare dashboard (Workers & Pages -> Observability -> Telemetry).
20- // persist: true also retains everything in the CF dashboard.
18+ // Persist observability in Cloudflare and forward invocations to the central Tail Worker.
2119 "observability" : {
2220 "enabled" : true ,
2321 "logs" : {
2422 "enabled" : true ,
25- "destinations" : [" betterstack-logs " ],
23+ "destinations" : [],
2624 "head_sampling_rate" : 1.0 ,
25+ "invocation_logs" : true ,
2726 "persist" : true
2827 },
2928 "traces" : {
3029 "enabled" : true ,
31- "destinations" : [" betterstack-traces " ],
32- "head_sampling_rate" : 1.0 ,
30+ "destinations" : [],
31+ "head_sampling_rate" : 0.01 ,
3332 "persist" : true
3433 }
3534 },
35+ "tail_consumers" : [
36+ {
37+ "service" : " moonsworth-workers-observability"
38+ }
39+ ],
3640 "vars" : {
3741 "PUBLIC_SERVER_API_URL" : " https://sky.shiiyu.moe/api/" ,
3842 "PUBLIC_API_URL" : " https://sky.shiiyu.moe/api/"
You can’t perform that action at this time.
0 commit comments