-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[DRAFT] [DO NOT MERGE] Entities support prototype #11958
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
Conversation
1019e8c
to
8020ee1
Compare
706c515
to
e76b780
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11958 +/- ##
==========================================
- Coverage 91.62% 88.33% -3.30%
==========================================
Files 447 477 +30
Lines 23731 25335 +1604
==========================================
+ Hits 21743 22379 +636
- Misses 1613 2564 +951
- Partials 375 392 +17 ☔ View full report in Codecov by Sentry. |
e76b780
to
1a86628
Compare
1a86628
to
8ae874d
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Adds an initial cut at the Entity DataModel specification from OTEP 256. ## Changes - Adds information to Resource readme. - Creates an initial Resource DataModel with content from Entities SIG discussions on purpose and usage or Resource. - Creates an `entities` diretory for storing Entities DataModel. See open-telemetry/opentelemetry-proto#635 for related protocol change. Prototypes: - java: open-telemetry/opentelemetry-java#6855 - collector: open-telemetry/opentelemetry-collector#11958 - go: open-telemetry/opentelemetry-go#5918 --------- Co-authored-by: Daniel Dyla <[email protected]> Co-authored-by: Nathan L Smith <[email protected]> Co-authored-by: Christophe Kamphaus <[email protected]>
…13264) Add support for the new resource-entity reference API added to the proto as part of open-telemetry/opentelemetry-proto#635. The API is separated into the experimental xpdata module since the new entity related protobuf definitions are in development This is the first step towards adopting Entities in Collector which was drafted in #11958
Recreated #11282