Cijo Thomas
|
b8954644e4
|
Merge branch 'develop' into cithomas/mnr
|
2018-05-08 10:08:06 -07:00 |
Cijo Thomas
|
217e5d415a
|
Merge pull request #674 from Microsoft/cithomas/removedeprecatehttpmethod
RequestTelemetry is not populated with HttpMethod which is obsolete
|
2018-05-08 10:00:32 -07:00 |
Cijo Thomas
|
c06093dc17
|
changelog updating
|
2018-05-07 17:25:53 -07:00 |
Cijo Thomas
|
67dc204d34
|
Merge branch 'cithomas/removedeprecatehttpmethod' of https://github.com/Microsoft/ApplicationInsights-aspnetcore into cithomas/removedeprecatehttpmethod
|
2018-05-07 17:24:08 -07:00 |
Cijo Thomas
|
3330de1ed9
|
Merge branch 'develop' into cithomas/removedeprecatehttpmethod
|
2018-05-07 11:54:55 -07:00 |
Cijo Thomas
|
17abbba6e6
|
Merge pull request #672 from Microsoft/cithomas/bringbacktelemetryinitializernodename
Bring back DomainNameRoleInstanceTelemetryInitializer to fix bug 671
|
2018-05-07 11:54:28 -07:00 |
Cijo Thomas
|
1dcaad7cae
|
Spacing
|
2018-05-04 16:58:29 -07:00 |
Cijo Thomas
|
c2e38f66f7
|
Fix unit tests
|
2018-05-04 16:57:21 -07:00 |
Cijo Thomas
|
6343b805ff
|
Revert change about ExceptionTelemetry handled at field
|
2018-05-04 16:54:27 -07:00 |
Cijo Thomas
|
719377993c
|
RequestTelemetry is not populated with HttpMethod which is obsolete field.
ExceptionTelemetry is not populated with HandledAt field which is obsolete.
|
2018-05-04 16:42:15 -07:00 |
Cijo Thomas
|
4ac15f53ea
|
Update xunit to consistent and latest version across projects to prevent xunit runner cache issues.
|
2018-05-04 16:07:23 -07:00 |
Cijo Thomas
|
39d9f3d742
|
Remove populating nodename as its not required
|
2018-05-04 12:31:41 -07:00 |
Cijo Thomas
|
33f6993b7e
|
DomainNameRoleInstanceTelemetryInitializer is rewritten without needing httpcontext or request telemetry.
A sanity test is added to ensure that node name and roleinstance are not empty with default settings
|
2018-05-03 17:34:28 -07:00 |
Cijo Thomas
|
ef08c9591c
|
Changelog
|
2018-05-03 17:04:55 -07:00 |
Cijo Thomas
|
4344a476cc
|
Merge branch 'develop' into cithomas/bringbacktelemetryinitializernodename
|
2018-05-03 17:03:33 -07:00 |
Cijo Thomas
|
167b0daa93
|
Bring back DomainNameRoleInstanceTelemetryInitializer as there is no other initializer or base sdk which can populate roleinstance and nodename for Linux. Fix 671
|
2018-05-03 17:02:12 -07:00 |
Cijo Thomas
|
3f3656a627
|
Merge pull request #670 from Microsoft/cithomas/fixreadsettings
AddApplicationInsightsTelemetry also reads ikey from appsettings.json
|
2018-05-03 16:00:44 -07:00 |
Cijo Thomas
|
86b3cb2e94
|
More tests and test fixes
|
2018-05-03 12:52:54 -07:00 |
Cijo Thomas
|
b5f2f3a591
|
Added unit test to validate that ikey is read from appsetting.json for AddApplicationInsightsTelemetry extension method
|
2018-05-03 12:35:11 -07:00 |
Cijo Thomas
|
ebf4316083
|
DefaultApplicationInsightsServiceConfigureOptions is injected by default so that ikey and other settings for ApplicationInsightsServiceOptions are read from appsettings.json or ENV if present.
|
2018-05-02 21:49:38 -07:00 |
Cijo Thomas
|
4be93dd2f2
|
Merge pull request #668 from Microsoft/develop
Dev to master for 2.3.0-beta2
|
2018-05-02 17:49:38 -07:00 |
Cijo Thomas
|
ae979f0c80
|
Merge pull request #667 from Microsoft/cithomas/smallwork
Update System.Net.Http to version 4.3.2
|
2018-05-02 16:14:28 -07:00 |
Cijo Thomas
|
0e5dfdcde6
|
Merge branch 'develop' into cithomas/smallwork
|
2018-05-02 16:03:53 -07:00 |
Cijo Thomas
|
14409605b3
|
Changelog update
|
2018-05-02 16:03:23 -07:00 |
Cijo Thomas
|
160335e4a2
|
Update System.Net.Http to version 4.3.2
|
2018-05-02 16:02:28 -07:00 |
Cijo Thomas
|
d81f410683
|
Merge pull request #665 from Microsoft/cithomas/smallwork
Sampling config consistency, flag for turning off AutoCollectedMetricExtractor
|
2018-05-02 15:38:40 -07:00 |
Cijo Thomas
|
d724ff78fd
|
Changelog updated
|
2018-05-02 15:17:56 -07:00 |
Cijo Thomas
|
5bfcfcfad6
|
Merge branch 'develop' into cithomas/smallwork
|
2018-05-02 15:12:26 -07:00 |
Cijo Thomas
|
a49c520bf2
|
Minor
|
2018-05-02 15:11:27 -07:00 |
Cijo Thomas
|
093b824dbb
|
Merge pull request #658 from Microsoft/cithomas/reqcollection
Make RequestCollection as an ITelemetryModule
|
2018-05-02 15:11:07 -07:00 |
Cijo Thomas
|
0bb120a911
|
Merge branch 'cithomas/reqcollection' of https://github.com/Microsoft/ApplicationInsights-aspnetcore into cithomas/reqcollection
|
2018-05-02 15:02:11 -07:00 |
Cijo Thomas
|
82437fe3cd
|
Nullcheck in RequestTelemetryModule initialize and unit test
|
2018-05-02 15:01:14 -07:00 |
Cijo Thomas
|
3b4548e751
|
Add 2 separate AdaptiveSamplingProcessor one for Event and one for Other types to match Web SDK config.
Add flag to control AutoCollectedMetricExtractor enablement
|
2018-05-02 13:52:15 -07:00 |
Cijo Thomas
|
1e4f6edba4
|
Merge branch 'develop' into cithomas/reqcollection
|
2018-05-01 16:21:52 -07:00 |
Cijo Thomas
|
3ad3677cad
|
Add more precise timestamp in func tests
|
2018-05-01 16:21:32 -07:00 |
MS-TimothyMothra
|
9cf409f938
|
Merge pull request #662 from Microsoft/tilee/nuget_compliance
nuget compliance
|
2018-05-01 16:20:15 -07:00 |
Timothy Mothra Lee
|
ee0814db8a
|
update
|
2018-05-01 16:08:19 -07:00 |
Cijo Thomas
|
f7d3fa9ac3
|
Minor
|
2018-04-30 14:54:23 -07:00 |
Cijo Thomas
|
ebcec993cd
|
Changelog updatyed
|
2018-04-30 14:21:01 -07:00 |
Cijo Thomas
|
6441e236d4
|
Unit test fix
|
2018-04-30 14:16:57 -07:00 |
Cijo Thomas
|
4d21b40dab
|
Incorporate the fix to subscription race fix to Req module
|
2018-04-30 14:04:12 -07:00 |
Cijo Thomas
|
cc75f13fe8
|
pul llatest develop
|
2018-04-30 13:54:58 -07:00 |
Cijo Thomas
|
dd078c4390
|
Merge pull request #652 from TyOverby/no-subscriptions-race
remove subscriptions race
|
2018-04-30 11:54:06 -07:00 |
Ty Overby
|
a2adb759a3
|
Merge branch 'no-subscriptions-race' of github.com:TyOverby/ApplicationInsights-aspnetcore into no-subscriptions-race
|
2018-04-27 14:41:52 -07:00 |
Ty Overby
|
82d8c1a9b6
|
Merge branch 'master' of github.com:TyOverby/ApplicationInsights-aspnetcore into no-subscriptions-race
|
2018-04-27 14:41:06 -07:00 |
Ty Overby
|
0a31e88d41
|
use interlocked exchange for threading issues
|
2018-04-27 14:37:01 -07:00 |
Cijo Thomas
|
370633c684
|
Merge branch 'develop' into no-subscriptions-race
|
2018-04-27 11:23:44 -07:00 |
Cijo Thomas
|
3c5ff43cef
|
Merge pull request #657 from Microsoft/cithomas/removeduplicateinitializers
Update version to beta2, update to beta4 of base and web
|
2018-04-27 11:23:24 -07:00 |
Cijo Thomas
|
789e3c3e2d
|
Update changelog with version bump
|
2018-04-27 10:44:56 -07:00 |
Cijo Thomas
|
89c3aeea19
|
Version bump to beta2
|
2018-04-27 10:43:07 -07:00 |