Skip to content

Commit 8f2702c

Browse files
committed
[Test] Revomed verification of batch metric fields that in fast test can't be created (1 minute and more intervals)
1 parent c22c384 commit 8f2702c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

logstash-core/spec/logstash/api/modules/node_stats_spec.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,13 @@
152152
"event_count" => {
153153
"current" => Numeric,
154154
"average" => {
155-
"lifetime" => Numeric,
156-
"1_minute" => Numeric,
157-
"5_minutes" => Numeric,
158-
"15_minutes" => Numeric
155+
"lifetime" => Numeric
159156
}
160157
},
161158
"byte_size" => {
162159
"current" => Numeric,
163160
"average" => {
164-
"lifetime" => Numeric,
165-
"1_minute" => Numeric,
166-
"5_minutes" => Numeric,
167-
"15_minutes" => Numeric
161+
"lifetime" => Numeric
168162
}
169163
}
170164
}

0 commit comments

Comments
 (0)