-
Notifications
You must be signed in to change notification settings - Fork 289
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
Bump OTel to 1.4.0 #1038
Bump OTel to 1.4.0 #1038
Conversation
Previously Sdk.CreateTracerProviderBuilder was returning instance not inheriting byIDeferredTracerProviderBuilder
8acfce4
to
6dc7921
Compare
6dc7921
to
f2a8a19
Compare
src/OpenTelemetry.Exporter.Instana/OpenTelemetry.Exporter.Instana.csproj
Show resolved
Hide resolved
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1038 +/- ##
==========================================
- Coverage 69.44% 69.40% -0.04%
==========================================
Files 202 202
Lines 7668 7668
==========================================
- Hits 5325 5322 -3
- Misses 2343 2346 +3
|
Drop netcoreapp3.1 tests for projects based on OpenTelemetryCoreLatestVersion (to avoid compilation warnings) ^ We need to either revert this part, OR work-around the compiler warning, OR Get explicit approval from the component owners before merge. |
@@ -17,7 +17,7 @@ using OpenTelemetry.Trace; | |||
public void ConfigureServices(IServiceCollection services) | |||
{ | |||
services.AddControllers(); | |||
services.AddOpenTelemetryTracing((builder) => builder | |||
services.AddOpenTelemetry().WithTracing(builder => builder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think if we should simply update the README with the new methods.
It could be the case that a lot of the users of AWS instrumentation still use older version of OTel and the extensions hosting package (considering this project still references OTel SDK 1.0.1)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will revert this file. Other redmes looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will check the workaround. As I remember there is some switch for it. Give me around one hour |
src/OpenTelemetry.Instrumentation.StackExchangeRedis/CHANGELOG.md
Outdated
Show resolved
Hide resolved
Fixed in 2ada9f6. Tests are failing for EventCournters for netcoreapp3.1, but I think it is expected per: open-telemetry/opentelemetry-dotnet#3767 (reply in thread) (test relay on metrics) Removing it from pipeilene: 3d677e5 @hananiel, @mic-max could you please check if you are fine with this change? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM wrt EventCounters 👍
Changes
Exporter.Instana
was pinned to 1.3.2. For now it is referencing net4.6.1For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes[ ] Design discussion issue #[ ] Changes in public API reviewed