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

Add support for filters to the otelgin package #2965

Merged
merged 5 commits into from Nov 9, 2022
Merged

Add support for filters to the otelgin package #2965

merged 5 commits into from Nov 9, 2022

Conversation

Orogenesis
Copy link
Contributor

@Orogenesis Orogenesis commented Nov 3, 2022

Enhance otelgin to support filtering.

Fixes #2963.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Nov 3, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: Orogenesis / name: Maxim (502cba4)

@Orogenesis Orogenesis changed the title Add support for filters to the otelgin package #2963 Add support for filters to the otelgin package Nov 3, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
instrumentation/github.com/gin-gonic/gin/otelgin/option.go Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Merging #2965 (7d804ad) into main (44d8196) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2965   +/-   ##
=====================================
  Coverage   69.6%   69.7%           
=====================================
  Files        147     147           
  Lines       6795    6806   +11     
=====================================
+ Hits        4732    4746   +14     
+ Misses      1946    1944    -2     
+ Partials     117     116    -1     
Impacted Files Coverage Δ
...ation/github.com/gin-gonic/gin/otelgin/gintrace.go 82.3% <100.0%> (+1.5%) ⬆️
...ntation/github.com/gin-gonic/gin/otelgin/option.go 100.0% <100.0%> (ø)
...ion/google.golang.org/grpc/otelgrpc/interceptor.go 83.9% <0.0%> (+0.9%) ⬆️

Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

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

Please be sure to sync with main

CHANGELOG.md Show resolved Hide resolved
Orogenesis and others added 2 commits November 3, 2022 19:27
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
@Orogenesis
Copy link
Contributor Author

@MrAlias updated.

@MrAlias MrAlias merged commit 9a9abd4 into open-telemetry:main Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance gin-gonic tracer to support filtering
3 participants