Skip to content

Commit

Permalink
Add documentation placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Sep 16, 2021
1 parent ccd3c86 commit a6d4cc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions opentelemetry-api/src/opentelemetry/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
# pylint: disable=too-many-ancestors
# type: ignore

# FIXME enhance the documentation of this module
"""
This module provides abstract and concrete (but noop) classes that can be used
to generate metrics.
"""


from abc import ABC, abstractmethod
from logging import getLogger
Expand Down

0 comments on commit a6d4cc9

Please sign in to comment.