Skip to content

Feat/add otel support #7642

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

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Feat/add otel support #7642

wants to merge 13 commits into from

Conversation

haywoodsh
Copy link
Contributor

Proposed changes

Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to
that issue here in this description (not in the title of the PR).

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@github-actions github-actions bot added enhancement Pull requests for new features/feature enhancements go Pull requests that update Go code docker Pull requests that update Docker code labels Apr 14, 2025
@haywoodsh haywoodsh linked an issue Apr 23, 2025 that may be closed by this pull request
2 tasks
@pdabelf5 pdabelf5 force-pushed the feat/add-otel-support branch from 3f111b2 to 8c598c6 Compare April 29, 2025 16:47
Copy link

codecov bot commented Apr 29, 2025

Codecov Report

Attention: Patch coverage is 8.45070% with 130 lines in your changes missing coverage. Please review.

Project coverage is 52.05%. Comparing base (9ed8ca2) to head (327201a).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
internal/configs/configmaps.go 9.87% 58 Missing and 15 partials ⚠️
internal/k8s/controller.go 10.25% 34 Missing and 1 partial ⚠️
cmd/nginx-ingress/main.go 0.00% 18 Missing ⚠️
internal/configs/configurator.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7642      +/-   ##
==========================================
- Coverage   52.30%   52.05%   -0.26%     
==========================================
  Files          89       89              
  Lines       21363    21494     +131     
==========================================
+ Hits        11174    11188      +14     
- Misses       9721     9824     +103     
- Partials      468      482      +14     

☔ 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.

@github-actions github-actions bot added the chore Pull requests for routine tasks label Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks docker Pull requests that update Docker code enhancement Pull requests for new features/feature enhancements go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement basic support for Otel
2 participants