Set configurable and consistent limits on variants and metrics across different iterators

This commit is contained in:
allegroai
2021-01-05 18:02:01 +02:00
parent 0303c3525f
commit 8b0afd47a6
5 changed files with 57 additions and 24 deletions

View File

@@ -4,12 +4,19 @@ ignore_iteration {
metrics: [":monitor:machine", ":monitor:gpu"]
}
# max number of concurrent queries to ES when calculating events metrics
# should not exceed the amount of concurrent connections set in the ES driver
max_metrics_concurrency: 4
events_retrieval {
state_expiration_sec: 3600
# max number of concurrent queries to ES when calculating events metrics
# should not exceed the amount of concurrent connections set in the ES driver
max_metrics_concurrency: 4
# the max amount of metrics to aggregate on
max_metrics_count: 100
# the max amount of variants to aggregate on
max_variants_count: 100
}
# if set then plot str will be checked for the valid json on plot add