Display the Atlas-generated replica-set name in the cluster Dashboard
This is an easy one, and it'll help a lot.
Inconvenience:
In the past, every time I created a cluster, the name of the replica-set was in line with the name of the cluster:
e.g.:
Cluster Name: asteroids-tracking
Replicaset Name: asteroids-tracking-shard-0
Now when I create a cluster, the name of the replica-set is a random set of characters prefixed by "atlas-"
e.g.:
Cluster Name: asteroids-tracking
Replicaset Name: atlas-[randomChars]-shard-0
This makes it unnecessarily difficult to find (in the Atlas Organization) the cluster referred to when I receive text message alerts. Mainly when you are in charge of so many clusters.
Additionally, the name of the replica-set for each cluster is not shown anywhere in the clusters dashboard, and the only way to see it is by going to the Connect option for each specific cluster.
Proposal:
Since:
- every cluster we create in Atlas is a replica-set
- each cluster is displaying the given Cluster Name in the clusters dashboard.
Could you please also add the Replicaset name (assigned by Atlas) next to the cluster name?
or
Include the Cluster Name in the alert messages and not only the Replicaset Name?
I will highly appreciate any solution.
Thanks