Skip to content

Commit e82e289

Browse files
committed
Fix naming
1 parent 36d1888 commit e82e289

File tree

1 file changed

+2
-2
lines changed
  • opentelemetry-customizer/src/opentelemetry/customizer

1 file changed

+2
-2
lines changed

opentelemetry-customizer/src/opentelemetry/customizer/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ def _init_exporter(
6969
):
7070
return exporter_class(
7171
credentials=self.channel_credentials,
72-
endpoint="telemetry.googleapis.com",
72+
endpoint="google.googleapis.com",
7373
)
7474
if "session" in params and str(
7575
"requests.Session" in params["session"].annotation
7676
):
7777
return exporter_class(
78-
session=self.session, endpoint="telemetry.googleapis.com"
78+
session=self.session, endpoint="google.googleapis.com"
7979
)
8080
return exporter_class()
8181

0 commit comments

Comments
 (0)