mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Signed-off-by: Siddhant Sinha <sid.sinha94@gmail.com>
This commit is contained in:
parent
c38816828f
commit
d9dcf2c90f
|
@ -38,7 +38,7 @@ import (
|
|||
"github.com/prometheus/prometheus/prompb"
|
||||
)
|
||||
|
||||
const maxErrMsgLen = 256
|
||||
const maxErrMsgLen = 512
|
||||
|
||||
var UserAgent = fmt.Sprintf("Prometheus/%s", version.Version)
|
||||
|
||||
|
|
Loading…
Reference in a new issue