upgrade prometheus common to v0.44.0

This commit is contained in:
Paco Xu
2023-07-14 11:05:46 +08:00
parent 13172cba5c
commit 9b6af80a63
74 changed files with 1472 additions and 897 deletions

View File

@@ -24,8 +24,8 @@ import (
dto "github.com/prometheus/client_model/go"
"github.com/golang/protobuf/proto" //nolint:staticcheck // Ignore SA1019. Need to keep deprecated package for compatibility.
"github.com/prometheus/common/model"
"google.golang.org/protobuf/proto"
)
// A stateFn is a function that represents a state in a state machine. By