Skip to content

Commit

Permalink
fix wrong package reference in warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed May 14, 2021
1 parent e9e00cf commit 0585d23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
from opentelemetry.sdk.resources import Resource, ResourceDetector

warnings.warn(
"Package opentelemetry-exporter-cloud-monitoring is deprecated. Please install "
"opentelemetry-exporter-gcp-monitoring instead",
"Package opentelemetry-tools-google-cloud is deprecated. Please install "
"opentelemetry-resourcedetector-gcp and opentelemetry-propagator-gcp instead",
DeprecationWarning,
)

Expand Down

0 comments on commit 0585d23

Please sign in to comment.