Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract URL for description from more OTel span attributes #3932

Closed
adinauer opened this issue Nov 27, 2024 · 0 comments
Closed

Extract URL for description from more OTel span attributes #3932

adinauer opened this issue Nov 27, 2024 · 0 comments
Assignees

Comments

@adinauer
Copy link
Member

Description

In OpenTelemetry servlet instrumentation there doesn't seem to be any of the attributes we expect and try to extract the description from.

We should try to extract from attributes that are set in this case.

Example:

  "contexts": {
    "otel": {
      "attributes": {
        "http.request.method": "GET",
        "http.response.status_code": 404,
        "server.address": "some.server.somewhere",
        "url.path": "/manifest.js",
        "url.scheme": "https",
...
      },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant