25 lines
452 B
JSON
25 lines
452 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http2"
|
|
}
|
|
},
|
|
"ServiceName": "otel-test",
|
|
"UseExporter": "console",
|
|
"Jaeger": {
|
|
"Host": "localhost",
|
|
"Port": 6831
|
|
},
|
|
"Zipkin": {
|
|
"Endpoint": "http://localhost:9411/api/v2/spans"
|
|
}
|
|
}
|