Add jicoco-tracing package - #240
Conversation
|
Hi, thanks for your contribution! |
| val otlpEndpoint: String by config { | ||
| "tracing.otlp-endpoint".from(JitsiConfig.newConfig) | ||
| } | ||
| val otlpProtocol: String by config { |
|
jenkins add to whitelist |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #240 +/- ##
============================================
+ Coverage 34.70% 35.99% +1.29%
- Complexity 162 167 +5
============================================
Files 36 39 +3
Lines 1383 1439 +56
Branches 140 144 +4
============================================
+ Hits 480 518 +38
- Misses 870 888 +18
Partials 33 33
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Disables metaconfig caching for the module's Kotest run (matching the convention in jicofo/jvb), otherwise a config property's first-read value is memoized for the rest of the test suite.
…case-insensitively Uses org.jitsi.metaconfig.ConfigException.UnableToRetrieve.WrongType instead of a bare Exception, matching the exception hierarchy the config values already come through.
|
jenkins please test this please |
Adds tracing utilities shared between Jicofo and JVB:
Related to the tracing backend GSoC project: https://summerofcode.withgoogle.com/programs/2026/projects/GseggmSv