This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch fix-examples-docker-command
in repository https://gitbox.apache.org/repos/asf/otava.git

commit 8cff9ff4ca370252d13a0d60ad33efad953eb815
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Mon Nov 10 18:00:13 2025 -0800

    Fix docker run commands in examples
---
 docs/GRAFANA.md    | 2 +-
 docs/GRAPHITE.md   | 2 +-
 docs/POSTGRESQL.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/GRAFANA.md b/docs/GRAFANA.md
index 13e8210..922c0ad 100644
--- a/docs/GRAFANA.md
+++ b/docs/GRAFANA.md
@@ -61,7 +61,7 @@ docker-compose -f examples/graphite/docker-compose.yaml up 
--force-recreate --al
 Run otava in another tab:
 
 ```bash
-docker-compose -f examples/graphite/docker-compose.yaml run otava otava 
analyze my-product.test --since=-10m --update-grafana
+docker-compose -f examples/graphite/docker-compose.yaml run otava analyze 
my-product.test --since=-10m --update-grafana
 ```
 
 Expected output:
diff --git a/docs/GRAPHITE.md b/docs/GRAPHITE.md
index d7987b9..54d0e83 100644
--- a/docs/GRAPHITE.md
+++ b/docs/GRAPHITE.md
@@ -105,7 +105,7 @@ docker-compose -f examples/graphite/docker-compose.yaml up 
--force-recreate --al
 Run otava in another tab:
 
 ```bash
-docker-compose -f examples/graphite/docker-compose.yaml run otava otava 
analyze my-product.test --since=-10m
+docker-compose -f examples/graphite/docker-compose.yaml run otava analyze 
my-product.test --since=-10m
 ```
 
 Expected output:
diff --git a/docs/POSTGRESQL.md b/docs/POSTGRESQL.md
index 115483a..7ecda0b 100644
--- a/docs/POSTGRESQL.md
+++ b/docs/POSTGRESQL.md
@@ -99,7 +99,7 @@ docker-compose -f examples/postgresql/docker-compose.yaml up 
--force-recreate --
 Run Otava in the other tab to show results for a single test `aggregate_mem` 
and update the database with newly found change points:
 
 ```bash
-docker-compose -f examples/postgresql/docker-compose.yaml run --build otava 
bin/otava analyze aggregate_mem --update-postgres
+docker-compose -f examples/postgresql/docker-compose.yaml run --build otava 
analyze aggregate_mem --update-postgres
 ```
 
 Expected output:

Reply via email to