Skip to content

Commit

Permalink
Search all ripsaw-kube-burner indices (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
afcollins authored Mar 9, 2023
1 parent 17e6447 commit ac34eca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/kubeburner-control-plane.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
}
},
"ripsaw-kube-burner": [
"ripsaw-kube-burner*": [
{
"filter": {
"labels.namespace.keyword": "openshift-kube-apiserver",
Expand Down
2 changes: 1 addition & 1 deletion config/kubeburner.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
}
},
"ripsaw-kube-burner": [
"ripsaw-kube-burner*": [
{
"filter": {
"metricName.keyword": "podLatencyQuantilesMeasurement"
Expand Down
3 changes: 1 addition & 2 deletions src/touchstone/databases/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ def emit_compute_dict(self, uuid, compute_map, index, identifier, alias):
output_dict = {}
if "aggregations" not in compute_map:
logger.critical(
f"Incorrect JSON data: nested dictionaries aggregations \
fields are required in {compute_map}"
f"Incorrect JSON data: nested dictionaries aggregations fields are required in {compute_map}"
)
return output_dict
buckets = compute_map.get("buckets", [])
Expand Down

0 comments on commit ac34eca

Please sign in to comment.