Add typed collector resource attributes based on declarative config#14412
Add typed collector resource attributes based on declarative config#14412iblancasa wants to merge 22 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14412 +/- ##
=======================================
Coverage 91.83% 91.83%
=======================================
Files 679 679
Lines 42921 43003 +82
=======================================
+ Hits 39415 39493 +78
- Misses 2438 2440 +2
- Partials 1068 1070 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aebf0c4 to
81457be
Compare
CodSpeed Performance ReportMerging this PR will not alter performanceComparing
|
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
|
Do you think it would be possible to use configoptional.MapList instead of reimplementing the fallback logic? I'm not sure if it would work for your use case, but just in case you hadn't heard of it. |
Thanks for the suggestion. You comment actually points to I looked into it. |
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Description
Implement OpenTelemetry configuration schema for OpenTelemetry Collector resource attributes.
It keeps backward compatibility.
Link to tracking issue
Updates #14411