open-telemetry / open-telemetry/opentelemetry-cpp-contrib

nginx: It is not a main Request, not starting interaction

Open
#266 3 comments 1 reaction 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.