33 lines
707 B
JSON
33 lines
707 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information"
|
|
},
|
|
"OpenTelemetry": {
|
|
"IncludeFormattedMessage": true,
|
|
"IncludeScopes": true,
|
|
"ParseStateValues": true
|
|
}
|
|
},
|
|
"ServiceName": "otel-test",
|
|
"AllowedHosts": "*",
|
|
"UseTracingExporter": "console",
|
|
"UseMetricsExporter": "console",
|
|
"UseLogExporter": "console",
|
|
"Jaeger": {
|
|
"AgentHost": "localhost",
|
|
"AgentPort": 6831,
|
|
"Endpoint": "http://localhost:14268",
|
|
"Protocol": "UdpCompactThrift"
|
|
},
|
|
"Zipkin": {
|
|
"Endpoint": "http://localhost:9411/api/v2/spans"
|
|
},
|
|
"Otlp": {
|
|
"Endpoint": "http://localhost:4317"
|
|
},
|
|
"AspNetCoreInstrumentation": {
|
|
"RecordException": "true"
|
|
}
|
|
}
|