Andrii Tretiak
9341682071
Disable PathMap for debug to fix symbols mapping ( #670 )
...
* Disable PathMap for debug to fix symbols mapping
Enabling it for debug prevent debugger from loading symbols
* Update Directory.Build.props
* Fix tests
---------
Co-authored-by: Keith Cully <2370032+K-Cully@users.noreply.github.com>
Co-authored-by: artempushkin <32305353+artempushkin@users.noreply.github.com>
Co-authored-by: Neil <49037171+neilr81@users.noreply.github.com>
2024-06-17 20:12:52 +01:00
Gnol Long
6eccc2e574
Option to disable legacy telemetry ( #679 )
2024-05-27 15:11:59 +01:00
Gnol Long
88b74b3c3c
Deprecation message for legacy telemetry ( #673 )
2024-05-21 15:49:18 +01:00
IsaacWalker
0221ca2718
Adding SetParentAsDependent Activity Extension ( #671 )
...
* Adding SetParentAsDependent Activity Extension
* Updating to use ActivityMetricsSender
* Addressing comments
* Removing redundant null check
* Chaning name to SetParentNameAsDimensionEnabled
---------
Co-authored-by: Isaac Walker <iswalke@microsoft.com>
2024-04-24 11:18:07 +01:00
Neil
727d0ff99e
Removing NetStandard support for OMEX ( #650 )
...
* Removing NetStandard support for OMEX
* Update Microsoft.Omex.Extensions.Diagnostics.HealthChecks.UnitTests.csproj
* Update Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj
* Delete src/Abstractions/NetStandardCompatability.cs
* Update NullableAssert.cs
* Update HttpEndpointHealthCheck.cs
* Update Validation.cs
* Update NullableAssert.cs
* Fixing typo
* Remove netstandard and framework build references
* Updating to use AppendJoin
* Removing unused function
* Test removal of SF step
* Update build.yml
* Update build.yml
* Update build.yml
* Update build.yml
* Update build.yml
* Update build.yml
* Update build.yml
* Update build.yml
* Update build.yml
---------
Co-authored-by: Neil Richardson <neil.richardson@microsoft.com>
Co-authored-by: Keith Cully <2370032+K-Cully@users.noreply.github.com>
2024-02-06 10:12:53 +00:00
Anna Nowak
60e35c6f10
Add CertificatesHealthCheck ( #641 )
...
* Add CertificatesHealthCheck
* Update README
* Addressing PR comments
* Constructor description update
* Update src/Diagnostics.HealthChecks/CertificatesHealthCheckOptions.cs
Co-authored-by: MaxDac <massimiliano.dacunzo@hotmail.com>
* Add unit tests
* Fix initialize
* Add registration extension method, address PR comments
---------
Co-authored-by: MaxDac <massimiliano.dacunzo@hotmail.com>
2023-12-01 15:48:46 +00:00
Omex GitHub Bot
6589a53a12
.NET8 update - Automatic NuGet package update 24416230 AB#8430180 ( #640 )
...
* Automatic NuGet package update 24416230
* Roll back Net8 updates for now
* Apply suggestions from code review
* Update target and SDK version
* update gh workflow build
* update gh codeql workflow build
* Add temporary SDK install to yml builds
* re-add net8 updates
* update devcontainer to install latest .NET SDK
* fix static analysis build error
* fix static analysis error
---------
Co-authored-by: Create Pull Request Task <Create Pull Request Task>
Co-authored-by: Keith Cully <2370032+K-Cully@users.noreply.github.com>
2023-11-28 14:24:06 +00:00
Keith Cully
f4bcaf3504
[Breaking Change] Make transport settings required ( #639 )
...
* Make transport settings required
* Update UTs
* Update UTs
* fix UT
* Add custom exception type for insecure remoting
---------
Co-authored-by: Keith Cully <kecully@microsoft.com>
2023-11-21 15:24:20 +00:00
Neil
3551a82799
Moving to Service Fabric 10 ( #613 )
...
* Moving to Service Fabric 10
Updating to Service Fabric 10.
See release notes here:
https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_10.md
* Update Directory.Packages.props
Test latest release
* Update Directory.Packages.props
* Update Directory.Packages.props
* Update Microsoft.Omex.Extensions.Hosting.Services.csproj
* Update Directory.Build.props
* Update Directory.Build.props
* Update Microsoft.Omex.Extensions.Hosting.Services.csproj
* Update Directory.Packages.props
* Update MockServiceFabricServices.cs
* Update build.yml
* Update build.yml
* Update build.yml
* Update Directory.Packages.props
* Update Directory.Packages.props
---------
Co-authored-by: Gnol Long <zzsushiboyzz@gmail.com>
2023-11-14 11:08:08 +00:00
Neil
87f90a49d3
Merge branch 'main' into users/xiaoyushi/emailhash
2023-11-02 20:09:08 +00:00
xiaoyushi
b59f440357
restore unrelated files
2023-11-02 10:58:43 +00:00
xiaoyushi
36618449f6
pass logger to email based user identity provider
2023-11-02 10:32:41 +00:00
xiaoyushi
59b2ec3356
dotnet format
2023-11-02 09:35:35 +00:00
xiaoyushi
37bd5be007
close streams for moked context with email in HttpContentHelper
2023-11-01 11:46:28 +00:00
xiaoyushi
f7e7f220cf
resolve comments
2023-11-01 10:15:45 +00:00
Xiaoyu Shi
3a4bd0e03d
update
2023-10-27 13:58:03 +01:00
Xiaoyu Shi
11b8299a8c
add email based identity provider and static salt provider
2023-10-26 15:58:23 +01:00
MaxDac
58f83d5297
Added missing documentation and unit tests
2023-10-26 14:21:22 +01:00
artempushkin
46d4affdfd
Enabled options to disable Omex telemetry via config ( #614 )
...
* Enabled options to disable Omex telemetry via config.
* Removed options from OmexLoggerProvider.
* Fixed OmexLoggerProvider.
* Fixed Logging.
* Configure logging correctly.
* Fixed spellings.
* Fixed tests.
2023-10-20 10:33:33 +01:00
MaxDac
14aef0bf0f
Added Endpoint HTTP default health check
2023-09-04 15:11:01 +01:00
Massimiliano D'Acunzo
0acbae9dc0
Removing reference to deprecated MVC packages
2023-08-29 14:01:38 +01:00
Gnol Long
5e9f19a655
Rename "Extra" to "Custom" for dimension set ( #603 )
...
* Update
* Rename to Custom
2023-08-25 14:17:49 +01:00
Gnol Long
4120a5f862
ActivityMetricSender Extra Dimension fix ( #601 )
2023-08-23 19:53:57 +01:00
Massimiliano D'Acunzo
a094d15f79
Refactored constants to reduce the number of obsoletions
2023-08-17 11:01:47 +01:00
Keith Cully
42134bb366
Use HttpClientHandler abstraction to specify CheckCertificateRevocationList
2023-08-15 13:47:24 +01:00
Massimiliano D'Acunzo
5f8481c994
Awaited synchronous methods that returned Task
2023-08-11 15:16:06 +01:00
Massimiliano D'Acunzo
406ce19cf2
Adding obsolete attribute to dependants
2023-08-11 14:26:52 +01:00
Massimiliano D'Acunzo
72ad9b21a1
First commit
2023-08-11 13:52:51 +01:00
Gnol Long
d734f8d64a
IOption to Disable Activity Event sender ( #589 )
...
---------
Co-authored-by: Long Do Thanh <dothanhl@microsoft.com>
Co-authored-by: Neil <49037171+neilr81@users.noreply.github.com>
2023-08-10 10:34:48 +01:00
Gnol Long
4d42192ba6
Use Histogram instead of Counter for metric in OTEL ( #583 )
2023-07-15 20:32:01 +01:00
Neil Richardson
e04de1cf5c
Removing unnecessary references
2023-06-23 11:26:05 +01:00
Neil
c57be79f53
Update OmexRemotingHeadersTests.cs
2023-03-30 17:53:08 +01:00
Neil
fa5f05723e
Update OmexRemotingHeadersTests.cs
2023-03-30 16:20:40 +01:00
Neil
10f30f2970
Update OmexRemotingHeadersTests.cs
2023-03-30 15:25:31 +01:00
Keith Cully
07777c0de9
Re-add net core versions property
2023-03-20 13:22:57 +00:00
gajdusep
e477310866
Added .NET 6 to targets ( #521 )
...
* added dotnet 6 to targets
* unittest only .NET 7
* unittest SettingsGen only net7
* web unittest only .net 7
Co-authored-by: Pavel Gajdusek <pgajdusek@microsoft.com>
2022-11-15 15:27:31 +00:00
gajdusep
739ae123e4
.NET 7 ( #520 )
...
* added dotnet 7
* github workflow - set dotnet 7
* dockerfile, workflows, packages - net 7
* indentation fix
Co-authored-by: Pavel Gajdusek <pgajdusek@microsoft.com>
Co-authored-by: Neil <49037171+neilr81@users.noreply.github.com>
2022-11-14 17:22:03 +00:00
Gnol Long
c1675912a6
Histogram for passive monitoring ( #515 )
...
Co-authored-by: Long Do Thanh <dothanhl@microsoft.com>
2022-11-03 15:34:01 +00:00
Andrey Tretyak
49380c9ec3
Remove unused packages ( #513 )
2022-10-27 21:40:54 -07:00
Francesco Bonacci
72e115991c
Remove preview namespace
2022-10-18 11:08:47 +01:00
Gnol Long
ad97f23940
update dimensions to exclude ActivtyId and SpanID to avoid high cardinality ( #499 )
...
* update_metric_name_and_dimension_names
Co-authored-by: Long Do Thanh <dothanhl@microsoft.com>
2022-09-30 15:51:26 +01:00
Francesco Bonacci
1d1260c4b8
Add test cases for disabled checks
2022-08-31 23:04:24 +01:00
Francesco Bonacci
a16189aa15
Merge branch 'main' into main
2022-08-22 18:25:54 +02:00
Francesco Bonacci
ed473c0c95
Align from BW HC implementation
2022-08-22 17:19:52 +02:00
Neil
d1bf6e6a11
Update Microsoft.Omex.CodeGenerators.SettingsGen.UnitTests.csproj
2022-08-10 10:49:59 +01:00
Neil
c58e4aafdb
Update Directory.Build.props
...
Testing removal of duplicate package references
2022-08-10 10:48:32 +01:00
Francesco Bonacci
1c4c528dd5
Add OmexHealthCheckPublisherHostedService tests
2022-08-09 17:18:53 +01:00
Neil
603a9162d5
Update Microsoft.Omex.Extensions.Testing.Helpers.UnitTests.csproj
2022-07-20 18:38:02 +01:00
Neil
75e667a162
Update Microsoft.Omex.Extensions.Services.Remoting.UnitTests.csproj
2022-07-20 18:37:24 +01:00
Neil
d7e6c7ec7f
Update Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.UnitTests.csproj
2022-07-20 18:37:08 +01:00