mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: otel_to_cloud flag help text points at Cloud Run instead of Agent Engine
Co-authored-by: Kacper Jawoszek <jawoszek@google.com> PiperOrigin-RevId: 866122815
This commit is contained in:
committed by
Copybara-Service
parent
93a085ad87
commit
d9e8e9cf32
@@ -1494,14 +1494,20 @@ def cli_api_server(
|
|||||||
is_flag=True,
|
is_flag=True,
|
||||||
show_default=True,
|
show_default=True,
|
||||||
default=False,
|
default=False,
|
||||||
help="Optional. Whether to enable Cloud Trace for cloud run.",
|
help=(
|
||||||
|
"Optional. Whether to enable Cloud Trace export for Cloud Run"
|
||||||
|
" deployments."
|
||||||
|
),
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--otel_to_cloud",
|
"--otel_to_cloud",
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
show_default=True,
|
show_default=True,
|
||||||
default=False,
|
default=False,
|
||||||
help="Optional. Whether to enable OpenTelemetry for Agent Engine.",
|
help=(
|
||||||
|
"Optional. Whether to enable OpenTelemetry export to GCP for Cloud Run"
|
||||||
|
" deployments."
|
||||||
|
),
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--with_ui",
|
"--with_ui",
|
||||||
|
|||||||
Reference in New Issue
Block a user