We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d13f7 commit 743cb98Copy full SHA for 743cb98
pkg/distributor/distributor_test.go
@@ -2319,7 +2319,7 @@ func BenchmarkDistributor_Push(b *testing.B) {
2319
2320
return metrics, samples
2321
},
2322
- expectedErr: "received a series whose label value length exceeds the limit",
+ expectedErr: "received a series whose label value length of 204 exceeds the limit of 200",
2323
2324
"timestamp too new": {
2325
prepareConfig: func(limits *validation.Limits) {
0 commit comments