Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/observability/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ adk web path/to/your/agents_dir

#### GCP export setup

You can enable GCP export using the `-otel_to_cloud` flag:
You can enable GCP export using the `--otel_to_cloud` flag:

```bash
adk web -otel_to_cloud path/to/your/agents_dir
adk web --otel_to_cloud path/to/your/agents_dir
```

### Python programmatic setup
Expand Down
4 changes: 2 additions & 2 deletions docs/observability/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ adk web path/to/your/agents_dir

#### GCP export

To enable metrics export to Google Cloud Monitoring, use the `-otel_to_cloud` flag:
To enable metrics export to Google Cloud Monitoring, use the `--otel_to_cloud` flag:

```bash
adk web -otel_to_cloud path/to/your/agents_dir
adk web --otel_to_cloud path/to/your/agents_dir
```

### Programmatic metrics export
Expand Down
4 changes: 2 additions & 2 deletions docs/observability/traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ adk web path/to/your/agents_dir

#### GCP export

To enable trace export to Google Cloud Trace, use the `-otel_to_cloud` flag:
To enable trace export to Google Cloud Trace, use the `--otel_to_cloud` flag:

```bash
adk web -otel_to_cloud path/to/your/agents_dir
adk web --otel_to_cloud path/to/your/agents_dir
```

### Programmatic traces export
Expand Down