Further increase max log line in remote write client (#8616)
Signed-off-by: Marco Pracucci <marco@pracucci.com>
This commit is contained in:
parent
6248e685b2
commit
e246670193
|
@ -39,7 +39,7 @@ import (
|
|||
"github.com/prometheus/prometheus/prompb"
|
||||
)
|
||||
|
||||
const maxErrMsgLen = 512
|
||||
const maxErrMsgLen = 1024
|
||||
|
||||
var UserAgent = fmt.Sprintf("Prometheus/%s", version.Version)
|
||||
|
||||
|
|
Loading…
Reference in New Issue