Skip to content

Extract URL for description from more OTel span attributes #3932

@adinauer

Description

@adinauer

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",
...
      },

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions