This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch config-paths-fixup in repository https://gitbox.apache.org/repos/asf/otava.git
commit e6dca232b4a560a36bf9af1ce141c25a5e913084 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sun Nov 30 21:29:27 2025 -0800 Fixup config paths in docs --- docs/BASICS.md | 4 ++-- docs/GRAFANA.md | 2 +- docs/GRAPHITE.md | 2 +- docs/POSTGRESQL.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/BASICS.md b/docs/BASICS.md index 4737c2f..dcaedbd 100644 --- a/docs/BASICS.md +++ b/docs/BASICS.md @@ -44,7 +44,7 @@ otava list-metrics <test> ### Example > [!TIP] -> See [otava.yaml](../examples/csv/otava.yaml) for the full example configuration. +> See [otava.yaml](../examples/csv/config/otava.yaml) for the full example configuration. ``` $ otava list-metrics local.sample @@ -78,7 +78,7 @@ The results are simply concatenated. ### Example > [!TIP] -> See [otava.yaml](../examples/csv/otava.yaml) for the full +> See [otava.yaml](../examples/csv/config/otava.yaml) for the full > example configuration and > [local_samples.csv](../examples/csv/data/local_samples.csv) > for the data. diff --git a/docs/GRAFANA.md b/docs/GRAFANA.md index 922c0ad..2f021cf 100644 --- a/docs/GRAFANA.md +++ b/docs/GRAFANA.md @@ -49,7 +49,7 @@ of the path instead of the path ## Example > [!TIP] -> See [otava.yaml](../examples/graphite/otava.yaml) for the full Graphite & Grafana example. +> See [otava.yaml](../examples/graphite/config/otava.yaml) for the full Graphite & Grafana example. Start docker-compose with Graphite in one tab: diff --git a/docs/GRAPHITE.md b/docs/GRAPHITE.md index 54d0e83..4ce228f 100644 --- a/docs/GRAPHITE.md +++ b/docs/GRAPHITE.md @@ -20,7 +20,7 @@ # Importing results from Graphite > [!TIP] -> See [otava.yaml](../examples/graphite/otava.yaml) for the full example configuration. +> See [otava.yaml](../examples/graphite/config/otava.yaml) for the full example configuration. ## Graphite and Grafana Connection diff --git a/docs/POSTGRESQL.md b/docs/POSTGRESQL.md index 7ecda0b..89a7279 100644 --- a/docs/POSTGRESQL.md +++ b/docs/POSTGRESQL.md @@ -20,7 +20,7 @@ # Importing results from PostgreSQL > [!TIP] -> See [otava.yaml](../examples/postgresql/otava.yaml) for the full example configuration. +> See [otava.yaml](../examples/postgresql/config/otava.yaml) for the full example configuration. ## PostgreSQL Connection The following block contains PostgreSQL connection details: @@ -120,7 +120,7 @@ time experiment_id commit process_cumulative_ra ### Configuration -See [otava.yaml](../examples/postgresql/otava.yaml) for the example configuration: +See [otava.yaml](../examples/postgresql/config/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.
