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

Metrics exporter to Prometheus with OTLP #1438

Merged
merged 17 commits into from
Dec 18, 2024

cargo fmt

822c659
Select commit
Loading
Failed to load commit list.
Merged

Metrics exporter to Prometheus with OTLP #1438

cargo fmt
822c659
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 0s

93.05% (target 85.00%)

View this Pull Request on Codecov

93.05% (target 85.00%)

Details

Codecov Report

Attention: Patch coverage is 87.33333% with 19 lines in your changes missing coverage. Please review.

Project coverage is 93.05%. Comparing base (e7a234a) to head (822c659).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
ipa-core/src/cli/metric_collector.rs 12.50% 7 Missing ⚠️
ipa-core/src/net/transport.rs 0.00% 4 Missing ⚠️
ipa-core/src/app.rs 40.00% 3 Missing ⚠️
ipa-metrics/src/partitioned.rs 62.50% 3 Missing ⚠️
ipa-core/src/bin/helper.rs 0.00% 1 Missing ⚠️
ipa-core/src/net/server/handlers/metrics.rs 96.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1438      +/-   ##
==========================================
- Coverage   93.28%   93.05%   -0.23%     
==========================================
  Files         239      239              
  Lines       43532    43652     +120     
==========================================
+ Hits        40608    40621      +13     
- Misses       2924     3031     +107     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.