Граф коммитов

2318 Коммитов

Автор SHA1 Сообщение Дата
Eddy Nakamura dacd6c6a10
Converting Web.Net45.Tests to Web.Tests (#1817)
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-04-28 11:39:44 -07:00
Timothy Mothra db73256a5b
Updating release schedule (#1821) 2020-04-28 10:02:15 -07:00
Rajkumar Rangaraj 53ea6f5d31
Event Counter metric support for ingestion response time (#1796)
* Added EventCounter to track breeze response time.

* Removed unused reference.

* Update to Changelog.md

* Resolving merge conflict

* Added EventCounter as non event menthod.

* Fixed test - removed event counter check

* Added test case for Event Counter

* Adding sleep to trace listener.

* Resolving merge conflict

* Fixed EventCounter test

* Fuxed file name

* Added ingestion failure test case.

* Fixed test case

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-04-28 08:53:29 -07:00
Eddy Nakamura 26d9b0dc6d
Consolidating test packages (#1815) 2020-04-26 14:37:58 -07:00
Eddy Nakamura b6896cd40f
Adding NetCoreApp - Part 01 (#1811)
* Renaming DiagnosticSourceListener.netcoreapp10 to DiagnosticSourceListener.Tests;
enabled netcoreapp1.1, netcoreapp2.1, netcoreapp3.1;
changed yml file to test workerservice to netcoreapp3.1

* merging Log4NetAppender.Tests;
adding netcoreapp1.1, 2.1 and 3.1;
updating Logging.sln (removing old project / adding new one)

* Merging NLogTarget.Tests

* Merging TraceListener.Tests

* updating AssemblyInfo and AssemblyProduct
2020-04-25 06:31:23 -07:00
Eddy Nakamura 1d24619508
updating netcore and variables for AspNetCore.Tests (#1810)
* updating netcore and variables

* updating from NETCOREAPP2_1 to NETCOREAPP;
adding netcoreapp3.1 as targetframework as well

* updating yml build;
updating package condition

* refactor yml

reorganize sections to be descending frameworks (v3, v2)
add comments.
remove hardcoded framework versions in favor of version wildcard

* updating yml

* testing full path in yml

* adding detailed logging to yml

* adding netcore3.1 to linux environment

Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-04-24 18:52:27 -07:00
Eddy Nakamura de169bbb9d
updating netcore and variables (#1809) 2020-04-24 16:30:39 -07:00
Timothy Mothra 14c4f88864
add netcore 2.1 and 3.1 tests to BaseSDK (#1793)
* add netcore 2.1 and 3.1 tests to BaseSDK

* cleanup

* update linux build

* fix typo

* remove netcore 2.0 and 3.0

* Update Microsoft.ApplicationInsights.Isolated.Tests.csproj

* update comments

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-04-22 10:50:35 -07:00
Peter Bons f06b4941f3
Adding a flag to EventCounterCollector to enable/disable storing the EventSource name in the MetricNamespace (#1804)
* Adresses issue #1341

* Updated changelog
2020-04-22 08:03:46 -07:00
Timothy M. Stepanski 8de94b933f
Fixed summary wording and capitalization (#1799)
* Fixed capitalization error

* Reworded summaries to improve clarity
2020-04-21 13:22:01 -07:00
Cijo Thomas 7e9f17d3fa
WorkerService project to depend on Microsoft.Extensions.DI 2.1.1 (#1794) 2020-04-16 10:59:39 -07:00
Eddy Nakamura ca9c5e69be
Adding PublicApi to Web.csproj (#1789)
* Adding PublicApi to Web.csproj

* moving content from unshipped to shipped
2020-04-14 13:43:30 -07:00
Eddy Nakamura 966c2f452b
Adding PublicApi to WindowsServer.csproj, DependencyCollector.csproj, EventCounterCollector.csproj, HostingStartup.csproj, Perf.csproj (#1784)
* Adding PublicApi to WindowsServer.csproj

* Adding PublicApi to DependencyCollector.csproj

* Add PublicApi to EventCounterCollector.csproj

* Adding PublicApi to HostingStartup.csproj

* Adding PublicApi to Perf.csproj

Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-04-14 11:28:00 -07:00
Eddy Nakamura f9ba2cfbbb
Adding PublicApi to WorkerService.csproj (#1783)
* Adding PublicApi to WorkerService.csproj

* updating publicapi shipped

Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-04-14 10:56:11 -07:00
Rajkumar Rangaraj d070916462
Added PublicApiAnalyzer for DiagnosticSourceListener, EtwCollector and EventSourceListener (#1782)
* Support for Added public api analyzer

* Added publicApi for EtwCollector

* Added publicApi for EventSourceListener

Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-04-14 08:56:01 -07:00
Eddy Nakamura c6fcb2ca69
Adding PublicApi to ILogger.csproj (#1781)
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-04-13 22:51:47 -07:00
Eddy Nakamura ce53651583
Adding PublicApi to Log4NetAppender.csproj (#1780)
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-04-13 21:15:31 -07:00
Eddy Nakamura 5207eb2bcd
Adding PublicApi to NLogTarget.csproj (#1779) 2020-04-13 20:31:14 -07:00
Eddy Nakamura 8f63ac3a4f
Adding public api to TraceListener.csproj (#1778) 2020-04-13 19:02:53 -07:00
Timothy Mothra c31a19b081
bump version 2.15-beta1 (#1777) 2020-04-13 15:09:32 -07:00
Timothy Mothra d4eb1ed7ff
Tilee/bump version 2.14 (#1774)
* bump version 2.14.0

* finalize public api
2020-04-13 13:45:18 -07:00
Timothy Mothra 66b38d506b
bump version 2.14-beta5 (#1765) 2020-04-06 16:08:27 -07:00
Eddy Nakamura 4d933aac02
Adding support to net461 to ILogger (#1539)
* adding support to net461 to ILogger

* adding NET461 to the same conditions as NET46

* reverting ilogger and adding net461 to test project

* re-adding net461 to applicationInsights.AspNetCore project

* updating changelog to include net461 to vnext for ApplicationInsights.AspNetCore;
updating ApplicationInsights.AspNetCore.Tests.csproj to include conditions to net461;
adding publicAPI.Shipped for net461 for ApplicationInsights.AspNetCore

* updating publicapi;
adding net461 in missing files

* updating condition and comment

* updating tests to NET461

* adding net461 to loggerTests

* Update CHANGELOG.md
2020-04-06 15:31:47 -07:00
Cijo Thomas ce22731536
Remove Microsoft.AspNetCore.Hosting eventcounters by default (#1763) 2020-04-06 13:54:01 -07:00
Timothy Mothra a185e8fb05
bump version 2.14-beta4 (#1757) 2020-04-02 14:13:56 -07:00
Timothy Mothra 35176da564
Tilee/fix signing (#1736)
* saving progress. this compiles

* update public key for tests

* fix test project

* cleanup
2020-04-01 19:18:55 -07:00
Dmitry-Matveev bde253ff1e
Merge pull request #1730 from microsoft/dmitmatv_revertTName
Revert envelope names for ETW channel
2020-04-01 15:29:33 -07:00
Dmitry-Matveev fbbef78564
Merge branch 'develop' into dmitmatv_revertTName 2020-04-01 11:57:13 -07:00
Dmitry Matveev 004483b62a Use Request name for operation telemetry in NET45 as well. 2020-03-31 15:44:13 -07:00
Timothy Mothra 9957af8bca
Tilee/update system.memory (#1751)
* update test projects

* rebuild solutions

* Add explicit dependency on System.Memory 4.5.4

* fix test dependency

* update changelog
2020-03-30 16:56:23 -07:00
Timothy Mothra e2752df594
update solutions (#1755) 2020-03-30 16:18:25 -07:00
Timothy Mothra Lee 841048a7f2 more logging 2020-03-27 16:43:56 -07:00
Rajkumar Rangaraj b91ff5741c
Merge pull request #1739 from microsoft/rajrang/metricagg
Rajrang/metricagg
2020-03-27 16:22:50 -07:00
Timothy Mothra Lee b60b577e5b more logging 2020-03-27 16:19:40 -07:00
Timothy Mothra Lee 432d0ffb60 Merge branch 'dmitmatv_revertTName' of https://github.com/microsoft/ApplicationInsights-dotnet into dmitmatv_revertTName 2020-03-27 14:44:27 -07:00
Timothy Mothra Lee 3f2639012d add additional logging 2020-03-27 14:43:52 -07:00
Rajkumar Rangaraj 3a186570cd Added test case for no severity level 2020-03-27 13:11:47 -07:00
Rajkumar Rangaraj 82eb19b25f
Merge branch 'develop' into rajrang/metricagg 2020-03-27 12:56:38 -07:00
Stefán Jökull Sigurðarson fe320a4b19
Removing the SQL command text from the dependency name for Framework (#1723)
* Removing the SQL command text from the dependency name for Framework SQL processing to reduce event bloat.

* Update CHANGELOG.md
2020-03-27 12:43:38 -07:00
Rajkumar Rangaraj 5908eb83bf
Merge branch 'develop' into rajrang/metricagg 2020-03-27 12:03:58 -07:00
Dmitry-Matveev f66fc59070
Merge branch 'develop' into dmitmatv_revertTName 2020-03-27 12:02:10 -07:00
Timothy Mothra 470bf92738
fix Integration Tests (#1752)
* update sourcelink version

* add dependent projects
2020-03-27 11:13:54 -07:00
Dmitry-Matveev da7ce54a73
Merge branch 'develop' into dmitmatv_revertTName 2020-03-26 16:11:38 -07:00
Rajkumar Rangaraj 4cd460932b
Merge branch 'develop' into rajrang/metricagg 2020-03-26 16:06:29 -07:00
Timothy Mothra af913ae758
Merge pull request #1746 from microsoft/tilee/testing_folderprovider
Fix test: GetApplicationFolderReturnsSubfolderFromTempFolderIfLocalAppDataIsTooLong
2020-03-26 15:52:36 -07:00
Rajkumar Rangaraj 72304a0ada Merge branch 'rajrang/metricagg' of https://github.com/microsoft/ApplicationInsights-dotnet into rajrang/metricagg 2020-03-26 15:33:59 -07:00
Rajkumar Rangaraj b330514f51 Removed MaxTraceSeverityLevelValuesToDiscover 2020-03-26 15:25:45 -07:00
Timothy Mothra 9121948577
Merge branch 'develop' into tilee/testing_folderprovider 2020-03-26 14:01:36 -07:00
Timothy Mothra Lee 6f807612ff cleanup 2020-03-26 14:00:29 -07:00
Timothy Mothra Lee 3e3f69caf5 test fix 2020-03-26 13:34:33 -07:00