DockerPrograms/Tracing/shared/nginx_otel_module.conf

10 lines
301 B
Plaintext
Raw Normal View History

2023-12-22 19:51:58 +00:00
NginxModuleEnabled ON;
NginxModuleOtelSpanExporter otlp;
NginxModuleOtelExporterEndpoint otel-collector:4317;
NginxModuleServiceName DemoService;
NginxModuleServiceNamespace DemoServiceNamespace;
NginxModuleServiceInstanceId DemoInstanceId;
NginxModuleResolveBackends ON;
NginxModuleTraceAsError ON;