File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ type Counter interface {
51
51
// will lead to a valid (label-less) exemplar. But if Labels is nil, the current
52
52
// exemplar is left in place. AddWithExemplar panics if the value is < 0, if any
53
53
// of the provided labels are invalid, or if the provided labels contain more
54
- // than 64 runes in total.
54
+ // than 128 runes in total.
55
55
type ExemplarAdder interface {
56
56
AddWithExemplar (value float64 , exemplar Labels )
57
57
}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ type ObserverVec interface {
58
58
// current time as timestamp, and the provided Labels. Empty Labels will lead to
59
59
// a valid (label-less) exemplar. But if Labels is nil, the current exemplar is
60
60
// left in place. ObserveWithExemplar panics if any of the provided labels are
61
- // invalid or if the provided labels contain more than 64 runes in total.
61
+ // invalid or if the provided labels contain more than 128 runes in total.
62
62
type ExemplarObserver interface {
63
63
ObserveWithExemplar (value float64 , exemplar Labels )
64
64
}
You can’t perform that action at this time.
0 commit comments