This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch website-poc-from-asf-template in repository https://gitbox.apache.org/repos/asf/otava-website.git
commit fe8e2e22840b537394159c3fb6d6d9f388475289 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Mar 22 17:18:21 2025 -0700 Fix broken links --- docs/basics.md | 2 +- docs/postgresql.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/basics.md b/docs/basics.md index 640c0b2..5bd0585 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -123,7 +123,7 @@ my-product.test-2: You can inherit more than one template. -## Example +## Validating Performance of a Feature Branch The `otava regressions` command can work with feature branches. diff --git a/docs/postgresql.md b/docs/postgresql.md index 2db1a9b..22adaab 100644 --- a/docs/postgresql.md +++ b/docs/postgresql.md @@ -102,14 +102,14 @@ time experiment_id commit process_cumulative_ra ### Configuration -See [otava.yaml](../examples/postgresql/otava.yaml) for the example configuration: +See [otava.yaml](https://github.com/apache/otava/blob/master/examples/postgresql/otava.yaml) for the example configuration: * Block `postgres` contains connection details to the PostgreSQL database. * Block `templates` contains common pieces of configuration used by all tests - time column and a list of attributes and metrics. * Block `tests` contains configuration for the individual tests, specifically a query that fetches analyzed columns sorted by commit timestamp. -[schema.sql](../examples/postgresql/init-db/schema.sql) contains the schema used in this example. +[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](../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 PosgreSQL: 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.
