Skip to content

Commit

Permalink
Remove unused fields from node stats
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Aug 21, 2023
1 parent 208d848 commit 1ec12e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/elasticsearch/ingest/nodestats.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ type NodesStats struct {
type NodeStats struct {
Breakers map[string]struct {
LimitSizeInBytes int `json:"limit_size_in_bytes"`
LimitSize string `json:"limit_size"`
EstimatedSizeInBytes int `json:"estimated_size_in_bytes"`
EstimatedSize string `json:"estimated_size"`
Overhead float64 `json:"overhead"`
Tripped int `json:"tripped"`
}
Expand Down

0 comments on commit 1ec12e8

Please sign in to comment.