{
"Logging": {
"LogLevel": {
"Default": "Information"
},
"OpenTelemetry": {
"IncludeFormattedMessage": true,
"IncludeScopes": true,
"ParseStateValues": true
}
},
"ServiceName": "rolldice",
"AllowedHosts": "*",
"HistogramAggregation": "explicit",
"AspNetCoreInstrumentation": {
"RecordException": "true"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://+:8083"
}
}
},
"Otlp": {
"Endpoint": "http://localhost:4317"
}
}