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

2252 Коммитов

Автор SHA1 Сообщение Дата
Timothy Mothra d3e38aa3fd
Update README.md 2019-10-30 18:19:42 -07:00
Timothy Mothra 1712e1aa82
Reorg: move files from root to WEB directory. (#1293)
* move files from root to WEB directory.

* remove packages dir

* test update packages dir

* update packages directory in test projects

* move gitignore to root
2019-10-23 11:55:59 -07:00
Timothy Mothra 70118a7512
Merge pull request #1296 from microsoft/master
reconcile master to develop (post 2.12-beta1)
2019-10-17 16:25:38 -07:00
Cijo Thomas 1f0e3aff6b
Merge pull request #1295 from microsoft/tilee/merge_develop_to_master(prep2.12-beta1)
merge develop to master(prep2.12 beta1)
2019-10-17 14:08:03 -07:00
Timothy Mothra Lee 660d9db543 bump version 2.12.0-beta1 2019-10-16 17:08:08 -07:00
Timothy Mothra Lee 1df95c14f1 merge from develop 2019-10-16 17:06:58 -07:00
Cijo Thomas 763d8b9d81
Add new RoleName initializer for Azure Web App to accurately reflect … (#1294)
* Add new RoleName initializer for Azure Web App to accurately reflect slot swaps
2019-10-16 16:41:07 -07:00
Peter Bons 70f2a6f345 Add metadata support (#1289)
* Add metadata support
2019-10-15 15:46:53 -07:00
Cijo Thomas 2825af876a
SQL Collection fix (#1292)
* Fix 1291. SQL Listener had references to System.Data types in Microsoft.Data path.
The class is modified to NOT import the system.data namespace now to ensure we rely purely on reflection. This should have been done in the original fix which would have caught this issue there itself.
2019-10-14 18:32:10 -07:00
Timothy Mothra 0320646d47
SDK connection strings (QuickPulse) (#1265)
* work in progress

* tests are passing

* test init from config file

* quick pulse test improvements.
added helper class to build a configuration from xml.

* fxcop

* changelog

* merge conflict, restore tests

* resolve merge conflict

* update Defaults

* changelog

* name change
2019-10-09 12:43:43 -07:00
Timothy Mothra 4ae23aa90a
bump version BaseSDK (2.12-beta1-build4530) (#1278) 2019-10-09 11:16:58 -07:00
Liudmila Molkova 1ef3d16fe7
Version bump to 2.11.1 (#1286) 2019-10-04 14:45:25 -07:00
Cijo Thomas 93a8a13aff
Fix EventCounters so that it appear as CustomMetrics as opposed to Pe… (#1283)
* Fix EventCounters so that it appear as CustomMetrics as opposed to PerformanceCounters
2019-10-04 13:31:33 -07:00
Cijo Thomas f6b589d6be
Fix SQL Dependeny parentid to match w3ctracecontext (#1279) 2019-10-03 13:02:37 -07:00
Timothy Mothra 1006a26b33
Merge pull request #1276 from microsoft/tilee/bump_version_2.12-B1
bump version 2.12 B1
2019-09-23 17:01:43 -07:00
Timothy Mothra Lee 27850edc01 bump version 2.12 B1 2019-09-23 16:21:54 -07:00
Timothy Mothra 655b716964
Merge pull request #1275 from microsoft/tilee/cherrypick(prep2.11)
Tilee/cherrypick(prep2.11)
2019-09-20 19:41:48 -07:00
Timothy Mothra Lee 1fb34da097 fix changelog 2019-09-20 18:30:31 -07:00
Timothy Mothra 1f0104146b Tilee/bump version 2.11 (#1271)
* bump version 2.11
Updated Base SDK to 2.11.0
Updated Microsoft.AspNet.TelemetryCorrelation to 1.0.7
Updated System.Diagnostics.DiagnosticSource to 4.6.0

* update sdk

* diagnostic source (again)

* update test apps

* more test apps

* update telemetrycorrelation again
2019-09-20 18:28:33 -07:00
Timothy Mothra e7aa5e6a83 Update README.md with new package: EventCounterCollector (#1262)
* Update README.md

* Update README.md
2019-09-20 18:28:23 -07:00
Timothy Mothra a053b2b0d0
Fix Sql dependency tracking in .NET Core 3.0 which uses Microsoft.Data.SqlClient instead of System.Data.SqlClient (#1269) (#1273) 2019-09-20 18:16:57 -07:00
Timothy Mothra 599d1480d3
Tilee/bump version 2.11 (#1271)
* bump version 2.11
Updated Base SDK to 2.11.0
Updated Microsoft.AspNet.TelemetryCorrelation to 1.0.7
Updated System.Diagnostics.DiagnosticSource to 4.6.0

* update sdk

* diagnostic source (again)

* update test apps

* more test apps

* update telemetrycorrelation again
2019-09-20 16:50:54 -07:00
Cijo Thomas 3ee1411b58
Fix Sql dependency tracking in .NET Core 3.0 which uses Microsoft.Data.SqlClient instead of System.Data.SqlClient (#1269) 2019-09-18 16:33:57 -07:00
Timothy Mothra 0be39214fe
quick pulse endpoint config improvements. (#1266)
* quick pulse test improvements.
added helper class to build a configuration from xml.
2019-09-17 17:35:02 -07:00
Timothy Mothra 8db43e3268
quickpulse tests (#1261)
* quickpulse tests

* fxcop
2019-09-16 16:58:20 -07:00
Timothy Mothra ac033d1b26
Update README.md with new package: EventCounterCollector (#1262)
* Update README.md

* Update README.md
2019-09-16 16:04:08 -07:00
Timothy Mothra c32d3d9aee
Merge pull request #1258 from microsoft/develop
merge develop to master (prep 2.11-beta2)
2019-09-10 12:08:37 -07:00
Timothy Mothra 34d2ce41e6
Tilee/bump version 2.11 b2 (#1256)
* bump version 2.11-B2

* update product

* update test projects

* update for w3c

* Fix failed tests (#1257)

* Fix test configuration issues after update to base beta-2

* more test config issues

* reverse tracestate changes - base SDK has a bug

* update changelog
2019-09-10 11:01:30 -07:00
Liudmila Molkova c024ddf662 Parse correlation context in absence of request-id or traceparent (#1255)
* Populate baggage from Correlation-Context even if traceparent or request-id are not provided
2019-09-09 17:44:53 -07:00
Liudmila Molkova 3daab3b57a
Leverage W3C implementation from .NET in requests and depedencies collectors (#1252)
* DependencyCollector on W3C

* Requests on w3c

* up

* up

* up

* E2E tests for 3.0 and fixes

* clean up

* Disable .NET core 3.0 tests - infra is not ready

* Disable .NET core 3.0 tests - infra is not ready

* revert tool version changes

* fix sln

* up

* up

* up

* up

* up

* up1

* up21

* changelog

* review comments

* fxcop!

* review

* review
2019-09-09 13:45:14 -07:00
Liudmila Molkova cc2ea7c819
Quick pulse make machine name configurable (#1254)
* versions

* Make QuickPulse serviceId configurable

* Revert "versions"

This reverts commit 3054b8ff8d.

* changelog

* review

* Fix object disposed exception in .NET Core quick pulse
2019-09-05 18:35:33 -07:00
Timothy Mothra 5eb9ddf8cb
new cert (#1248) 2019-07-26 13:14:06 -07:00
Cijo Thomas 0eb4ae2e1d
LiveMetrics background thread safeguards added to never throw unhandled exception (#1246)
* LiveMetrics background thread safeguards added to never throw unhandled exception.
2019-07-25 16:10:59 -07:00
Cijo Thomas a43692cf66
Add netstandard20 target for windowsserver project. tests are modifie… (#1237)
* Add netstandard20 target for windowsserver project. tests are modified to run on 2.1 instead of 1.0 as 1.0 is unsupported and sdk would soon remove 1.1 support as well.
2019-07-19 11:58:29 -07:00
Cijo Thomas a6492f648a
Adds netstandard2.0 target for dependencycollector. (#1234)
* Adds netstandard2.0 target for dependencycollector. UnitTests converted to target 2.1 instead of 1.1. Unittests were blind about 2.0 before this, and now they will be blind about 1.1 instead.

* test reliability
2019-07-16 09:00:32 -07:00
Timothy Mothra bfa06e5c8e
new symbols format (#1231) 2019-07-15 12:44:06 -07:00
Timothy Mothra 0c4181ee6b
Tilee/test fix perf signed (#1232) 2019-07-12 15:07:27 -07:00
Dmitry-Matveev f036b0ac6d
Merge pull request #1230 from microsoft/develop
2.11 Beta 1 merge
2019-07-08 23:11:40 -07:00
Timothy Mothra 9169d6e7f2 [2.11.0-beta1] experimental deferred request properties (#1198)
* squash changes

* resolve merge conflict

* save worknig test

* this works

* finished, should refactor

* move HttpContext to separate helper class

* TODO

* fix compile

* code review concerns

* change Base SDK version to 2.11 beta1

* Switch tests from DisableTrackingProperties to Experimental Features
2019-07-08 21:37:36 -07:00
Timothy Mothra 9ce3e9554e update BaseSDK 2.11-beta1 (#1229)
* bump version

* Update GlobalStaticVersion.props

* Update GlobalStaticVersion.props

* change for Obsolete TelemetryConfiguration.Active

* Remove obsolete asserts
2019-07-08 18:21:58 -07:00
Cijo Thomas 464d1fdfea
Fix counter name in EventCounter (#1228)
* Fix counter name in EventCounter
2019-07-08 14:51:13 -07:00
Cijo Thomas e5a0edbe57
Adds new EventCounterCollectorModule (#1224)
Add new EventCounterCollectorModule in a separate nuget.
2019-07-02 20:14:56 -07:00
Timothy Mothra ec904d01fc
[2.11.0-beta1] guard against malicious headers in quickpulse (#1191)
* guard against malicious headers in quickpulse

* remove unused variable

* using not needed

* fixing compile issues

* update

* changelog
2019-06-19 13:02:19 -07:00
Timothy Mothra 71fa2bba7e
vs2019 sln update (#1221) 2019-06-18 13:13:32 -07:00
Bar Arnon 1f50be73ab Ignore unobserved task exceptions explicitly marked as observed (#1024)
* Ignore unobserved task exceptions explicitly marked as observed
2019-06-18 10:35:34 -07:00
Cijo Thomas bb0064a481
Modifies check for IsAzureWebApp to exclude WebApp for PremiumContainers as they can use regular perf counter (#1218) 2019-06-13 17:49:10 -07:00
Cijo Thomas 66a8883df0
Support Cross-Platform CPU and Memory counters. (#1195)
Adds cpu and memory counter in all platforms.
2019-06-13 09:39:08 -07:00
Mikhail-Pranovich 1296a66c1b
Replace non-threadsafe HashSet with ConcurrentDictionary in RequestTrackingTelemetryModule.IsHandlerToFilter (#1211)
Replace non-threadsafe HashSet with ConcurrentDictionary in RequestTrackingTelemetryModule.IsHandlerToFilter
2019-06-04 10:24:29 -07:00
Timothy Mothra 5d16482eca
sdl test dirs (#1208) 2019-05-24 16:31:22 -07:00
Liudmila Molkova 0047cd1df3
Use InMemory channel in functional tests (#1204)
* Use InMemooryChannel for predictable flush and minor improvements

* and web funs

* clean up

* Docker container recreation fixes
2019-05-23 12:55:51 -07:00