mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Update Weather to .NET 8 and add telemetry
This commit is contained in:
@@ -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/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user