Skip to content

Commit

Permalink
Return default label to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanualsi committed Apr 3, 2024
1 parent 7457ab7 commit b356191
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/querier/multi_tenant_querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,7 @@ func (q *MultiTenantQuerier) DetectedLabels(ctx context.Context, req *logproto.D

return &logproto.DetectedLabelsResponse{
DetectedLabels: []*logproto.DetectedLabel{
{Label: "cluster"},
{Label: "namespace"},
{Label: "instance"},
{Label: "multi_tenant_querier_not_implemented"},
},
}, nil
}
Expand Down

0 comments on commit b356191

Please sign in to comment.