Skip to content

Commit d0c0857

Browse files
committed
Disable ID retrieval until it is used in #4615
1 parent e9c2945 commit d0c0857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/querybackend/query_time_series.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func queryTimeSeries(q *queryContext, query *queryv1.Query) (r *queryv1.Report,
3333
opts := []profileIteratorOption{
3434
withFetchPartition(false), // Partition data not needed, as we don't access stacktraces at all
3535
}
36-
exemplarsEnabled := true
36+
exemplarsEnabled := false // TODO: This will be enabled as part of #4615
3737
if exemplarsEnabled {
3838
opts = append(opts,
3939
withAllLabels(),

0 commit comments

Comments
 (0)