Add attribute name to type warning message.#3124
Merged
srikanthccv merged 5 commits intoopen-telemetry:mainfrom Jan 12, 2023
aebrahim:patch-1
Merged
Add attribute name to type warning message.#3124srikanthccv merged 5 commits intoopen-telemetry:mainfrom aebrahim:patch-1
srikanthccv merged 5 commits intoopen-telemetry:mainfrom
aebrahim:patch-1
Conversation
Without this, the error message simply specifies that some attribute has the incorrect type, but this is very difficult to debug without knowing which attribute it was.
|
|
srikanthccv
approved these changes
Jan 10, 2023
Member
srikanthccv
left a comment
There was a problem hiding this comment.
Please sign the CLA and add CHANGELOG entry
Contributor
Author
|
Done! Thanks |
lzchen
approved these changes
Jan 12, 2023
keithkroeger
added a commit
to fidelity-contributions/open-telemetry-opentelemetry-python
that referenced
this pull request
Jan 13, 2023
* main: fixed all instances of @tracer.start_as_current_span("name"): to @tracer.start_as_current_span("name") as decorators do not have colons (open-telemetry#3127) Add attribute name to type warning message. (open-telemetry#3124) Fix requirements file for example (open-telemetry#3126) Add db metric name to semantic conventions (open-telemetry#3115) Adds environment variables for log exporter (open-telemetry#3037) Fix bug in example (open-telemetry#3111)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Without this, the error message simply specifies that some attribute has the incorrect type, but this is very difficult to debug without knowing which attribute it was.
For example, my google cloud run logs are littered with this line;
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Loggin format
Does This PR Require a Contrib Repo Change?
No
Checklist: