This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation 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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
Hey @Edwin,
Was there an update to this? In my environment, I was able to deploy my Spring Boot (2.7) app with the micrometer prometheus exporter, and the instana prometheus integration.
https://github.com/instana/prometheus-java-library-integration#example-1-spring-boot-with-the-micrometer-prometheus-registry
Instana DOES seem to ingest these metrics, which is great; but the metrics are still considered flat (even though its very clear that it has tags).
The goal here is to be able to create custom dashboards based on the tags on some of these metrics.
For example the main metric I like to look at is the "http.server.requests" metric created by micrometer. This metric nicely measures the time it took to accept the request; do my processing; respond to the client.
It also captures Exceptions, Outcomes, Method type.... It also allows me to add custom tags to this metric as well. For example "CustomerType"
I would like to COUNT the number of times CustomerType(A) saw MyCustomException.
or maybe the average response time of CustomerType(A); The assumption we can make is that CustomerType(B) might call different backends that might take more or less time.
Instana itself can tell me "this endpoint on average takes XXXms" which is nice, but it cant tell me that CustomerType(A) on average takes XXXms.
Getting dimensional metrics gives me a better understanding about how different flows are being handled.
@Edwin;
Were you going to reach out? or how do you want to get together? I am very excited to get dimensional metrics.
Yup!
Hi Bill, hope you're well.
We are definitely working to add support for tagged metrics, and we have already completed a first pass for Prometheus metrics.
If you expose your micrometer metrics using Prometheus libraries, we should have support for this soon.
We will also be adding support for generic micrometer metric tags in an upcoming release.
Could we meet to review your use cases and show you our current Prometheus tagged metrics support for a micrometer source?