mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-05-27 00:25:09 +02:00
Update App version to 0.0.2
This commit is contained in:
3
cloud.go
3
cloud.go
@@ -118,8 +118,7 @@ func handleSessionRequest(
|
||||
source string,
|
||||
scopedLogger *zerolog.Logger,
|
||||
) error {
|
||||
var sourceType string
|
||||
sourceType = "local"
|
||||
var sourceType = "local"
|
||||
|
||||
timer := prometheus.NewTimer(prometheus.ObserverFunc(func(v float64) {
|
||||
metricConnectionLastSessionRequestDuration.WithLabelValues(sourceType, source).Set(v)
|
||||
|
||||
Reference in New Issue
Block a user