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/BASICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/GRAFANA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/GRAPHITE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/POSTGRESQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down