Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <benye@amazon.com>
  • Loading branch information
yeya24 committed Jun 13, 2023
1 parent 3cd231e commit cc153aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/block/metadata/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ type Thanos struct {
// Rewrites is present when any rewrite (deletion, relabel etc) were applied to this block. Optional.
Rewrites []Rewrite `json:"rewrites,omitempty"`

// IndexStats contains stats info related to block index.
IndexStats IndexStats `json:"index_stats,omitempty"`
}

Expand Down

0 comments on commit cc153aa

Please sign in to comment.