-
Notifications
You must be signed in to change notification settings - Fork 642
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
WSGI integration does nonstandard split between http.host and http.url #143
Labels
bug
Something isn't working
Comments
CC @a-feld |
Oberon00
added a commit
to dynatrace-oss-contrib/opentelemetry-python
that referenced
this issue
Sep 18, 2019
Oberon00
added a commit
to dynatrace-oss-contrib/opentelemetry-python
that referenced
this issue
Sep 18, 2019
Merged
Oberon00
added a commit
to dynatrace-oss-contrib/opentelemetry-python
that referenced
this issue
Sep 19, 2019
Oberon00
added a commit
to dynatrace-oss-contrib/opentelemetry-python
that referenced
this issue
Sep 19, 2019
Oberon00
added a commit
to dynatrace-oss-contrib/opentelemetry-python
that referenced
this issue
Sep 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#http-server and https://github.com/open-telemetry/opentelemetry-python/blob/master/ext/opentelemetry-ext-wsgi/src/opentelemetry/ext/wsgi/__init__.py#L49-L56.
Even though the code seems right (apart from removing the query which should be included according to spec and adding a nonstandard
http.host
attribute), using a dumb flask example app (not the one from this repo, but that should work too), this resulted for meMaybe there is a bogus value in one of the environment variables.
I will hopefully have time to investigate tomorrow, but if someone is quicker, fell free to take this issue.
The text was updated successfully, but these errors were encountered: