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 62112ca commit c51244fCopy full SHA for c51244f
opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/measurement.py
@@ -34,9 +34,9 @@ class Measurement:
34
"""
35
36
# TODO Fix doc - if using valid Google `Attributes:` key, the attributes are duplicated
37
- # one will come from napoleon extension and the other from autodoc extension. This
38
- # will raise an sphinx error of duplicated object description
39
- # See https://github.com/sphinx-doc/sphinx/issues/8664
+ # one will come from napoleon extension and the other from autodoc extension. This
+ # will raise an sphinx error of duplicated object description
+ # See https://github.com/sphinx-doc/sphinx/issues/8664
40
41
value: Union[int, float]
42
time_unix_nano: int
0 commit comments