You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Cluster Name is a very useful attribute to have when identifying issues using MongoDB Atlas metrics.
Describe the solution you'd like
As noted in the client in code, the API does not draw the connection for you from Process (mongod/mongos) to Cluster, but the connection can be easily drawn by using the Cluster's MongoURI and the Process's UserAlias.
There does not appear to be a way in the Atlas API to connect these objects and appropriately label the metrics emitted without using the mentioned connection.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component(s)
receiver/mongodbatlas
Is your feature request related to a problem? Please describe.
Cluster Name is a very useful attribute to have when identifying issues using MongoDB Atlas metrics.
Describe the solution you'd like
As noted in the client in code, the API does not draw the connection for you from Process (mongod/mongos) to Cluster, but the connection can be easily drawn by using the Cluster's MongoURI and the Process's UserAlias.
Describe alternatives you've considered
There does not appear to be a way in the Atlas API to connect these objects and appropriately label the metrics emitted without using the mentioned connection.
Additional context
No response
The text was updated successfully, but these errors were encountered: