Skip to content

Conversation

@nojnhuh
Copy link
Contributor

@nojnhuh nojnhuh commented Sep 23, 2024

What type of PR is this?
/kind cleanup

What this PR does / why we need it:

When looking into #1077 I noticed that I couldn't see any Azure HTTP calls in the Jaeger UI. This PR adds the necessary wiring to make those traces from the Azure SDK available that must have been lost when we migrated to the track2 SDK.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

I don't really know if this is all totally "correct" or "the right way to do things" but I at least see the traces showing up which I think is worthwhile incremental progress.

  • cherry-pick candidate

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

Release note:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Sep 23, 2024
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Sep 23, 2024
@nojnhuh
Copy link
Contributor Author

nojnhuh commented Sep 23, 2024

/assign @mboersma

@codecov
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 76.19048% with 5 lines in your changes missing coverage. Please review.

Project coverage is 51.36%. Comparing base (4543ef5) to head (4113129).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
azure/defaults.go 50.00% 1 Missing and 1 partial ⚠️
azure/scope/identity.go 85.71% 1 Missing and 1 partial ⚠️
pkg/ot/traces.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5144      +/-   ##
==========================================
+ Coverage   51.24%   51.36%   +0.11%     
==========================================
  Files         273      273              
  Lines       24659    24676      +17     
==========================================
+ Hits        12637    12674      +37     
+ Misses      11236    11212      -24     
- Partials      786      790       +4     

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

Copy link
Contributor

@willie-yao willie-yao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 23, 2024
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 6e6a87ec3b5e29ffbc0e1da8f0844b3feaaf4956

Copy link
Contributor

@mboersma mboersma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mboersma

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 24, 2024
@k8s-ci-robot k8s-ci-robot merged commit abd8819 into kubernetes-sigs:main Sep 24, 2024
@k8s-ci-robot k8s-ci-robot added this to the v1.17 milestone Sep 24, 2024
@nojnhuh nojnhuh deleted the sdk-tracing branch October 2, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants