Skip to content

Commit 5780b37

Browse files
committed
Add field for file_cache json to NodesStatsNodeResponse struct
1 parent 098d3b3 commit 5780b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/nodes_response.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ type NodeStatsNodeResponse struct {
4040
HTTP map[string]interface{} `json:"http"`
4141
Transport NodeStatsTransportResponse `json:"transport"`
4242
Process NodeStatsProcessResponse `json:"process"`
43+
FileCache NodeStatsFileCacheResponse `json:"file_cache"`
4344
}
4445

4546
// NodeStatsBreakersResponse is a representation of a statistics about the field data circuit breaker

0 commit comments

Comments
 (0)