Skip to content

Commit

Permalink
Rename payload metrics labels/
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Sin committed Nov 26, 2019
1 parent e84a0cb commit 50bfbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/store/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ type Client interface {
Addr() string
}

const WITH_PAYLOAD_LABEL = "1"
const WITHOUT_PAYLOAD_LABEL = "0"
const WITH_PAYLOAD_LABEL = "with_payload"
const WITHOUT_PAYLOAD_LABEL = "without_payload"

type firstRecvMetrics struct {
withPayload prometheus.Observer
Expand Down

0 comments on commit 50bfbd5

Please sign in to comment.