Commit Graph

16 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 3fc3553458
Add support for SqlClient metrics (#3875) 2024-12-10 06:44:25 +01:00
Piotr Kiełkowicz 723c4d0ea1
Simplify conditional compilation (#3865) 2024-12-06 19:58:34 +00:00
Piotr Kiełkowicz fb1b4a54b8
AspNetCore metrics instrumentation - cleanup code (#3861)
after dropping support for .NET6
2024-12-05 11:05:10 +01:00
Piotr Kiełkowicz e205769091
.NET9 support (#3796)
* Typo fix

* Update End OF Support validation rule

* Update Min Supported framework rule

* Update code space

* CHANGELOG

* Update developing documentation

* Update documentation

* Use .NET9 in build pipeline
drops .NET7 and .NET6

* Bump LangVersion to 13

* Update SDK Version analyzer

* Compile against .NET9

drops .NET6 and .NET7

* Adjust nuke build

* Fix build tests

* Update examples documentation

* Cleanup net6 references in project files

* Fix tests

* Cleanup target frameworks for generated tests targets

* Adjust conditional compilation

* Remove legacy code from LogBuilderExtensions

* Fix dev comment

* Adjust CI to execute scripts tests against .net9

* revert demo target versions.

It should be fixed just after next release

* Centos Stream9 - install .NET9

* Fix LoggingBuilder integration for version 9.*

* drop debugger launch

* cleanup using

* sync versions in the comments

* DuckTyping - include GH item in TODO comment

* TransientDependenciesTests - update comment
2024-11-21 20:23:18 +01:00
Mateusz Łach 52d169a744
[WCF] Fix WCF instrumentation initialization (#3650) 2024-09-20 06:55:45 +00:00
Piotr Kiełkowicz 86a32ceb4a
Capture HTTP Headers/gRPC Metadata as span attributes (#3444) 2024-06-12 05:25:47 +00:00
Piotr Kiełkowicz bca1cd7907
Instrumentation Oracle.MDA - traces (#3336) 2024-05-06 08:55:23 +02:00
Piotr Kiełkowicz 072c4fd783
SqlClient and EntityFrameworkCore instrumentation - support for db.statement for text queries (#3255) 2024-02-06 19:16:24 +01:00
Piotr Kiełkowicz 9a96610008
Bump OTel to 1.7.0 (#3213) 2024-01-10 18:24:00 +00:00
Piotr Kiełkowicz 8516612166
Simplify copyright disclaimer (#3181) 2023-12-08 09:41:25 +01:00
Mateusz Łach afd8a8b4cd
[WCF] use wcf client instrumentation from contrib (#2876) 2023-08-28 23:20:47 +02:00
Piotr Kiełkowicz e312446078
MySql.Data - natively supported by library (#2836) 2023-08-14 18:09:08 +00:00
Rasmus Kuusmann cf5eae198d
GraphQL v7.5.0 instrumentation (#2681) 2023-06-26 10:35:47 +00:00
Mateusz Łach 3edf2a39e7
[WCF][Client] Custom bytecode instrumentation (#2659)
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2023-06-19 05:51:38 +00:00
Piotr Kiełkowicz 9dedd85aea
Split ASP.NET and ASP.NET Core instrumentation id (#2142) 2023-02-02 09:14:37 +00:00
Mateusz Łach 3bcb488a92
Custom sdk support (#2069) 2023-01-26 12:06:13 +01:00