Upgrade DeviceStatus service to .NET 8 and add OpenTelemetry

This commit is contained in:
2024-01-27 15:57:01 -05:00
parent 7b2a0c2fea
commit d8fd6d13f9
10 changed files with 101 additions and 104 deletions

View File

@@ -1,8 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Default": "Warning",
"Microsoft": "Information"
}
},
"AllowedHosts": "*",
@@ -18,5 +18,8 @@
},
"Mqtt": {
"Server": "mosquitto"
},
"Telemetry": {
"Endpoint": "http://signoz-otel-collector.platform:4317/"
}
}