Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Can Anyone Point Me To A Resource (Or Person) That Can Tell Me What Counts Towards The "Artifacts Storage" And The "Metrics" In My Clearml Workspace Billing Page? Should I Expect Them To Stay At Zero If All My Tasks Have A

Can anyone point me to a resource (or person) that can tell me what counts towards the "artifacts storage" and the "metrics" in my clearml workspace billing page?
Should I expect them to stay at zero if all my tasks have a output_uri assigned?
Are images counted towards metrics?
Any help would be greatly appreciated!

  
  
Posted 10 months ago
Votes Newest

Answers 2


Hi @<1523702439230836736:profile|HomelyShells16> , artifacts storage are things that are stored on the files server. Those are artifacts, models & debug samples. output_uri would handle both artifacts & models but to reroute debug samples you have to also change the files_server in clearml.conf . So if you redirect everything then artifacts storage would be 0.

Metrics storage however is the space that the tasks and their outputs (logs, scalars, events, task data (name, parameters, ...)). This all resides on a few different databases on the backend and will always take up space.

Makes sense?

  
  
Posted 10 months ago

That's already very helpful, thanks a lot!

So if I understand it correctly, I can change the artifacts storage costs, without changing my logging behavior, but the metrics costs can only be changed by logging e.g. less scalar values, correct?

  
  
Posted 10 months ago
510 Views
2 Answers
10 months ago
10 months ago
Tags