mirror of
https://github.com/clearml/clearml-server
synced 2025-02-01 11:26:43 +00:00
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
es_index_prefix: "events"
|
|
|
|
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
|
|
}
|