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 09a3052 commit 17f45c3Copy full SHA for 17f45c3
pkg/util/push/push.go
@@ -31,8 +31,6 @@ const (
31
rw20WrittenSamplesHeader = "X-Prometheus-Remote-Write-Samples-Written"
32
rw20WrittenHistogramsHeader = "X-Prometheus-Remote-Write-Histograms-Written"
33
rw20WrittenExemplarsHeader = "X-Prometheus-Remote-Write-Exemplars-Written"
34
-
35
- errMsgNotEnabledPRW2 = "Not enabled prometheus remote write v2 push request"
36
)
37
38
// Func defines the type of the push. It is similar to http.HandlerFunc.
0 commit comments