upgrade: upgrade dependencies github.com/prometheus/common to the newest version

Signed-off-by: jwcesign <jwcesign@gmail.com>
This commit is contained in:
jwcesign
2024-04-17 18:15:27 +08:00
parent 7f68d014e5
commit f0aa62bc96
177 changed files with 4141 additions and 2425 deletions

View File

@@ -22,10 +22,8 @@ import (
// when calculating their combined hash value (aka signature aka fingerprint).
const SeparatorByte byte = 255
var (
// cache the signature of an empty label set.
emptyLabelSignature = hashNew()
)
// cache the signature of an empty label set.
var emptyLabelSignature = hashNew()
// LabelsToSignature returns a quasi-unique signature (i.e., fingerprint) for a
// given label set. (Collisions are possible but unlikely if the number of label