This is an automated email from the ASF dual-hosted git repository.
asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava-website.git
The following commit(s) were added to refs/heads/master by this push:
new f2fe75c Fix typos (#1)
f2fe75c is described below
commit f2fe75c36ff895035ca5493675f0d140e10a3cf3
Author: Sergey Bronnikov <[email protected]>
AuthorDate: Sat Apr 5 05:02:50 2025 +0300
Fix typos (#1)
---
docs/getting-started.md | 2 +-
docs/postgresql.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 54ae59c..174c6c0 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -47,7 +47,7 @@ tests:
The `time_column` property points to the name of the column storing the
timestamp
of each test-run. The data points will be ordered by that column.
-The `metrics` property selects the columns tha hold the values to be analyzed.
These values must
+The `metrics` property selects the columns that hold the values to be
analyzed. These values must
be numbers convertible to floats. The `metrics` property can be not only a
simple list of column
names, but it can also be a dictionary configuring other properties of each
metric,
the column name or direction:
diff --git a/docs/postgresql.md b/docs/postgresql.md
index 22adaab..77d6662 100644
--- a/docs/postgresql.md
+++ b/docs/postgresql.md
@@ -109,7 +109,7 @@ See
[otava.yaml](https://github.com/apache/otava/blob/master/examples/postgresql
[schema.sql](https://github.com/apache/otava/blob/master/examples/postgresql/init-db/schema.sql)
contains the schema used in this example.
-[docker-compose.yaml](https://github.com/apache/otava/blob/master/examples/postgresql/docker-compose.yaml)
contains example config required to connect to PosgreSQL:
+[docker-compose.yaml](https://github.com/apache/otava/blob/master/examples/postgresql/docker-compose.yaml)
contains example config required to connect to PostgreSQL:
1. `POSTGRES_*` environment variables are used to pass connection details to
the container.
2. `OTAVA_CONFIG` is the path to the configuration file described above.
3. `BRANCH` variable is used within `OTAVA_CONFIG` to analyze experiment
results only for a specific branch.