We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098d3b3 commit 5780b37Copy full SHA for 5780b37
collector/nodes_response.go
@@ -40,6 +40,7 @@ type NodeStatsNodeResponse struct {
40
HTTP map[string]interface{} `json:"http"`
41
Transport NodeStatsTransportResponse `json:"transport"`
42
Process NodeStatsProcessResponse `json:"process"`
43
+ FileCache NodeStatsFileCacheResponse `json:"file_cache"`
44
}
45
46
// NodeStatsBreakersResponse is a representation of a statistics about the field data circuit breaker
0 commit comments