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