This commit is contained in:
aharper343
2025-12-23 23:57:22 -05:00
parent 6205900446
commit 9b62519bfe
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ package promunifi
import (
"fmt"
"github.com/prometheus/client_golang/prometheus/collectors"
"net"
"net/http"
"reflect"
@@ -10,8 +11,6 @@ import (
"sync"
"time"
"github.com/prometheus/client_golang/prometheus/collectors"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
promver "github.com/prometheus/common/version"