cannot use both mongodb:queries and mysql:queries on the same node

Hi,

i’ve met an issue trying to add both mongodb:queries and mysql:queries pmm clients on the same node.

steps to reproduce:
install pmm server 1.5.3 using docker on monitoring server node
install pmm-client from percona repo on app node with “Ubuntu 16.04.3 LTS”
add mysql to monitoring service. see query analytic works fine
add mongodb to monitoring service. query analytic shows data for mongo only, and there’s no way to switch to mysql.

Also “Query Analitics Settings” page (attached) wont respond on attempt to pick a db server from list.

it works fine once mongodb:queries removed from monitoring services.

Is there a way to add both mongodb:queries and mysql:queries on the same server? or maybe some ongoing fix for this ?
Regards,

Hello DmytroKh . Yes this is known issue [url][PMM-1125] Different servers with the same name - Percona JIRA
and the best workaround for this: " add instances using unique names."
I hope in version 2.0 we’ll improve our Inventory API and this problem will not be actual anymore

Thank you, I’ll try unique names than.