Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 10, 2021
1 parent 51c46b8 commit 16d8cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
# all instances. Implementations of these classes must not make any change to
# this default dictionary in __init__.

from opentelemetry.metrics.instrument import (
from opentelemetry._metrics.instrument import (
Counter,
Histogram,
ObservableCounter,
ObservableGauge,
ObservableUpDownCounter,
UpDownCounter,
)
from opentelemetry.sdk.metrics.aggregation import (
from opentelemetry.sdk._metrics.aggregation import (
ExplicitBucketHistogramAggregation,
LastValueAggregation,
SumAggregation,
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-sdk/tests/metrics/test_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
AGGREGATION_TEMPORALITY_CUMULATIVE,
AGGREGATION_TEMPORALITY_DELTA,
)
from opentelemetry.sdk.metrics.aggregation import (
from opentelemetry.sdk._metrics.aggregation import (
ExplicitBucketHistogramAggregation,
LastValueAggregation,
NoneAggregation,
Expand Down

0 comments on commit 16d8cc3

Please sign in to comment.