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 {
5151// will lead to a valid (label-less) exemplar. But if Labels is nil, the current
5252// exemplar is left in place. AddWithExemplar panics if the value is < 0, if any
5353// 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.
5555type ExemplarAdder interface {
5656 AddWithExemplar (value float64 , exemplar Labels )
5757}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ type ObserverVec interface {
5858// current time as timestamp, and the provided Labels. Empty Labels will lead to
5959// a valid (label-less) exemplar. But if Labels is nil, the current exemplar is
6060// 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.
6262type ExemplarObserver interface {
6363 ObserveWithExemplar (value float64 , exemplar Labels )
6464}
You can’t perform that action at this time.
0 commit comments