We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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", ... },
The text was updated successfully, but these errors were encountered:
URL_PATH
adinauer
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: