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.
See this idea on ideas.ibm.com
Instana currently supports a variety of entity types—including infrastructure entities (hosts, containers, Java processes) and trace-specific entities (services, endpoints, applications). While the Instana sensors offer powerful application monitoring, they sometimes fall short in providing full observability over certain infrastructure components. In these cases, users often rely on OpenTelemetry (OTEL) to define custom metrics and monitoring logic, sending the data into Instana via an OTEL backend.
The Challenge:
At the moment, OTEL data is received and stored generically under the Entity Type “otel-collector,” usually associated with the agent receiving the data. This generic handling makes it difficult to relate the metrics back to specific entities. For example, while Instana can map some infrastructure metrics (like those for pods), many OTEL data points show up with cryptic IP addresses and ports. Although tag filtering can sometimes reveal the source, this approach is neither reliable nor user-friendly.
Proposal:
Implement native OTEL support in Instana so that incoming OTEL data is automatically processed and mapped to Instana entities.
This would involve:
Entity Creation Based on OTEL Data:
Instana should detect and extract OTEL-specific fields that indicate entity type, identifier, and name.
This would enable Instana to automatically create a new infrastructure entity (e.g., a “switch” entity) with the appropriate UID and name, directly correlating the incoming metrics to a tangible monitored object.
Benefits for Instana Users:
Reference to OTEL Specifications:
To our knowledge the OpenTelemetry specification, does not have a built‑in, dedicated attribute for “entity type” in metrics.
Instead, you can use the Resource attributes (or additional labels) for contextual information.
To follow the OTEL naming style for a custom field that indicates the entity type (pod, process, JVM, or switch) the arributes entity.type , entity.id and entity.name can be used.
This follows the same naming conventions used for standard attributes like service.name or host.name.
As an example for 4 switches indicating if there are up or down could look like this, where entity type would define a the entity type, which is based of a common known supported entity type list:
# HELP switch_status The operational state of the network switch (1=up, 0=down).
# TYPE switch_status gauge
switch_status{entity.name="sw1", entity.id="SN0001", location="dc1", entity.type="switch"} 1
switch_status{entity.name="sw2", entity.id="SN0002", location="dc1", entity.type="switch"} 0
switch_status{entity.name="sw3", entity.id="SN0003", location="dc2", entity.type="switch"} 1
switch_status{entity.name="sw4", entity.id="SN0004", location="dc2", entity.type="switch"} 1
Conclusion:
Implementing native support for OTEL entities in Instana would provide significant benefits: more precise mapping of infrastructure metrics, enhanced dashboards, and an overall richer observability experience.
It would bridge the gap between the current OTEL data ingestion and Instanas internal Entity Type model, reusing the current service-name mapping for trace based data and significantly enhancing infrastructure monitoring capabilities.
Idea priority | Urgent |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Hi Paras, i was on vacation and back now.
Sure lets meet this or next week. I am flexible time wise as long as it is in European time zone.
Feel free to reach out to me via my email.
Thanks
Ali
Hi Alireza,
Thanks for reaching out.
Can we meet next week to disucss this idea and explore the use cases for entitiy creation?
Kind regards,
Paras Kampasi