-
~~~
func newSofaTracer() types.Tracer {
instance := &SofaTracer{}
if PrintLog {
userHome := os.Getenv("HOME")
var err error
logRoot := userHome + "/logs/tracelog/mosn/"
instance.ingre…
-
sofa mosn对应每一个转发逻辑请求,如果我在转发请求的过程中打印了追踪日志,但是日志没有一个全局的traceId进行串联,这样的化,定位问题很复杂,我觉得,应该在日志中封装一层,每一条日志能通过traceId, spanid, parentId进行串联
-
### Your question
mosn的配置文件有说明么?我看sample里面的config.json信息不是很全,比如如何配置mosn与注册中心进行交互,如果在主进程挂掉以后让mosn去注册中心注销等问题
在网上查资料一直没找到
### Environment
master分支
-
-
In the config, there is some configuration about health check, but it seem to be no working. Or how can i know if it is healthy or unhealthy ?
-
* docker.io/sofastack/proxyv2:0.3.0
* docker.io/sofastack/proxy_init:0.3.0
Is there a detail document about upgrade the version from 0.3 to 0.4 .
-
我想咨询一下sofa-mosn中在路由,负载均衡后,发送请求失败,重试逻辑在那里呢?我没有找到重试逻辑的地方
-
go version
go version go1.11 windows/amd64
D:\git\sofa-mosn\cmd\mosn\main>go env
set GOARCH=amd64
set GOBIN=C:\Go\\bin
set GOCACHE=C:\Users\Walt\AppData\Local\go-build
set GOEXE=.exe
set GO…
-
In the default config file, it is like below:
~~~
"metrics": {
"flush_interval": "500ms",
"sinks": [
{
"type": "prometheus"
}
]
}
~~~
but, after i config…
-
> Related issues:
## Description
Describe the bug as in many relevant details as possible with a clear and concise description. Ensure to fill in the [steps to reproduce](#steps-to-reproduce) it…
ghost updated
5 years ago