Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tinitiuset committed Dec 19, 2024
1 parent 64b1d04 commit cce8395
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/querier/stats/stats.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pkg/querier/stats/stats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ message Stats {
// The time spent at the frontend encoding the query's final results. Does not include time spent serializing results at the querier.
google.protobuf.Duration encode_time = 10 [(gogoproto.stdduration) = true, (gogoproto.nullable) = false];
// TotalSamples represents the total number of samples scanned while evaluating a query.
// This value is taken from the Prometheus engine github.com/prometheus/prometheus/util/stats/query_stats.go
uint64 samples_processed = 11;
}

0 comments on commit cce8395

Please sign in to comment.