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

2826 Коммитов

Автор SHA1 Сообщение Дата
Cijo Thomas 81288f2692
ILogger provider populates structured logging key/values irrespective… (#2078)
* ILogger provider populates structured logging key/values irrespective of whether Scopes are enabled or not

* comment
2020-10-04 08:58:42 -07:00
Timothy Mothra 507a2d7035
migrating build scripts from Home repo (#2073) 2020-09-25 15:23:47 -07:00
Reiley Yang a9d1ceb0e0
Avoid emitting {OriginalFormat} as a property name (#2071)
* avoid emitting {OriginalFormat} as a property name

* update changelog

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-09-25 11:41:33 -07:00
Timothy Mothra e202aff790
Create versions_and_names.md (#2072)
Migrating this doc from Home repo.
https://github.com/microsoft/ApplicationInsights-Home/blob/master/EndpointSpecs/SDK-VERSIONS.md
2020-09-25 10:46:57 -07:00
Eddy Nakamura 3933341dc9
Updating DiagnosticSource to 5.0.0-RC version (#2067)
* Updating System.Diagnostics.DiagnosticSource and System.Runtime.CompilerServices.Unsafe to rc version

* removing reference from nuget.tests

* Changing from AddTag to SetTag

* suppressing CA2000 for activity

* moving to old using style

* removing DiagnosticSource and Unsafe from test projects

* removing system.memory dependency

* removing system.memory comment

* Revert "Changing from AddTag to SetTag"

This reverts commit c3ac937ae6.

* renaming test to firstadded, since GetOperationName do FirstOrDefault

* fixing tests

removing unused ex variable

adding comments to CA2000 that we disabled

* updating comments and cijo's comments
2020-09-24 17:29:16 -07:00
Eddy Nakamura 004dbd78ce
Updating CodeAnalysis Nuget (#2059)
* Updating CodeAnalysis Nuget

fixing fxcop errors

fixing fxcop errors adding ignore to ca1805 and ca1834

disabling ca1829 as well

Revert "fixing fxcop errors"

This reverts commit f070a0b8206dbee8351e4a82b37ea2098c9ff4e5.

merge

merge

updating ruleset

* adding message to ruleset

* fixing rule CA1836

* fixing fxcop CA1829 and CA1834 besides two suppressions in code
2020-09-23 17:00:41 -03:00
Ramjot Singh 80324905f5
Emit stack trace when TrackExceptionsAsExceptionTelemetry is set to f… (#2065)
* Emit stack trace when TrackExceptionsAsExceptionTelemetry is set to false

* Updating tests

* Updating ChangeLog

* Taking PR comments

* Adding stack trace comparisons

* Updating test

* Removing unneeded line
2020-09-21 18:49:04 -07:00
Eddy Nakamura 837b63f65c
Merging IntegrationTests.WebApp projects (#2051)
updating IntegrationTests.sln
2020-09-15 18:05:32 -03:00
Cijo Thomas 0c5cd65849
EventCounterCollector removes AggregationInterval as a dimension to the metric. (#2050) 2020-09-14 23:24:37 -07:00
Cijo Thomas 2b6080b8cc
Added .NET 5 App to integration tests (#2035)
* Added .NET 5 App to integration tests

* updating linux pipeline

* updating to dotnet5 insteado of dotnetcore 5

* adding dotnet5 project to integrationTests.sln

* adding xunit runner

* changing to async await

* creating windows pipeline to test

* updating linux to add windows and see if that works

* updating condition

* updating condition

* updating strategy

* updating strategy

* updating strategy

* updating matrix

* updating condition

* updating yml and adding analyzer to solve build issue

* adding dmp and removing AD0001 rule

* updating pipeline

* updating test time

* updating targetpath

* updating publish name

* updating xunit version

* updating version to net.test.sdk 16.7.1

* updating to latest test packages

* removing extra changes

* re-adding tags to prevent build issues in windows

* adding message to ruleset to be clear why we added AD0001

* removing unused step

Co-authored-by: Eddy Nakamura <ednakamu@microsoft.com>
Co-authored-by: Eddy Nakamura <eddynaka@gmail.com>
2020-09-14 17:44:35 -07:00
Eddy Nakamura adb7b0cdcc
Updating test packages to latest version (#2046)
* Updating packages

* updating xunit to 2.4.1

* updating tests to new version
2020-09-11 17:03:44 -03:00
Rajkumar Rangaraj 0f5a348e41
bump version 2.16-beta1 (#2039) 2020-09-08 15:23:58 -07:00
Rajkumar Rangaraj db0415da01
bump version 2.15 (#2037) 2020-09-08 14:01:48 -07:00
Rajkumar Rangaraj 9ef100bfa0
bump version 2.15-beta3 (#2029) 2020-09-04 10:31:03 -07:00
Cijo Thomas 1697276a76
More prep work for 5.0 support (#2028)
* Remove unused codes

* more optimizations

* remove unused code path tests

* unused field removals
2020-09-04 09:52:45 -07:00
Eddy Nakamura cf07c3edb7
Updating linux pipeline (#2022)
changing to ubuntu-latest (18.04 for now)

reverting

moving to ubuntu-latest

Remove EmptyApp tests as its covered eslewhere (#2025)

* Remove EmptyApp tests as its covered eslewhere

* cleanup

Ingestion service data delivery status (#1887)

* Added eventhandler to transmission

* Updated public API

* Modified changelog.md

* Added more tests

* Fix API

* Added coverage for timeout

* Update to API

* Modified comment in transmission.

* PR Comments

* PR feedback

* Fix test

* Added TransmissionStatusEvent to InMemoryChannel.

* Remove Inmemory change

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Timothy Mothra <tilee@microsoft.com>

update version of Microsoft.AspNetCore.Hosting to 2.1.0 (and fix major test bug) (#2026)

* Refactor tests and fix several issues in one go

* remove unwanted changes

* update changelog

Co-authored-by: Timothy Mothra Lee <tilee@microsoft.com>

changing to posix

updating orderby

removing unused usings and space

updating trx folder path

udoing
2020-09-04 06:39:34 -07:00
Cijo Thomas c2030e40df
update version of Microsoft.AspNetCore.Hosting to 2.1.0 (and fix major test bug) (#2026)
* Refactor tests and fix several issues in one go

* remove unwanted changes

* update changelog

Co-authored-by: Timothy Mothra Lee <tilee@microsoft.com>
2020-09-03 18:32:21 -07:00
Rajkumar Rangaraj 1b2ace3946
Ingestion service data delivery status (#1887)
* Added eventhandler to transmission

* Updated public API

* Modified changelog.md

* Added more tests

* Fix API

* Added coverage for timeout

* Update to API

* Modified comment in transmission.

* PR Comments

* PR feedback

* Fix test

* Added TransmissionStatusEvent to InMemoryChannel.

* Remove Inmemory change

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-09-03 17:33:07 -07:00
Cijo Thomas a993547775
Remove EmptyApp tests as its covered eslewhere (#2025)
* Remove EmptyApp tests as its covered eslewhere

* cleanup
2020-09-03 15:30:40 -07:00
Cijo Thomas b136fb9cce
Moves Ilogger tests to new integration test. (#2024)
* refactory to partial classes.

* AspNetCore Tests part3
2020-09-03 14:07:28 -07:00
Cijo Thomas d4590d0f65
AspNetCore tests part2 (#2023)
* AspNetCore tests part2

* Test stability
2020-09-03 11:20:40 -07:00
Cijo Thomas 0f0fe13ae9
AspNetCore Integration tests - part1 (#2020) 2020-09-03 07:12:30 -07:00
Cijo Thomas ff496e9918
AspNetCore Integration tests refactor (#2017)
* AspNetCore Integration tests refactor

* Fix integrationtests.sln

* try both netcore verisons

* tryu order reversa

* typo fix

* remove ssolution build

* use 31 tooling

* sxs dotnet core using rsync

* simplify

* test matrix

* order

* yml

* fix copy paste error

* build and restore before test
2020-09-02 13:56:24 -07:00
Cijo Thomas 39ba47d302
Disable System.Runtime default counters (#2013)
* Remove EventCounter default list

* changelog

* remove unused code
2020-09-02 08:09:28 -07:00
Cijo Thomas 952aec0e59
Dont read AI.Config in .net core (#2012) 2020-09-01 11:01:18 -07:00
kryalama 9b1431c358
AI JS snippet changes (#2004)
* ApplicationInsights JS latest snippet changes

* update CHANGELOG.md

* code refactoring to use the js snippet as it is , without escaping curly brackets

* updating CHANGELOG.md

* replacing string.Format with string.Concat

* Fixed FxCop and StyleCop build errors

* restored Javascript snippet as static variable

Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-09-01 10:32:35 -07:00
Cijo Thomas 2314b37760
Remove asp.net core 1.x event subscription as 1.x support was removed earlier (#2011)
* Remove asp.net core 1.x event subscription as 1.x support was removed earlier

* Remove unused fields.
2020-09-01 09:48:44 -07:00
Cijo Thomas c983cc166e
ServerTelemetryChannel to not use any storage if configured StorageFolder has issues. (#2002)
* ServerTelemetryChannel to not use any storage if configured StorageFolder has issues.

* log fix
2020-08-28 15:35:07 -07:00
kryalama 851eca1013
AI JS snippet changes (#2001)
* ApplicationInsights JS latest snippet changes

* update CHANGELOG.md
2020-08-24 16:58:23 -07:00
Rajkumar Rangaraj cd240ce28d Resolve conflict. 2020-08-20 09:25:35 -07:00
Nathanael Marchand 67ebd6d498
Add support for PathBase in Aspnetcore (#1983)
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2020-08-18 12:08:16 -07:00
Timothy Mothra 4bafaa4bbe
change to which EventSources are subscribed (#1995)
* change to which EventSources are subscribed

* fxcop

* adding eventsource from ILogger

* fix test

* update

* investigating linux test

* testing linux fix

* fix

* cleanup
2020-08-17 17:00:52 -07:00
Timothy Mothra 4cdf98bbcf
Tilee/docs and examples (#1989)
* update name of docs directory to match OT.

* add examples from Home repo
2020-08-07 08:39:33 -07:00
Timothy Mothra bd72b1930e
refactor FileDiagnosticsTelemetryModule (#1987) 2020-08-06 10:13:55 -07:00
Rajkumar Rangaraj 911a5cc7b9
Merge pull request #1982 from microsoft/rajrang/fixIssue1969
Rajrang/fix issue1969
2020-08-03 11:30:10 -07:00
Rajkumar Rangaraj 5ccfa6fba5 Resolving conflict 2020-08-03 10:29:47 -07:00
Timothy Mothra e6081045c7
Fix Heartbeat Interval (#1979)
* change heartbeat interval

* cleanup

* changelog
2020-08-03 10:02:45 -07:00
Rajkumar Rangaraj e7385f3234 Change event message 2020-08-03 09:14:20 -07:00
Rajkumar Rangaraj 20e48238f3 Renamed Event source. 2020-08-01 11:51:40 -07:00
Rajkumar Rangaraj 90f98cca34 Update to changelog 2020-07-31 18:38:07 -07:00
Rajkumar Rangaraj 81fc045ee6 Merge remote-tracking branch 'origin/develop' into rajrang/fixIssue1969 2020-07-31 18:36:11 -07:00
Rajkumar Rangaraj 7db2c764af Merge remote-tracking branch 'origin/master' into rajrang/fixIssue1969 2020-07-31 18:35:34 -07:00
Rajkumar Rangaraj 798284ac29 Added exception handling logic to Logs/Exception telemetry. 2020-07-31 18:31:15 -07:00
Liudmila Molkova d927917e05
Use DiagnosticListener instance (instead of the name) to distinguish and dedup subscription (#1973)
* Use DiagnosticListener instance (instead of the name) to distinguish and dedup subscription

* changelog
2020-07-29 21:08:58 -07:00
Rajkumar Rangaraj 743848ab2b
Merge pull request #1911 from Expecho/fix-581
Fix #581 (Changed TelemetryConfiguration property of TelemetryClient from internal to public.)
2020-07-20 08:23:08 -07:00
Expecho 97cfb57b10 Merge branch 'fix-581' of https://github.com/Expecho/ApplicationInsights-dotnet into fix-581 2020-07-17 21:04:42 +02:00
Expecho 09f82fba4e Moved to unshipped 2020-07-17 21:04:38 +02:00
Rajkumar Rangaraj 4c449a3d54
Merge branch 'develop' into fix-581 2020-07-17 09:14:40 -07:00
Expecho a97c0623ef Merge branch 'fix-581' of https://github.com/Expecho/ApplicationInsights-dotnet into fix-581 2020-07-17 14:08:03 +02:00
Expecho a72e5a0af6 Updated publicAPI.Shipped.txt files for other frameworks 2020-07-17 14:07:58 +02:00