Piotr Kiełkowicz
|
b51a767c8a
|
Drop support for Jaeger exporter (#1896)
|
2023-01-04 16:26:15 -08:00 |
dependabot[bot]
|
d64c37351c
|
Bump OpenTelemetry.Instrumentation.Wcf from 1.0.0-rc.7 to 1.0.0-rc.8 in /src/OpenTelemetry.AutoInstrumentation (#1868)
* Bump OpenTelemetry.Instrumentation.Wcf
Bumps [OpenTelemetry.Instrumentation.Wcf](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) from 1.0.0-rc.7 to 1.0.0-rc.8.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Instrumentation.Wcf-1.0.0-rc.7...Instrumentation.Wcf-1.0.0-rc.8)
---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.Wcf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update other files
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
|
2022-12-29 11:12:51 +01:00 |
Piotr Kiełkowicz
|
1b2dd22eaf
|
Bump OTel 1.4.0-rc.1 (#1748)
* Bump OTel to 1.4.0-rc.1
* ConfigureResource api was removed in https://github.com/open-telemetry/opentelemetry-dotnet/pull/3999
* Update limits based on
https://github.com/open-telemetry/opentelemetry-dotnet/pull/3978
* Fix build structure
OpenTelemetry references OpenTelemetry.Extensions.DependencyInjection package
* Fix ModuleTests
* Handle AspNetCore metrics changes
|
2022-12-13 07:19:04 -08:00 |
Piotr Kiełkowicz
|
864d3bdd30
|
Plugins - add support for StackExchangeRedisCallsInstrumentationOptions (#1743)
|
2022-12-09 11:04:49 -08:00 |
Piotr Kiełkowicz
|
6e69ae298e
|
Add Initializing plugin extensions point (#1705)
|
2022-12-06 10:20:54 +01:00 |
Piotr Kiełkowicz
|
617081bbd0
|
Separate extension points for signal options (#1689)
|
2022-11-29 15:16:03 +01:00 |
dependabot[bot]
|
3682c6acd0
|
Bump OpenTelemetry.Instrumentation.AspNet from 1.0.0-rc9.6 to 1.0.0-rc9.7 in /src/OpenTelemetry.AutoInstrumentation (#1684)
* Bump OpenTelemetry.Instrumentation.AspNet
Bumps [OpenTelemetry.Instrumentation.AspNet](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) from 1.0.0-rc9.6 to 1.0.0-rc9.7.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Instrumentation.AspNet-1.0.0-rc9.6...Instrumentation.AspNet-1.0.0-rc9.7)
---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.AspNet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update documentation
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
|
2022-11-29 07:10:14 +00:00 |
Piotr Kiełkowicz
|
4c4171c885
|
Bump OTel to 1.4.0-beta.3 (#1647)
* Bump OpenTelemetry.AutoInstrumentation dependencies to 1.4.0-beta.3
and other released to the newest versions
* Adjust setting up Prometheus exporter
based on https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Exporter.Prometheus.HttpListener/CHANGELOG.md#140-alpha2
* Remove Microsoft.Extensions.Logging.Abstractions from duplicated libraries list
After upgrade all places references 7.0.0
* Reintroduce DiagnosticSource source to additional deps
it is needed by .NET 6 applications
* Bump Additional Dependencies to 7.0
as we should always bring the newest packages
* Use HttpClientInstrumentationOptions instead of HttpWebRequestInstrumentationOptions
based on 399fbcfaab
* Add Microsoft.Extensions.Configuration.EnvironmentVariables to Additional Store
introduced by f191e846d3
* Fix references in Smoke tests
* Update SourceNames for Http Instrumentation
due to https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Instrumentation.Http/CHANGELOG.md#100-rc96
* Change expected span names for Http Instrumentation
changes due to
d8c017079f
https://github.com/open-telemetry/opentelemetry-dotnet/pull/3415
8add3db43a
* Update Sql Integration name
due to https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Instrumentation.SqlClient/CHANGELOG.md#100-rc95
* Update tests dependencies
* Binding to System.Memory 4.0.1.2 to avoid conflicts with loaded library
Workaround will be fixed in scope of https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/1646
* Update distributed structure
* Remove reference to HttpWebRequestInstrumentationOptions
from documentation. It was removed from instrumentation package
* Dotnet format fix
* Propagate workaround from 411e778fac to TestApplication.Http.NetFramework
* Bump OpenTelemetry.Instrumentation.Runtime to 1.1.0-beta.1
* Remove todo comment
we expect that it will be needed shortly
* Remove DiagnosticSource reference from TestApplication.Http
It is not used in the application, so it is loaded from additional store
* Update documentation
|
2022-11-25 07:44:59 +01:00 |
Rasmus Kuusmann
|
79ff7dc750
|
Support options change in plugins (#1542)
|
2022-11-08 08:55:56 +00:00 |