Commit Graph

9 Commits

Author SHA1 Message Date
Robert Pająk 56c52b88f3
Remove LegacyMockZipkinCollector and cleanup (#1494) 2022-10-24 20:36:48 +02:00
Piotr Kiełkowicz e33cd49643
MySql.Data Instrumentation - support 8.0.31+ (#1420) 2022-10-18 08:08:03 +00: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 67c68aac34
MySql.Data intrumentation (.NET Core 3.1+) (#950)
* Implement LazyInstrumentationLoader

Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-07-21 07:15:00 +02:00