Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Ark.Tools.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Project Path="src/common/Ark.Tools.Activity/Ark.Tools.Activity.csproj" />
<Project Path="src/common/Ark.Tools.ApplicationInsights.HostedService/Ark.Tools.ApplicationInsights.HostedService.csproj" />
<Project Path="src/common/Ark.Tools.ApplicationInsights/Ark.Tools.ApplicationInsights.csproj" />
<Project Path="src/common/Ark.Tools.OTel/Ark.Tools.OTel.csproj" />
<Project Path="src/common/Ark.Tools.Auth0/Ark.Tools.Auth0.csproj" />
<Project Path="src/common/Ark.Tools.Authorization/Ark.Tools.Authorization.csproj" />
<Project Path="src/common/Ark.Tasks/Ark.Tasks.csproj" />
Expand Down Expand Up @@ -106,6 +107,7 @@
<Folder Name="/tests/">
<Project Path="tests/Ark.Tools.Core.Tests/Ark.Tools.Core.Tests.csproj" />
<Project Path="tests/Ark.Tools.Nodatime.Tests/Ark.Tools.Nodatime.Tests.csproj" />
<Project Path="tests/Ark.Tools.OTel.Tests/Ark.Tools.OTel.Tests.csproj" />
<Project Path="tests/Ark.Tools.ResourceWatcher.Tests/Ark.Tools.ResourceWatcher.Tests.csproj" />
<Project Path="tests/Ark.Tools.Sql.Oracle.Tests/Ark.Tools.Sql.Oracle.Tests.csproj" />
<Project Path="tests/WebApplicationDemo.Tests/WebApplicationDemo.Tests.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,16 +250,6 @@
"NLog": "4.5.11"
}
},
"Microsoft.ApplicationInsights.SnapshotCollector": {
"type": "Transitive",
"resolved": "1.4.6",
"contentHash": "UGXpUjW3YFSFq+u4CXwJrU3Rf7Hc3dMrMVTBJ8E3LB0eV2MF8lOHnXc+kHEmLKO4gxHhvulaVIld7U5aDzLZ8A==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.15.0",
"Microsoft.Extensions.Options": "2.1.1",
"System.IO.FileSystem.AccessControl": "4.7.0"
}
},
"Microsoft.AspNet.WebApi.Client": {
"type": "Transitive",
"resolved": "5.2.9",
Expand Down Expand Up @@ -934,11 +924,6 @@
"Microsoft.IdentityModel.Tokens": "8.16.0"
}
},
"System.IO.FileSystem.AccessControl": {
"type": "Transitive",
"resolved": "4.7.0",
"contentHash": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw=="
},
"System.IO.Hashing": {
"type": "Transitive",
"resolved": "10.0.1",
Expand All @@ -962,11 +947,9 @@
"ark.tools.applicationinsights": {
"type": "Project",
"dependencies": {
"Ark.Tools.OTel": "[1.0.0, )",
"Microsoft.ApplicationInsights": "[3.1.0, )",
"Microsoft.ApplicationInsights.SnapshotCollector": "[1.4.6, )",
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )",
"OpenTelemetry.Extensions.Hosting": "[1.15.3, )"
}
},
Expand Down Expand Up @@ -1055,6 +1038,14 @@
"NodaTime.Serialization.SystemTextJson": "[1.3.1, )"
}
},
"ark.tools.otel": {
"type": "Project",
"dependencies": {
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )"
}
},
"ark.tools.rebus": {
"type": "Project",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,6 @@
"NLog": "4.5.11"
}
},
"Microsoft.ApplicationInsights.SnapshotCollector": {
"type": "Transitive",
"resolved": "1.4.6",
"contentHash": "UGXpUjW3YFSFq+u4CXwJrU3Rf7Hc3dMrMVTBJ8E3LB0eV2MF8lOHnXc+kHEmLKO4gxHhvulaVIld7U5aDzLZ8A==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.15.0",
"Microsoft.Extensions.Options": "2.1.1",
"System.IO.FileSystem.AccessControl": "4.7.0"
}
},
"Microsoft.AspNet.WebApi.Client": {
"type": "Transitive",
"resolved": "5.2.9",
Expand Down Expand Up @@ -903,11 +893,6 @@
"Microsoft.IdentityModel.Tokens": "8.16.0"
}
},
"System.IO.FileSystem.AccessControl": {
"type": "Transitive",
"resolved": "4.7.0",
"contentHash": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw=="
},
"System.IO.Hashing": {
"type": "Transitive",
"resolved": "10.0.1",
Expand Down Expand Up @@ -954,11 +939,9 @@
"ark.tools.applicationinsights": {
"type": "Project",
"dependencies": {
"Ark.Tools.OTel": "[1.0.0, )",
"Microsoft.ApplicationInsights": "[3.1.0, )",
"Microsoft.ApplicationInsights.SnapshotCollector": "[1.4.6, )",
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )",
"OpenTelemetry.Extensions.Hosting": "[1.15.3, )"
}
},
Expand Down Expand Up @@ -1047,6 +1030,14 @@
"NodaTime.Serialization.SystemTextJson": "[1.3.1, )"
}
},
"ark.tools.otel": {
"type": "Project",
"dependencies": {
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )"
}
},
"ark.tools.rebus": {
"type": "Project",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,6 @@
"NLog": "4.5.11"
}
},
"Microsoft.ApplicationInsights.SnapshotCollector": {
"type": "Transitive",
"resolved": "1.4.6",
"contentHash": "UGXpUjW3YFSFq+u4CXwJrU3Rf7Hc3dMrMVTBJ8E3LB0eV2MF8lOHnXc+kHEmLKO4gxHhvulaVIld7U5aDzLZ8A==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.15.0",
"Microsoft.Extensions.Options": "2.1.1",
"System.IO.FileSystem.AccessControl": "4.7.0"
}
},
"Microsoft.AspNet.WebApi.Client": {
"type": "Transitive",
"resolved": "5.2.9",
Expand Down Expand Up @@ -908,11 +898,6 @@
"Microsoft.IdentityModel.Tokens": "8.16.0"
}
},
"System.IO.FileSystem.AccessControl": {
"type": "Transitive",
"resolved": "4.7.0",
"contentHash": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw=="
},
"System.IO.Hashing": {
"type": "Transitive",
"resolved": "10.0.1",
Expand Down Expand Up @@ -965,11 +950,9 @@
"ark.tools.applicationinsights": {
"type": "Project",
"dependencies": {
"Ark.Tools.OTel": "[1.0.0, )",
"Microsoft.ApplicationInsights": "[3.1.0, )",
"Microsoft.ApplicationInsights.SnapshotCollector": "[1.4.6, )",
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )",
"OpenTelemetry.Extensions.Hosting": "[1.15.3, )"
}
},
Expand Down Expand Up @@ -1058,6 +1041,14 @@
"NodaTime.Serialization.SystemTextJson": "[1.3.1, )"
}
},
"ark.tools.otel": {
"type": "Project",
"dependencies": {
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )"
}
},
"ark.tools.outbox": {
"type": "Project",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,6 @@
"NLog": "4.5.11"
}
},
"Microsoft.ApplicationInsights.SnapshotCollector": {
"type": "Transitive",
"resolved": "1.4.6",
"contentHash": "UGXpUjW3YFSFq+u4CXwJrU3Rf7Hc3dMrMVTBJ8E3LB0eV2MF8lOHnXc+kHEmLKO4gxHhvulaVIld7U5aDzLZ8A==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.15.0",
"Microsoft.Extensions.Options": "2.1.1",
"System.IO.FileSystem.AccessControl": "4.7.0"
}
},
"Microsoft.AspNet.WebApi.Client": {
"type": "Transitive",
"resolved": "5.2.9",
Expand Down Expand Up @@ -903,11 +893,6 @@
"Microsoft.IdentityModel.Tokens": "8.16.0"
}
},
"System.IO.FileSystem.AccessControl": {
"type": "Transitive",
"resolved": "4.7.0",
"contentHash": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw=="
},
"System.IO.Hashing": {
"type": "Transitive",
"resolved": "10.0.1",
Expand Down Expand Up @@ -948,11 +933,9 @@
"ark.tools.applicationinsights": {
"type": "Project",
"dependencies": {
"Ark.Tools.OTel": "[1.0.0, )",
"Microsoft.ApplicationInsights": "[3.1.0, )",
"Microsoft.ApplicationInsights.SnapshotCollector": "[1.4.6, )",
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )",
"OpenTelemetry.Extensions.Hosting": "[1.15.3, )"
}
},
Expand Down Expand Up @@ -1041,6 +1024,14 @@
"NodaTime.Serialization.SystemTextJson": "[1.3.1, )"
}
},
"ark.tools.otel": {
"type": "Project",
"dependencies": {
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )"
}
},
"ark.tools.rebus": {
"type": "Project",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -674,16 +674,6 @@
"NLog": "4.5.11"
}
},
"Microsoft.ApplicationInsights.SnapshotCollector": {
"type": "Transitive",
"resolved": "1.4.6",
"contentHash": "UGXpUjW3YFSFq+u4CXwJrU3Rf7Hc3dMrMVTBJ8E3LB0eV2MF8lOHnXc+kHEmLKO4gxHhvulaVIld7U5aDzLZ8A==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.15.0",
"Microsoft.Extensions.Options": "2.1.1",
"System.IO.FileSystem.AccessControl": "4.7.0"
}
},
"Microsoft.AspNet.WebApi.Client": {
"type": "Transitive",
"resolved": "6.0.0",
Expand Down Expand Up @@ -2019,11 +2009,6 @@
"Microsoft.IdentityModel.Tokens": "8.17.0"
}
},
"System.IO.FileSystem.AccessControl": {
"type": "Transitive",
"resolved": "4.7.0",
"contentHash": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw=="
},
"System.IO.Hashing": {
"type": "Transitive",
"resolved": "10.0.1",
Expand Down Expand Up @@ -2129,11 +2114,9 @@
"ark.tools.applicationinsights": {
"type": "Project",
"dependencies": {
"Ark.Tools.OTel": "[1.0.0, )",
"Microsoft.ApplicationInsights": "[3.1.0, )",
"Microsoft.ApplicationInsights.SnapshotCollector": "[1.4.6, )",
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )",
"OpenTelemetry.Extensions.Hosting": "[1.15.3, )"
}
},
Expand Down Expand Up @@ -2329,6 +2312,14 @@
"NodaTime.Serialization.SystemTextJson": "[1.3.1, )"
}
},
"ark.tools.otel": {
"type": "Project",
"dependencies": {
"Microsoft.Data.SqlClient": "[7.0.1, )",
"Microsoft.Extensions.Options": "[10.0.7, )",
"OpenTelemetry": "[1.15.3, )"
}
},
"ark.tools.outbox": {
"type": "Project",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

using Asp.Versioning;

using Microsoft.ApplicationInsights.SnapshotCollector;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Authorization;
Expand Down Expand Up @@ -149,11 +148,6 @@ public override void ConfigureServices(IServiceCollection services)
// add custom model binders to beginning of collection
opt.ModelBinderProviders.Insert(0, new FormDataJsonBinderProvider(opt.InputFormatters));
});

services.Configure<SnapshotCollectorConfiguration>(o =>
{
o.IsLowPrioritySnapshotUploader = false;
});
}

protected override void RegisterContainer(IServiceProvider services)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,15 +445,6 @@
"NLog": "4.5.11"
}
},
"Microsoft.ApplicationInsights.SnapshotCollector": {
"type": "Transitive",
"resolved": "1.4.6",
"contentHash": "UGXpUjW3YFSFq+u4CXwJrU3Rf7Hc3dMrMVTBJ8E3LB0eV2MF8lOHnXc+kHEmLKO4gxHhvulaVIld7U5aDzLZ8A==",
"dependencies": {
"Microsoft.ApplicationInsights": "2.15.0",
"System.IO.FileSystem.AccessControl": "4.7.0"
}
},
"Microsoft.AspNet.WebApi.Client": {
"type": "Transitive",
"resolved": "5.2.9",
Expand Down Expand Up @@ -1295,11 +1286,6 @@
"Microsoft.IdentityModel.Tokens": "8.17.0"
}
},
"System.IO.FileSystem.AccessControl": {
"type": "Transitive",
"resolved": "4.7.0",
"contentHash": "vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw=="
},
"System.IO.Hashing": {
"type": "Transitive",
"resolved": "10.0.1",
Expand Down Expand Up @@ -1386,10 +1372,8 @@
"ark.tools.applicationinsights": {
"type": "Project",
"dependencies": {
"Ark.Tools.OTel": "[1.0.0, )",
"Microsoft.ApplicationInsights": "[3.1.0, )",
"Microsoft.ApplicationInsights.SnapshotCollector": "[1.4.6, )",
"Microsoft.Data.SqlClient": "[7.0.1, )",
"OpenTelemetry": "[1.15.3, )",
"OpenTelemetry.Extensions.Hosting": "[1.15.3, )"
}
},
Expand Down Expand Up @@ -1576,6 +1560,13 @@
"NodaTime.Serialization.SystemTextJson": "[1.3.1, )"
}
},
"ark.tools.otel": {
"type": "Project",
"dependencies": {
"Microsoft.Data.SqlClient": "[7.0.1, )",
"OpenTelemetry": "[1.15.3, )"
}
},
"ark.tools.outbox": {
"type": "Project",
"dependencies": {
Expand Down
Loading
Loading