You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This started as a valid point raised by @toumorokoshi while discussing #358. The SDK Spanstart_time and end_time can be set by the user manually. This can be a problem because the same attributes are used to determine if the span has started or ended.
Protect these attributes from manual user setting. Raise a warning to the user when an attempt is made to do so.
The text was updated successfully, but these errors were encountered:
ocelotl
changed the title
Couple span's start_time and end_time with start and end methods
Couple span's start_time and end_time with start and end methods
Jan 9, 2020
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Jan 10, 2020
* docs: docs and example for basic-tracer
* chore: rename to node-basic-tracer for clarity
* chore: rename again to basic-tracer-node
* docs: update docs and example
This started as a valid point raised by @toumorokoshi while discussing #358. The SDK
Span
start_time
andend_time
can be set by the user manually. This can be a problem because the same attributes are used to determine if the span has started or ended.Protect these attributes from manual user setting. Raise a warning to the user when an attempt is made to do so.
The text was updated successfully, but these errors were encountered: