Repository URL to install this package:
|
Version:
0.8.1 ▾
|
# flask integration support:
# - 0.12.3
# - All non-EOL flask versions
#
# We set the LABEL_SUPERTENANT_RESOURCE_ID label using flask.import_name.
#
from __future__ import absolute_import
from supertenant import consts
from supertenant.supermeter.logger import log_instrumentation_skipped
try:
import supertenant.supermeter.managers.boto3.boto3_inst # noqa: F401 (import for side effect)
except ImportError as e:
log_instrumentation_skipped(consts.INTEGRATION_MODULE_PYTHON_BOTO3, "", str(e))