X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/afb710394b65fc82da8e4edd024a3a5fc1a18d54..6fe8e52020d421797306e5c6536afbcee761510a:/services/ws/router.go diff --git a/services/ws/router.go b/services/ws/router.go index 2b9bd66b1c..987c225eac 100644 --- a/services/ws/router.go +++ b/services/ws/router.go @@ -123,6 +123,7 @@ func (rtr *router) DebugStatus() interface{} { func (rtr *router) Status() interface{} { return map[string]interface{}{ "Clients": atomic.LoadInt64(&rtr.status.ReqsActive), + "Version": version, } }