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 8b8bc8c commit 25b70a3Copy full SHA for 25b70a3
aws_lambda_powertools/metrics/functions.py
@@ -1,6 +1,5 @@
1
from __future__ import annotations
2
3
-import logging
4
import os
5
from datetime import datetime
6
@@ -12,8 +11,6 @@
12
11
from aws_lambda_powertools.shared import constants
13
from aws_lambda_powertools.shared.functions import strtobool
14
15
-logger = logging.getLogger(__name__)
16
-
17
18
def extract_cloudwatch_metric_resolution_value(metric_resolutions: list, resolution: int | MetricResolution) -> int:
19
"""Return metric value from CloudWatch metric unit whether that's str or MetricResolution enum
0 commit comments