Skip to content

Commit 4f1e009

Browse files
committed
type
1 parent 5ee68fc commit 4f1e009

File tree

1 file changed

+2
-0
lines changed
  • azure-monitor-opentelemetry-distro/azure/monitor/opentelemetry/distro

1 file changed

+2
-0
lines changed

azure-monitor-opentelemetry-distro/azure/monitor/opentelemetry/distro/_types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88

99
from opentelemetry.sdk.metrics.export import MetricReader
1010
from opentelemetry.sdk.metrics.view import View
11+
from opentelemetry.sdk.resources import Resource
1112

1213
ConfigurationValue = Union[
1314
str,
1415
bool,
1516
int,
1617
float,
18+
Resource,
1719
Sequence[str],
1820
Sequence[bool],
1921
Sequence[int],

0 commit comments

Comments
 (0)