Last updated 5 years ago
Was this helpful?
路由
{ "name": "router", "config": { "dynamic_stats": "...", "start_child_span": "..." } }
dynamic_stats (optional, boolean) 是否为 生成统计信息。默认为true。可以在高性能场景下禁用。
start_child_span (optional, boolean) 是否为出站路由的调用启动子 ,在其他过滤器(auth,ratelimit等)进行出站调用,并且子父span位于同一入口的情况下,这可能很有用。默认为false。