Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recording multiple entities? #4324

Closed
tigrannajaryan opened this issue Dec 5, 2024 · 1 comment
Closed

Recording multiple entities? #4324

tigrannajaryan opened this issue Dec 5, 2024 · 1 comment
Labels

Comments

@tigrannajaryan
Copy link
Member

Do we need an ability to record more than one entity in the telemetry signals? The proposal allows recording one producing entity only in the Resource. There is a long-standing issue in Otel where the ability to associate more than one entity with the signal is wanted. The issue talks about the Resource but the exact same reasoning applies to Entities. For example, to record a metric describing a communication between 2 network entities (e.g. 2 Hosts) we need to associate the metric's value with both of those entities.

If we decide to allow association of signals with more than one entity does it need to be asymmetric (e.g. Producing Entity in the Resource and an Associated Entity in the Span/LogRecord/Datapoint) or we need to make it symmetric (e.g. allow multiple Entities in the Resource instead of one Producing Entity)?

[UPDATE @tigrannajaryan] My current thinking is that Otel producers will associate telemetry with one entity only. The backends may choose to establish addition associations after the entity information is received, but we won't need to have more then one on the wire. I would like to see examples that do require multiple entity association to be recorded by Otel, when this data is produced.

@tigrannajaryan tigrannajaryan converted this from a draft issue Dec 5, 2024
@tigrannajaryan
Copy link
Member Author

OTEP 0264 brought multiple entities. Closing.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Entities Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant