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

Merged
merged 96 commits into from
Jun 29, 2024
Merged

OpenTelemetry migration #685

merged 96 commits into from
Jun 29, 2024

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 79.04903% with 141 lines in your changes missing coverage. Please review.

Project coverage is 84.90%. Comparing base (5a27b29) to head (7ec78bd).

Files Patch % Lines
observability/metric/meter.go 22.80% 42 Missing and 2 partials ⚠️
component/amqp/component.go 48.27% 13 Missing and 2 partials ⚠️
observability/observability.go 70.00% 6 Missing and 6 partials ⚠️
component/kafka/component.go 71.79% 11 Missing ⚠️
client/mqtt/publisher.go 60.00% 8 Missing ⚠️
client/amqp/amqp.go 73.07% 7 Missing ⚠️
client/kafka/sync_producer.go 66.66% 6 Missing ⚠️
component/http/cache/cache.go 54.54% 5 Missing ⚠️
client/kafka/kafka.go 80.95% 4 Missing ⚠️
client/redis/redis.go 42.85% 2 Missing and 2 partials ⚠️
... and 11 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #685      +/-   ##
==========================================
+ Coverage   79.49%   84.90%   +5.40%     
==========================================
  Files          68       63       -5     
  Lines        4067     3106     -961     
==========================================
- Hits         3233     2637     -596     
+ Misses        682      343     -339     
+ Partials      152      126      -26     

☔ 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 mantzas force-pushed the opentelemetry branch 2 times, most recently from 8c0f224 to c0e0edc Compare June 10, 2024 18:16
@mantzas mantzas marked this pull request as ready for review June 29, 2024 13:42
@mantzas mantzas merged commit 0dc662c into master Jun 29, 2024
3 of 4 checks passed
@mantzas mantzas deleted the opentelemetry branch June 29, 2024 13:42
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