Codebase list golang-github-go-kit-kit / cef2173
typo in port number Kacper Jurak 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4242 thriftProtocol = fs.String("thrift-protocol", "binary", "binary, compact, json, simplejson")
4343 thriftBuffer = fs.Int("thrift-buffer", 0, "0 for unbuffered")
4444 thriftFramed = fs.Bool("thrift-framed", false, "true to enable framing")
45 zipkinV2URL = fs.String("zipkin-url", "", "Enable Zipkin v2 tracing (zipkin-go) via HTTP Reporter URL e.g. http://localhost:94111/api/v2/spans")
45 zipkinV2URL = fs.String("zipkin-url", "", "Enable Zipkin v2 tracing (zipkin-go) via HTTP Reporter URL e.g. http://localhost:9411/api/v2/spans")
4646 zipkinV1URL = fs.String("zipkin-v1-url", "", "Enable Zipkin v1 tracing (zipkin-go-opentracing) via a collector URL e.g. http://localhost:9411/api/v1/spans")
4747 lightstepToken = fs.String("lightstep-token", "", "Enable LightStep tracing via a LightStep access token")
4848 appdashAddr = fs.String("appdash-addr", "", "Enable Appdash tracing via an Appdash server host:port")