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
Hi @<1523701205467926528:profile|AgitatedDove14>, @<1523709867745873920:profile|KindChimpanzee37>, @<1523701070390366208:profile|CostlyOstrich36> i am replicating the code provided in below link to explore clearml servig and monitoring part. <https://gith

Hi @<1523701205467926528:profile|AgitatedDove14> , @<1523709867745873920:profile|KindChimpanzee37> , @<1523701070390366208:profile|CostlyOstrich36> i am replicating the code provided in below link to explore clearml servig and monitoring part. None ,please could you answer me below questions.
1.what this query will do:

clearml-serving --id <serving_service_id_here> metrics add --endpoint test_model_sklearn --variable-scalar
x0=0,0.1,0.5,1,10 x1=0,0.1,0.5,1,10 y=0,0.1,0.5,0.75,1

2.how can we check the data stored in db

  
  
Posted 9 months ago
Votes Newest

Answers 2


Hi @<1533257278776414208:profile|SuperiorCockroach75> , #1 will add these metrics to be logged in buckets in the DB (prometheus). Regarding #2, see here in the readme in the section titled "Grafana model performance example"

  
  
Posted 9 months ago

@<1523701087100473344:profile|SuccessfulKoala55>
1.

clearml-serving --id <serving_service_id_here> metrics add --endpoint test_model_sklearn --variable-scalar
x0=0,0.1,0.5,1,10 x1=0,0.1,0.5,1,10 y=0,0.1,0.5,0.75,1

2.100 * increase(test_model_sklearn:_latency_bucket[1m]) / increase(test_model_sklearn:_latency_sum[1m])

after running above this query i am not getting what this graph is
image
image

  
  
Posted 9 months ago
482 Views
2 Answers
9 months ago
9 months ago
Tags