Skip to content

✨ [maykinmedia/open-api-framework#152] Introduce and config OTel#705

Merged
stevenbal merged 9 commits intomasterfrom
feature/introduce-otel
Nov 27, 2025
Merged

✨ [maykinmedia/open-api-framework#152] Introduce and config OTel#705
stevenbal merged 9 commits intomasterfrom
feature/introduce-otel

Conversation

@TimdeBeer1
Copy link
Contributor

Fixes maykinmedia/open-api-framework#152

Changes

Introduced Otel and added metrics to objects

@TimdeBeer1 TimdeBeer1 force-pushed the feature/introduce-otel branch from af67128 to 1c0dc9f Compare November 20, 2025 13:22
@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

🐰 Bencher Report

Branchfeature/introduce-otel
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
performance_test/tests/test_objects_list.py::test_objects_api_list_filter_by_object_type📈 view plot
🚷 view threshold
100.37 ms
(-6.16%)Baseline: 106.96 ms
112.30 ms
(89.37%)
performance_test/tests/test_objects_list.py::test_objects_api_list_filter_one_result📈 view plot
🚷 view threshold
18.93 ms
(-2.59%)Baseline: 19.43 ms
20.40 ms
(92.77%)
performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_1📈 view plot
🚷 view threshold
232.34 ms
(-6.32%)Baseline: 248.00 ms
260.40 ms
(89.22%)
performance_test/tests/test_objects_list.py::test_objects_api_list_large_page_size_page_5📈 view plot
🚷 view threshold
230.82 ms
(-7.87%)Baseline: 250.53 ms
263.06 ms
(87.75%)
performance_test/tests/test_objects_list.py::test_objects_api_list_small_page_size_page_20📈 view plot
🚷 view threshold
116.77 ms
(-3.53%)Baseline: 121.04 ms
127.10 ms
(91.88%)
🐰 View full continuous benchmarking report in Bencher

@TimdeBeer1 TimdeBeer1 force-pushed the feature/introduce-otel branch from 1c0dc9f to f40eeae Compare November 20, 2025 13:29
@codecov-commenter
Copy link

codecov-commenter commented Nov 20, 2025

Codecov Report

❌ Patch coverage is 91.66667% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.13%. Comparing base (71fab09) to head (3ee9939).

Files with missing lines Patch % Lines
src/objects/accounts/signals.py 85.71% 3 Missing ⚠️
src/objects/conf/dev.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #705      +/-   ##
==========================================
+ Coverage   83.95%   84.13%   +0.18%     
==========================================
  Files         131      134       +3     
  Lines        2480     2540      +60     
  Branches      199      201       +2     
==========================================
+ Hits         2082     2137      +55     
- Misses        354      359       +5     
  Partials       44       44              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@TimdeBeer1 TimdeBeer1 marked this pull request as ready for review November 20, 2025 13:35
@stevenbal stevenbal mentioned this pull request Nov 24, 2025
13 tasks
@stevenbal stevenbal self-requested a review November 27, 2025 13:29
@stevenbal stevenbal merged commit 0880d2b into master Nov 27, 2025
27 checks passed
@stevenbal stevenbal deleted the feature/introduce-otel branch November 27, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce OTel for expositing metrics

4 participants