Skip to Main Content
Cloud Management and AIOps


This is an IBM Automation portal for Cloud Management and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Planned for future release
Workspace IBM Turbonomic ARM
Created by Guest
Created on Apr 24, 2023

Support for adding a Promethues target protected by user and token through prometurbo/turbodiff

Enterprise clients usually have access to prometheus api protected by authetication with user and token. At the moment connection with such target fails with the following log in turbodiff pod:

418044 1 discovery_client.go:142] Metric endpoints [https://<user>:<token>@prometheus-prod-22-prod-eu-west-3.grafana.net/api/prom]
E0417 14:09:22.418064 1 metric_datasource.go:63] Unsupported metric endpoint: https://<user>:<token>@prometheus-prod-22-prod-eu-west-3.grafana.net/api/prom
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x86d698]

Without this is impossible to have the SLO horizontal scaling functionality as we cannot ingest metrics about the services (response time and transactions)

 

Idea priority Medium
  • Admin
    Eva Tuczai
    Reply
    |
    Jun 9, 2023

    We do need to support secure modes especially for OCP Prometheus deployments

  • Guest
    Reply
    |
    Apr 27, 2023

    While testing it looks like it works, even without explicit mention in the docs

    using this format for Pormetheus endpoint https://<user>:<token>@<url>