Tree Xie
Tree Xie
uds是不是一般都只接入一个节点即可?
由于pingora的backend未支持uds的形式,若要支持需要单独调整,后续看看pingora的计划再调整。 https://github.com/cloudflare/pingora/blob/main/pingora-load-balancing/src/lib.rs#L94
动态加载lib暂时未有计划,后续完善版本之后再考虑程序如何支持动态化的业务逻辑
麻烦提供一下完整可执行的代码
是的,的确不支持相同的label,sereis list会根据label重新排序,因此如果相同,则导致顺序错乱。
很抱歉,当前版本不支持。
Try to set content-length of response body. ```rust response.insert_header( "Content-Length", "0".to_string(), ); ```
表格暂未支持设置边框
```go func(opt *charts.ChartOption) { for index := range opt.SeriesList { opt.SeriesList[index].Label.Show = true opt.SeriesList[index].Label.Formatter = "{b}" } }, ```
可以先添加自定义的主题配色,再指定使用该主题。 https://github.com/vicanso/go-charts/blob/main/theme.go#L182