com.microsoft.mesh.toolkit
Advanced tools
Comparing version 5.2407.225 to 5.2408.286
@@ -6,2 +6,3 @@ { | ||
"Microsoft": "Information", | ||
"Microsoft.R9": "Error", | ||
"Orleans": "Error", | ||
@@ -13,3 +14,30 @@ "Microsoft.Hosting.Lifetime": "Information", | ||
}, | ||
"AllowedHosts": "*" | ||
"AllowedHosts": "*", | ||
"Mesh.Common.Telemetry": { | ||
"Environment": "dev", | ||
"Region": "westus3", | ||
"ServiceName": "CloudScripting", | ||
"ServiceVersion": "1.0.4", | ||
"ActivityNamespacePrefix": "Microsoft.Mesh.CloudScripting.*", | ||
"LogsAccount": "meshtest", | ||
"LogsNamespace": "Mesh", | ||
"MetricsAccount": "meshtest", | ||
"MetricsNamespace": "Mesh.Common", | ||
"CustomFields": [ | ||
"traceId", | ||
"eventName", | ||
"eventId", | ||
"componentId", | ||
"roleName", | ||
"roleVersion" | ||
], | ||
"PrepopulatedFields": { | ||
"env_cloud_role": "MeshTestService", | ||
"env_cloud_env": "dev" | ||
}, | ||
"MonitoringNamespaceOverrides": { | ||
"Microsoft.Sample.Observability.WebApp.MetricsExample": "Mesh.Examples.WebApp", | ||
"Microsoft.R9.Extensions.Metering.Collectors.EventCounters": "Mesh.Common.EventCounters" | ||
} | ||
} | ||
} |
@@ -6,2 +6,3 @@ { | ||
"Microsoft": "Information", | ||
"Microsoft.R9": "Error", | ||
"Orleans": "Error", | ||
@@ -8,0 +9,0 @@ "Microsoft.Hosting.Lifetime": "Information", |
{ | ||
"runtimeOptions": { | ||
"tfm": "net6.0", | ||
"tfm": "net8.0", | ||
"frameworks": [ | ||
{ | ||
"name": "Microsoft.NETCore.App", | ||
"version": "6.0.0" | ||
"version": "8.0.0" | ||
}, | ||
{ | ||
"name": "Microsoft.AspNetCore.App", | ||
"version": "6.0.0" | ||
"version": "8.0.0" | ||
} | ||
@@ -13,0 +13,0 @@ ], |
��C h a n g e l o g | ||