Piotr Kiełkowicz
|
b51a767c8a
|
Drop support for Jaeger exporter (#1896)
|
2023-01-04 16:26:15 -08:00 |
Piotr Kiełkowicz
|
ce878987fa
|
Remove transitive dependencies from MySql and Redis packages (#1829)
Remove tranistive dependencies from MySql and Redis packages
|
2022-12-19 09:54:22 -08: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
|
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 |
Piotr Kiełkowicz
|
d8d8332f63
|
Remove framework version from distribution structure (#1661)
|
2022-11-24 11:37:00 +00:00 |
dependabot[bot]
|
8f33a9293b
|
Bump MongoDB.Driver.Core.Extensions.DiagnosticSources from 1.2.0 to 1.3.0 in /src/OpenTelemetry.AutoInstrumentation.AdditionalDeps (#1654)
* Bump MongoDB.Driver.Core.Extensions.DiagnosticSources
Bumps [MongoDB.Driver.Core.Extensions.DiagnosticSources](https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources/releases)
- [Commits](https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources/compare/1.2.0...1.3.0)
---
updated-dependencies:
- dependency-name: MongoDB.Driver.Core.Extensions.DiagnosticSources
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix distribution structure tests
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-23 16:24:41 +00:00 |
Piotr Kiełkowicz
|
1ceac49732
|
Support for .NET 7 (#1617)
|
2022-11-15 09:30:23 +00:00 |
Piotr Kiełkowicz
|
5782c35eb2
|
Drop .NET Core 3.1 support (#1603)
|
2022-11-10 08:38:11 +00:00 |
dependabot[bot]
|
2c5a291514
|
Bump Microsoft.Extensions.Logging.Abstractions from 6.0.0 to 6.0.2 in /src/OpenTelemetry.AutoInstrumentation.AdditionalDeps (#1226)
* Bump Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v6.0.2)
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update expected distribution structure
* Remove duplicated libraries from the store
* cleanup
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-10-25 11:51:50 +02:00 |
dependabot[bot]
|
79f6e64141
|
Bump actions/setup-dotnet from 2.1.1 to 3.0.2 (#1424)
* Bump actions/setup-dotnet from 2.1.1 to 3.0.2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.1.1 to 3.0.2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v2.1.1...v3.0.2)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix dist structure tests
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-10-24 08:47:34 +00:00 |
Piotr Kiełkowicz
|
a997328b45
|
Process metrics (#1427)
|
2022-10-17 09:49:07 +02:00 |
Robert Pająk
|
934bb06f5a
|
Add instrument.sh to build output (#1404)
|
2022-10-11 13:01:08 +02:00 |
dependabot[bot]
|
78e649bf92
|
Bump MongoDB.Driver.Core.Extensions.DiagnosticSources from 1.1.0 to 1.2.0 in /src/OpenTelemetry.AutoInstrumentation.AdditionalDeps (#1320)
* Bump MongoDB.Driver.Core.Extensions.DiagnosticSources
Bumps [MongoDB.Driver.Core.Extensions.DiagnosticSources](https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources/releases)
- [Commits](https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources/compare/1.1.0...1.2.0)
---
updated-dependencies:
- dependency-name: MongoDB.Driver.Core.Extensions.DiagnosticSources
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update golden files
* Bump MongoDB.Driver in test application
* update documentation and changelog
* cleanup leftovers for MongoDB 2.7
* update instrumentation definition
* cleanup AdditionalDeps/runtime folder
* Copy Native dependencies to Store
* pr feedback revert if
* pr feedback - switch method to pattern matching
* pr feedback - remove redundant ifs
* Update CHANGELOG.md
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
* fix code formating - double empty lines
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
|
2022-10-07 12:00:44 -07:00 |
Rajkumar Rangaraj
|
31adafea2f
|
Fix ILogger instrumentation for non-host console app (#1300)
|
2022-09-29 17:40:53 +00:00 |
Piotr Kiełkowicz
|
f4d81ff82d
|
Create whole log structure on Linux for Native code (#1224)
|
2022-09-15 06:33:33 +00:00 |
Dawid Szmigielski
|
4240d19670
|
Add WCF instrumentation (#1125)
|
2022-09-13 11:58:24 +02:00 |
Piotr Kiełkowicz
|
d8c7ef7ae3
|
Verify whole distribution structure (#1156)
|
2022-09-06 12:15:06 -07:00 |