open-telemetry / open-telemetry/opentelemetry-cpp-contrib
Some concerns about nginx module
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 153
- Forks
- 184
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 26
Description
Hi Team, for the nginx instrumentation, i met some problems recently.
for my nginx.conf config:
location / {
opentelemetry_operation_name $uri;
opentelemetry_propagate;
……
because my app has some urls which contains regex: such as /a/b/{c:[0-9]+}, so i found in my jaeger UI, there are so many operations which may exceed the threshold. So I wonder whether any good suggestions for location aggregation? And do i need to add each location which contains regex? o(╥﹏╥)o

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.
Research direction
The report only identifies an nginx.conf location block and Jaeger UI as the investigation points; start by reviewing how nginx instrumentation derives operation names for regex locations. Determine whether location aggregation can be configured and whether each regex location must be declared, then document the supported behavior or a concrete change request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100