Fixes #7982. Increase maxErrMsgLen value remote_write api (#8017)

Signed-off-by: Siddhant Sinha <sid.sinha94@gmail.com>
This commit is contained in:
Siddhant Sinha 2020-10-08 04:43:09 +05:30 committed by GitHub
parent c38816828f
commit d9dcf2c90f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ import (
"github.com/prometheus/prometheus/prompb"
)
const maxErrMsgLen = 256
const maxErrMsgLen = 512
var UserAgent = fmt.Sprintf("Prometheus/%s", version.Version)