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 Tried To Setup Clearml Serving And Ran The Example Given

Hi, I tried to setup clearml serving and ran the example given https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving_tutorial , but it could not connect to the grafana dashboard through port 3000, is there any particular reason for that? I may have missed something.

  
  
Posted 2 years ago
Votes Newest

Answers 13


Hi GrittyHawk31

but it could not connect to the grafana dashboard through port 3000, is there any particular reason for that? I may have missed something.

Did you run the full docker-compose.yml ?
Are you able to curl to the endpoints ?

  
  
Posted 2 years ago

I also tried the asteroid example, everything else working but could not connect to grafana dashboard. AgitatedDove14

  
  
Posted 2 years ago

So everything works ?

  
  
Posted 2 years ago

Containers are not running AgitatedDove14

  
  
Posted 2 years ago

since the previous attempts did not work, now I am trying from the beginning following the example https://github.com/thepycoder/asteroid_example , here after spinning the docker compose file up , I am not seen any containers running ? maybe missed some small thing

  
  
Posted 2 years ago

Containers are not running

? but you are running the docker-compose, how come no containers are running ?

  
  
Posted 2 years ago

Hi, AgitatedDove14 I changed the variables inside the docker compose and it is running, now the grafana is running on 3000, but when I send the data it does not show up, is there any mistake I have done?

  
  
Posted 2 years ago

GrittyHawk31
what are you getting when you are running:
docker psand what are you getting with:
netstat -natp | grep LISTEN

  
  
Posted 2 years ago

Yes it works. AgitatedDove14

  
  
Posted 2 years ago

Can you post here the docker-compose.yml you are spinning? Maybe it is the wring one?
Step 4 here:
https://github.com/thepycoder/asteroid_example#deployment-phase

  
  
Posted 2 years ago

I ran the docker compose file without the env file then it is working, is there any command that run the same in a different way

  
  
Posted 2 years ago

what is meant by full docker-compose.yml? yes it gives the result AgitatedDove14

  
  
Posted 2 years ago

It was connected AgitatedDove14 Thank you very much for the support.

  
  
Posted 2 years ago