mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-01 09:35:40 -05:00
Power service updates
- Upgrade to .NET 8 - Remove ApplicationInsights - Add OpenTelemetry
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information"
|
||||
}
|
||||
},
|
||||
"Power": {
|
||||
"Database": {
|
||||
"Name": "Power",
|
||||
"Port": 1434,
|
||||
"TrustServerCertificate": true
|
||||
}
|
||||
},
|
||||
"Hub": {
|
||||
"Power": ""
|
||||
},
|
||||
"Telemetry": {
|
||||
"Endpoint": "http://signoz-otel-collector.platform:4317/"
|
||||
}
|
||||
},
|
||||
"Power": {
|
||||
"Database": {
|
||||
"Name": "Power",
|
||||
"Port": 1434
|
||||
}
|
||||
},
|
||||
"Hub": {
|
||||
"Power": "http://hub-server/power"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user