You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"{package} is not installed. Please call 'pip install google-cloud-aiplatform[agent_engines]'."
386
+
f"{package} is not installed. Please call 'pip install"
387
+
" google-cloud-aiplatform[agent_engines]'."
388
+
)
389
+
MISSING_TRACE_IMPORT_ERROR_MESSAGE= (
390
+
"proceeding with tracing disabled because not all packages (i.e."
391
+
" `google-cloud-trace`, `opentelemetry-sdk`,"
392
+
" `opentelemetry-exporter-gcp-trace`) for tracing have been installed"
393
+
)
394
+
MISSING_LOGGING_IMPORT_ERROR_MESSAGE= (
395
+
"proceeding with logging disabled because not all packages (i.e."
396
+
" `google-cloud-logging`, `opentelemetry-sdk`,"
397
+
" `opentelemetry-exporter-gcp-logging`) for tracing have been installed"
386
398
)
387
-
MISSING_TRACE_IMPORT_ERROR_MESSAGE="proceeding with tracing disabled because not all packages (i.e. `google-cloud-trace`, `opentelemetry-sdk`, `opentelemetry-exporter-gcp-trace`) for tracing have been installed"
388
-
MISSING_LOGGING_IMPORT_ERROR_MESSAGE="proceeding with logging disabled because not all packages (i.e. `google-cloud-logging`, `opentelemetry-sdk`, `opentelemetry-exporter-gcp-logging`) for tracing have been installed"
"telemetry enabled but proceeding without GenAI instrumentation, because not all packages (i.e. opentelemetry-instrumentation-google-genai) have been installed"
596
+
"telemetry enabled but proceeding without GenAI instrumentation,"
597
+
" because not all packages (i.e."
598
+
" opentelemetry-instrumentation-google-genai) have been installed"
0 commit comments