Skip to content
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

feat: Add prometheus metrics. #540

Merged
merged 7 commits into from
Mar 12, 2024

squash: Fix metric description, don't use vararg.

d1a712c
Select commit
Loading
Failed to load commit list.
Merged

feat: Add prometheus metrics. #540

squash: Fix metric description, don't use vararg.
d1a712c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 12, 2024 in 0s

46.34% (-1.64%) compared to 081b935

View this Pull Request on Codecov

46.34% (-1.64%) compared to 081b935

Details

Codecov Report

Attention: Patch coverage is 6.97674% with 120 lines in your changes are missing coverage. Please review.

Project coverage is 46.34%. Comparing base (081b935) to head (d1a712c).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #540      +/-   ##
============================================
- Coverage     47.98%   46.34%   -1.64%     
- Complexity      174      175       +1     
============================================
  Files            73       75       +2     
  Lines          2130     2218      +88     
  Branches        205      198       -7     
============================================
+ Hits           1022     1028       +6     
- Misses         1040     1121      +81     
- Partials         68       69       +1     
Files Coverage Δ
...main/kotlin/org/jitsi/jibri/metrics/StatsConfig.kt 100.00% <100.00%> (ø)
...n/org/jitsi/jibri/metrics/JibriMetricsContainer.kt 0.00% <0.00%> (ø)
src/main/kotlin/org/jitsi/jibri/Main.kt 0.00% <0.00%> (ø)
...rc/main/kotlin/org/jitsi/jibri/api/xmpp/XmppApi.kt 48.92% <0.00%> (-0.28%) ⬇️
src/main/kotlin/org/jitsi/jibri/JibriManager.kt 5.94% <0.00%> (-2.64%) ⬇️
...rc/main/kotlin/org/jitsi/jibri/api/http/HttpApi.kt 33.87% <0.00%> (-5.02%) ⬇️
...ain/kotlin/org/jitsi/jibri/metrics/JibriMetrics.kt 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 081b935...d1a712c. Read the comment docs.