Closed pichlermarc closed 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.56%. Comparing base (
91b9abd
) to head (909666f
). Report is 2 commits behind head on main.
🚨 Try these New Features:
Which problem is this PR solving?
Changes internal code to always expect a header provider function, instead of a direct object. This enables us to implement #2903 later.
This does not fully implement #2903 as I want to migrate the current way of constructing an OTLP exporter to a factory function. That factory function will have a slightly different options to the existing OTLP exporters. Goal of introducing the factory function with a different interface is to:
keepAlive
, or inheaders
in this case)The changes in this PR are currently non-breaking as it's not part of the public API in any released version. So it's just internally breaking if we merge it before we release the changes from #5031.
Enables #2903
Short description of the changes
Type of change
How Has This Been Tested?