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 Under Consideration
Categories Atlas CLI
Created by Andreas Rütten
Created on Nov 18, 2025

atlas integration type prometheues

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.

We would like to fully manage the atlas integration of type prometheus via CLI.
Create seems not to be supported at the moment.

What would you like to see happen?

Describe the desired outcome or enhancement.

Based on the docu here https://www.mongodb.com/docs/atlas/cli/current/command/atlas-integrations/
the atlas integration supports the type prometheus for delete and describe, create seems to be missing.

Why is this important to you or your team?

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

We have a bigger number of projects and clusters and would like to manage the integration in an automated and easy way

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

Using the API as describe here instead
https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-creategroupintegration


  • Andreas Rütten
    Nov 18, 2025

    actually looking at the code, it seems that the integration type prometheus is missing in generl.
    At least I can't find it here https://github.com/mongodb/mongodb-atlas-cli/blob/master/internal/cli/integrations/describe.go
    Is the docu ahead of the code? ;-)