Skip to content

Commit b8d7402

Browse files
committed
Change to not break exist behavior
Signed-off-by: SungJin1212 <[email protected]>
1 parent 64f7c58 commit b8d7402

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/util/push/push.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ const (
3232
rw20WrittenSamplesHeader = "X-Prometheus-Remote-Write-Samples-Written"
3333
rw20WrittenHistogramsHeader = "X-Prometheus-Remote-Write-Histograms-Written"
3434
rw20WrittenExemplarsHeader = "X-Prometheus-Remote-Write-Exemplars-Written"
35-
36-
errMsgNotEnabledPRW2 = "Not enabled prometheus remote write v2 push request"
3735
)
3836

3937
// Func defines the type of the push. It is similar to http.HandlerFunc.

0 commit comments

Comments
 (0)