mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
updates functions -> fnserver (#516)
* updates functions -> fn-server and fnlb -> fn-lb * changed to fnserver and fnlb
This commit is contained in:
@@ -145,7 +145,7 @@ func traceWrap(c *gin.Context) {
|
||||
func setTracer() {
|
||||
var (
|
||||
debugMode = false
|
||||
serviceName = "fn-server"
|
||||
serviceName = "fnserver"
|
||||
serviceHostPort = "localhost:8080" // meh
|
||||
zipkinHTTPEndpoint = viper.GetString(EnvZipkinURL)
|
||||
// ex: "http://zipkin:9411/api/v1/spans"
|
||||
|
||||
Reference in New Issue
Block a user