-
Hello, I did a clean docker installation of v21.08 and everything works like a charm and I can see the data from our clusters. What am I still missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
hi @JaskaJ78 do you see any errors related to qos in your poller logs?
I verified on one of our local setups that qos data is collected once those four lines are uncommented. |
Beta Was this translation helpful? Give feedback.
-
You mentioned that most things are working and that you're running via Docker. Are you exposing the Docker port? I ask because if you are, the Another thought - perhaps your edits to uncomment the four qos lines are not seen in your docker volume. Not sure how familiar you are with Docker, but if you shell into your Docker container and look at the If you just started, it's probably better to upgrade to |
Beta Was this translation helpful? Give feedback.
You mentioned that most things are working and that you're running via Docker. Are you exposing the Docker port? I ask because if you are, the
curl
command should work. Can you double check the exposed ports by pasting the results ofdocker ps -a
and then making sure you use that same port with your curl command?Another thought - perhaps your edits to uncomment the four qos lines are not seen in your docker volume. Not sure how familiar you are with Docker, but if you shell into your Docker container and look at the
conf/zapiperf/default.yaml
file that you edited outside the container, I'm betting those lines are still commented out.If you just started, it's probably better to upgrade to
…