Skip to content

Commit

Permalink
Merge pull request #83 from vinted/receive_update_label
Browse files Browse the repository at this point in the history
receive/handler: update tenant label
  • Loading branch information
GiedriusS authored Jan 31, 2024
2 parents d25fd1e + 09033c9 commit 03dc1a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/receive/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
"github.com/pkg/errors"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/prometheus/common/model"
"github.com/prometheus/common/route"
"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/model/relabel"
Expand Down Expand Up @@ -67,7 +66,7 @@ const (
labelSuccess = "success"
labelError = "error"

metaLabelTenantID = model.MetaLabelPrefix + "tenant_id"
metaLabelTenantID = "thanos_tenant_id"
)

var (
Expand Down

0 comments on commit 03dc1a8

Please sign in to comment.