Skip to content

Commit

Permalink
Show all three kube-controller-manager because sometimes they fail ov…
Browse files Browse the repository at this point in the history
…er during a run (#118)
  • Loading branch information
afcollins authored May 22, 2024
1 parent 4ad7b00 commit 75ed3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/kube-burner-report-ocp-wrapper/queries.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ local elasticsearch = g.query.elasticsearch;
+ elasticsearch.bucketAggs.Terms.settings.withOrder('desc')
+ elasticsearch.bucketAggs.Terms.settings.withOrderBy('1')
+ elasticsearch.bucketAggs.Terms.settings.withMinDocCount('1')
+ elasticsearch.bucketAggs.Terms.settings.withSize("1"),
+ elasticsearch.bucketAggs.Terms.settings.withSize("3"),
elasticsearch.bucketAggs.Terms.withField("labels.container.keyword")
+ elasticsearch.bucketAggs.Terms.withId("4")
+ elasticsearch.bucketAggs.Terms.withType('terms')
Expand Down Expand Up @@ -1581,4 +1581,4 @@ local elasticsearch = g.query.elasticsearch;
+ elasticsearch.withQuery("uuid.keyword: $uuid AND metricName.keyword: containerMemory-AggregatedWorkers")
+ elasticsearch.withTimeField('timestamp')
},
}
}

0 comments on commit 75ed3da

Please sign in to comment.