open-telemetry / open-telemetry/opentelemetry-cpp-contrib
nginx: It is not a main Request, not starting interaction
Open
@DebajitDas is already working on this.
Since Mar 18, 2023.
bug
Webserver
- Dominant language
- Python
- Stars
- 153
- Forks
- 184
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 26
Description
conf
NginxModuleEnabled ON;
NginxModuleOtelSpanExporter otlp;
NginxModuleOtelExporterEndpoint xxx.com:4317;
NginxModuleServiceName app;
NginxModuleServiceNamespace test;
NginxModuleServiceInstanceId app-hostname;
NginxModuleResolveBackends ON;
NginxModuleTraceAsError ON;
log
2023/03/17 10:34:31 [error] 26#26: *205 mod_opentelemetry: otel_startInteraction: It is not a main Request, not starting interaction, client: 10.130.39.184, server: default, request: "POST /test HTTP/1.1", host
: "promotion.api.ickey.cn", referrer: "test.com"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.