Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Created by Markus Dobel
Created on Apr 1, 2026

Query Shape Metrics: Add the clusterid as a tag to each metric

What problem are you trying to solve?

Focus on the what and why of the need you have, not the how you'd like it solved.

I would want to create a Link from our Datadog Dashboard showing various Query Shape Metrics, to the corresponding Query Insights page of a specific Query Shape hash.

The link would look similar to this: https://cloud.mongodb.com/v2/$PROJECTID$#/metrics/replicaSet/$CLUSTERID/queryInsights/shape?focusedHash=$QUERYSHAPEHASH
and in Datadog I can create external links from a Graph to a URL template like above, filled with tag values.

While project id and query shape hash are available as metric tags, the cluster id is not (only its name).

What would you like to see happen?

Describe the desired outcome or enhancement.

I would like to have the cluster id as a tag value, so I can create the custom link from the dashboard to the query insights page.

Why is this important to you or your team?

Explain how the request adds value or solves a business need.

While metrics are a good first indicator, detailed analysis often requires details only provided in the MongoDB Atlas Query Insights. Being able to directly jump from a metric graph to the corresponding insights page would be drastically more comfortable.

What steps, if any, are you taking today to manage this problem?

This is currently a multi-step process.

  • Copy the tags from Datadog

  • Convert the query hash to uppercase (see also other feature request for this)

  • Navigate manually to the Query Insights page of the corresponding cluster

  • Scroll down to the search field that accepts query hashes

  • Paste the Hash


  • Markus Dobel
    Apr 1, 2026

    There is a related feature request https://feedback.mongodb.com/ideas/CUSTOMER-I-10551 for an improvement on searching query shape hashes in Query Insights. Both would be required to reach my goal.