Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1fc96 commit 82b2e87Copy full SHA for 82b2e87
opentelemetry-api/src/opentelemetry/util/_time.py
@@ -19,7 +19,7 @@
19
getLogger(__name__).warning( # pylint: disable=logging-not-lazy
20
"You are using Python 3.%s. This version does not support timestamps "
21
"with nanosecond precision and the OpenTelemetry SDK will use "
22
- "millisecond precision instead. Please refer to PEP 546 for more "
+ "millisecond precision instead. Please refer to PEP 564 for more "
23
"information. Please upgrade to Python 3.7 or newer to use nanosecond "
24
"precision." % version_info.minor
25
)
0 commit comments