Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/resource-detector-host' into res…
Browse files Browse the repository at this point in the history
…ource-detector-host
  • Loading branch information
oliver-zhang committed Sep 21, 2024
2 parents bd6263e + 0ea2c14 commit 0685f3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def __init__(

def get_metrics_data(
self,
) -> "opentelemetry.sdk.metrics.export.MetricsData":
) -> Optional["opentelemetry.sdk.metrics.export.MetricsData"]:
"""Reads and returns current metrics from the SDK"""
with self._lock:
self.collect()
Expand Down

0 comments on commit 0685f3b

Please sign in to comment.