opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

[confignet] Rename NetAddr and TCPAddr to follow conventions

Open mx-psi opened this issue 1 year ago • 2 comments
trafficstars

Description:

Rename types in confignet to adapt to conventions (avoid stuttering and end in Config)

Link to tracking Issue: Updates #9509

mx-psi avatar Feb 08 '24 12:02 mx-psi

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4407529) 90.41% compared to head (f05d7ad) 90.41%. Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9529   +/-   ##
=======================================
  Coverage   90.41%   90.41%           
=======================================
  Files         347      347           
  Lines       18184    18184           
=======================================
  Hits        16441    16441           
  Misses       1412     1412           
  Partials      331      331           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 08 '24 13:02 codecov[bot]

@bogdandrutu I reduced the scope of this PR to just have the renaming of the types and not of any fields using them. I will merge on Wednesday unless you (or anybody else) raises concerns about this before then

mx-psi avatar Feb 12 '24 16:02 mx-psi