Commit Graph

16 Commits

Author SHA1 Message Date
Rajkumar Rangaraj 483bc67882
Post 1.0.2 release update (#2983)
Post 1.0.1 release update
2023-09-28 04:47:08 +00:00
Piotr Kiełkowicz b0acb68221
Post 1.0.1 release update (#2973) 2023-09-21 10:40:30 +00:00
Piotr Kiełkowicz 51815490af
Remove wrongly copied comments (#2938) 2023-09-11 09:05:21 +00:00
Piotr Kiełkowicz fbbbfb0650
Update OTel .NET Auto in example (#2928) 2023-09-07 11:34:47 +00:00
Piotr Kiełkowicz 1cf576f63c
Update collector and jeager to latest releases (#2602)
Fix breaking change for logLevel->verbosity
2023-06-05 11:44:26 +02:00
Piotr Kiełkowicz 93157a56a2
Release 0.7.0 (#2486) 2023-04-25 06:40:54 +02:00
Zach Montoya df78d34cb9
Update native code (#2280)
* Port all of the changes to the native product and native tests

* Pass integrations to the profiler via C# and PInvoke, instead of integrations.json

* Delete integrations.json and remove environment variable OTEL_DOTNET_AUTO_INTEGRATIONS_FILE

* Add ByRef improvements to the CallTarget infrastructure:
- struct CallTargetReturn/CallTargetReturn<T> is now a readonly ref struct
- Pass CallTargetState by ref into EndMethod integration callbacks
- Pass input arguments by ref into BeginMethod integration callbacks

See f2cbb4ba93

* Really small changes to CallTarget infrastructure

* Fix build when using C#11

* Run format-native.sh

* Update native headers

* Fix possible null reference exception

* Fix changelog lint error

* Fix yet another native header issue

* Skip the StrongNamedTests for now

* Add the instrumentation type ("Trace|Log|Metric") and the instrumentation name (e.g. "GraphQL") to each instrumentation to allow for enabling and disabling integrations via environment variables

* Fix native format errors

* Fix the StackExchangeRedis integration definitions, which should resolve the integration test issues for the CustomSdkTests case and the StackExchangeRedisTests case

* Drop: Temporary launchSettings.json

* Commit updates to NServiceBus to try and resolve multiple System.Diagnostics.DiagnosticSource dll's getting loaded

* Add DiagnosticSource package reference to fix .NET Frameowrk test applications

* Add test skip for "TestApplication.StrongNamedValidation" spans, and document the GH issue that tracks the follow-up work

* Remove Datadog log prefix

* PR feedback: Update comments in NativeCallTargetDefinition.cs to keep the native call target definitions struct in-sync on the managed and native side

---------
2023-04-14 07:24:06 +02:00
dependabot[bot] 8c3ce9a47f
Bump Microsoft.Data.SqlClient from 5.1.0 to 5.1.1 (#2393)
* Bump Microsoft.Data.SqlClient from 5.1.0 to 5.1.1

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dotnet/sqlclient/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Genereated 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>
2023-03-29 17:47:16 +00:00
Robert Pająk 494cebdecd
Improve examples/demo (#2327)
* Use docker compose v2

* Handle HttpRequestException in Examples.Client

* Fix CORECLR_PROFILER_PATH

* Move sleep at the end of the loop
2023-03-15 17:41:01 +00:00
Piotr Kiełkowicz a0c3a520a5
Pin dependencies (#2312)
Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
2023-03-14 06:24:51 +01:00
Piotr Kiełkowicz 503401079a
[Example] Bump OTel AutoInstrumentation to 0.6.0 (#2276)
Bump OTel AutoInstrumentation to 0.6.0
2023-03-01 07:32:02 +00:00
xiang17 a36ba28e55
Manage dependencies with Central Package Management (#2004) 2023-01-23 11:46:12 +00:00
dependabot[bot] af5c9c0007
Bump Microsoft.Data.SqlClient from 5.0.1 to 5.1.0 in /examples/demo/Service (#2026)
Bump Microsoft.Data.SqlClient in /examples/demo/Service

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dotnet/sqlclient/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-20 13:21:24 +00:00
Piotr Kiełkowicz b51a767c8a
Drop support for Jaeger exporter (#1896) 2023-01-04 16:26:15 -08:00
Robert Pająk be4adec4bd
Add Grafana and Loki to demo (#1882)
* Add Grafana and Loki to demo

* Refine docs

* Fix possible socket exhaustion

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2023-01-04 03:01:30 +00:00
Robert Pająk 345beca02a
Add AspNetCoreMvc as playground example (#1877) 2023-01-02 16:05:12 +01:00