[exporter/exporterhelper] Migrate TimeoutConfig to schema-based configuration generated by mdatagen. - #15505
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15505 +/- ##
=======================================
Coverage 91.08% 91.08%
=======================================
Files 733 734 +1
Lines 48679 48680 +1
=======================================
+ Hits 44337 44340 +3
+ Misses 3018 3016 -2
Partials 1324 1324 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Merging this PR will not alter performance
|
Description
Migrate
TimeoutConfig(part of exporterhelper) to mdatagen schema-based configuration. Removes the hand-written TimeoutConfig struct and NewTimeoutConfig constructor in favor of generated code driven by metadata.yaml and config.schema.json.Authorship