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

OpenTelemetry migration #685

Draft
wants to merge 61 commits into
base: master
Choose a base branch
from
Draft

OpenTelemetry migration #685

wants to merge 61 commits into from

Conversation

mantzas
Copy link

@mantzas mantzas commented Apr 5, 2024

Which problem is this PR solving?

Resolves #434.

Short description of the changes

  • Introduced a observability package

Copy link

codecov bot commented Apr 5, 2024

Codecov Report

Attention: Patch coverage is 77.91563% with 89 lines in your changes missing coverage. Please review.

Project coverage is 85.16%. Comparing base (0a8d9cb) to head (1600e6c).
Report is 1 commits behind head on master.

Files Patch % Lines
component/amqp/component.go 50.00% 10 Missing and 2 partials ⚠️
component/kafka/component.go 65.62% 11 Missing ⚠️
observability/observability.go 68.75% 7 Missing and 3 partials ⚠️
client/mqtt/publisher.go 65.21% 8 Missing ⚠️
client/amqp/amqp.go 69.56% 7 Missing ⚠️
observability/metric/meter.go 66.66% 4 Missing and 2 partials ⚠️
client/kafka/sync_producer.go 66.66% 5 Missing ⚠️
client/kafka/kafka.go 77.77% 4 Missing ⚠️
client/redis/redis.go 42.85% 2 Missing and 2 partials ⚠️
component/sqs/component.go 69.23% 4 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #685      +/-   ##
==========================================
+ Coverage   79.49%   85.16%   +5.67%     
==========================================
  Files          68       60       -8     
  Lines        4067     3317     -750     
==========================================
- Hits         3233     2825     -408     
+ Misses        682      361     -321     
+ Partials      152      131      -21     

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

@mantzas mantzas force-pushed the opentelemetry branch 2 times, most recently from 19f7bdc to 0745cd6 Compare May 4, 2024 15:19
mantzas added 27 commits June 4, 2024 23:10
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.

Migrate from Jaeger/Opentrace to Open-telemetry clients/SDKs
1 participant