Add OpenTelemetry to Environment service

This commit is contained in:
2024-01-27 15:37:54 -05:00
parent 92a20e347a
commit 7b2a0c2fea
4 changed files with 16 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Default": "Warning",
"Microsoft": "Information"
}
},
"AllowedHosts": "*",
@@ -22,5 +22,8 @@
"Hub": {
"Url": "http://hub-server/environment"
}
},
"Telemetry": {
"Endpoint": "http://signoz-otel-collector.platform:4317/"
}
}