Update Weather to .NET 8 and add telemetry

This commit is contained in:
2024-01-25 16:25:59 -05:00
parent 2394f613d2
commit 5d0bc2c31c
28 changed files with 856 additions and 775 deletions

View File

@@ -1,12 +1,14 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning"
"Default": "Warning",
"Microsoft": "Information"
}
},
"Weather": {
"Database": {
"Name": "Weather"
"Name": "Weather",
"TrustServerCertificate": true
},
"Queue": {
"Name": "weather"
@@ -14,5 +16,8 @@
},
"Hub": {
"Weather": "http://hub-server/weather"
},
"Telemetry": {
"Endpoint": "http://signoz-otel-collector.platform:4317/"
}
}