Skip to content

Commit

Permalink
feat(detected_labels): Add pod as a detected label to demo (#12422)
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanualsi authored Apr 2, 2024
1 parent 420169a commit a331746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/querier/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ func (q *SingleTenantQuerier) DetectedLabels(_ context.Context, _ *logproto.Dete
{Label: "namespace"},
{Label: "cluster"},
{Label: "instance"},
{Label: "pod"},
},
}, nil
}

0 comments on commit a331746

Please sign in to comment.