Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82b2e87

Browse files
authored
Correct SDK PEP 564 nanosecond time reference (open-telemetry#1867)
1 parent 0c1fc96 commit 82b2e87

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-api/src/opentelemetry/util

1 file changed

+1
-1
lines changed

opentelemetry-api/src/opentelemetry/util/_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
getLogger(__name__).warning( # pylint: disable=logging-not-lazy
2020
"You are using Python 3.%s. This version does not support timestamps "
2121
"with nanosecond precision and the OpenTelemetry SDK will use "
22-
"millisecond precision instead. Please refer to PEP 546 for more "
22+
"millisecond precision instead. Please refer to PEP 564 for more "
2323
"information. Please upgrade to Python 3.7 or newer to use nanosecond "
2424
"precision." % version_info.minor
2525
)

0 commit comments

Comments
 (0)