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, I'M Trying To Reduce My Team And My Api Calls When Training Models, We All Ready Added The Following Flags In Our Config File On Each Training Agent

Hi, I'm trying to reduce my team and my api calls when training models, we all ready added the following flags in our config file on each training agent

  worker {
            # Status report period in seconds
            report_period_sec: 180

	        # The number of events to report
            report_event_flush_threshold: 50000

            # ping to the server - check connectivity
            ping_period_sec: 300

            # Log all stdout & stderr
            log_stdout: true

            # compatibility feature, report memory usage for the entire machine
            # default (false), report only on the running process and its sub-processes
            report_global_mem_used: false
        }

is there any other way we can also reduce the api calls? is there a way maybe to aggregate metrics onto one call?

  
  
Posted one year ago
Votes Newest

Answers 4


@<1523701070390366208:profile|CostlyOstrich36> After discussing with my TL, we think the plan we are subscribed to might not be for us, can you point me to a person who we can have a meeting with and advice us the best plan for my team?

  
  
Posted one year ago

not sure what that means to be honest @<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted one year ago

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I think you can also control the agent sampling rate (to sample queue every 10 or 20 seconds instead of 5 for example)

  
  
Posted one year ago

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I would suggest leaving your details here:
None

  
  
Posted 12 months ago
847 Views
4 Answers
one year ago
12 months ago
Tags