Hi,
I have requirement to add a node with custom node name. I executed the following commands:
sudo pmm-admin config --server-insecure-tls --server-url=‘https://mypmm:443’ 10.10.10.1 generic Staging[1]
sudo pmm-admin add mysql Staging1 --query-source=perfschema --username=pmm --password=my_passwrd
But when I check node name from QAN page to see result of this nodes it gives me message:
" No queries available for this combination of filters in the selected time frame"
However, after refreshing page if I check results with service name it works fine.
Could you please help me to understand what could be the problem here.
PMM version 9.2.20
Thanks