Skip to content

Commit 17f45c3

Browse files
committed
Change to not break exist behavior
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
1 parent 09a3052 commit 17f45c3

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
@@ -31,8 +31,6 @@ const (
3131
rw20WrittenSamplesHeader = "X-Prometheus-Remote-Write-Samples-Written"
3232
rw20WrittenHistogramsHeader = "X-Prometheus-Remote-Write-Histograms-Written"
3333
rw20WrittenExemplarsHeader = "X-Prometheus-Remote-Write-Exemplars-Written"
34-
35-
errMsgNotEnabledPRW2 = "Not enabled prometheus remote write v2 push request"
3634
)
3735

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

0 commit comments

Comments
 (0)