Commit Graph

16 Commits

Author SHA1 Message Date
Mateusz Łach d7768e6e31
[Npsql] No support for metrics in .NET Framework (#4292) 2025-07-04 08:37:33 +00:00
Yevhenii Solomchenko a970fb3ea6
Add support for Npgsql metrics (#4149)
* Add Npgsql metrics

* Add metrics Tests

* Add documentation

* fix order

* Update docs/config.md

* Update CHANGELOG.md

Co-authored-by: Robert Pająk <pellared@hotmail.com>

* fix

---------

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2025-04-14 10:13:52 -07:00
Piotr Kiełkowicz 8516612166
Simplify copyright disclaimer (#3181) 2023-12-08 09:41:25 +01:00
Piotr Kiełkowicz 2e4a4c25df
[IntegrationTests] Test other instrumentation with various library versions. (#2241) 2023-02-23 11:04:11 +01:00
Piotr Kiełkowicz 689bbb4f76
Cleanup usings (#2191) 2023-02-13 09:36:00 +00:00
Piotr Kiełkowicz 5782c35eb2
Drop .NET Core 3.1 support (#1603) 2022-11-10 08:38:11 +00:00
Robert Pająk 3656f610bc
Refactor TestHttpServer and fix HttpListener leakage (#1545) 2022-11-08 11:21:22 +00:00
Robert Pająk c587f56bc5
Refine tests to reduce usage of optional args and optimize defaults (#1543) 2022-11-08 08:29:15 +01:00
Robert Pająk e8bcd8d01e
Replace LegacyMockZipkinCollector with MockSpansCollector (#1471) 2022-10-20 14:20:37 +02:00
Robert Pająk 4e8fff6ba6
Rename MockZipkinCollector to LegacyMockZipkinCollector (#1428) 2022-10-17 14:56:24 +03:00
Piotr Kiełkowicz c5527e4533
Ensure that mock collectors are available (#1270)
* Healthzz for MockZipkinCollector

* Healthzz for MockMetricCollector

* Healthzz for MockLogsCollector

* Extract HealthZ handler to common class
2022-09-23 11:01:19 -07:00
Robert Pająk 554c0c09b2
Fix race condition in mock collectors (#1254)
* Fix race condition in mock collectors

* Add missing lines

* Fix build

* Revert one little change

* Remove usage of timeout when calling WaitFor

* Same as before

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-09-21 19:41:53 +00:00
Rasmus Kuusmann c3ab169955
Change mock agent to async (#1147) 2022-09-12 09:44:38 +00:00
Piotr Kiełkowicz ee32f06069
Test source instrumentation without CLR Profiler (#1084)
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-08-17 12:44:30 -07:00
Piotr Kiełkowicz 67b12b4cec
Rename Tests Collection and Fixture types (#972)
* rename npgqslCollection to postgessCollection
tests in fact tests npgsql so no need to change

* SqlClientCollection -> SqlServerCollection changes

* MySqlDataCollection -> MySqlCollection
2022-07-22 05:41:51 +02:00
Piotr Kiełkowicz 1ae8fc48c3
Npgsql instrumentation (#933)
* add Npgsql do the dictionary

* Npgsql - traces instrumentation

* typo fixes

* code review feedback
2022-07-14 10:29:53 -07:00