Skip to content

Commit

Permalink
Fixed links (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
knylander-grafana authored Aug 19, 2022
1 parent 08aef83 commit e0e47ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/tempo/website/configuration/parquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 75

# Apache Parquet backend

<span style="background-color:#f3f973;">This is an experimental feature released with [Tempo 1.5]({{< relref "../release-notes/v1.5/" >}}). For more information about how to enable it, continue reading.</span>
<span style="background-color:#f3f973;">This is an experimental feature released with [Tempo 1.5]({{< relref "../release-notes/v1-5/" >}}). For more information about how to enable it, continue reading.</span>

Tempo now has a columnar block format based on Apache Parquet.
A columnar block format may result in improved search performance and also enables a large ecosystem of tools access to the underlying trace data.
Expand All @@ -30,7 +30,7 @@ To use Parquet, set the block format option to `vParquet` in the Storage section
[version: vParquet | default = v2]
```
The following adjustments are recommended for your configuration:
The following adjustments are recommended for your configuration:
```yaml
querier:
Expand All @@ -54,7 +54,7 @@ storage:
## Parquet configuration parameters
Some parameters in the Tempo configuration are specific to Parquet.
For more information, refer to the [configuration documentation](https://grafana.com/docs/tempo/latest/configuration/#storage).
For more information, refer to the [usage-report configuration documentation](https://grafana.com/docs/tempo/latest/configuration/#storage).
### Trace search parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/tempo/website/release-notes/v1-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ For more information, refer to the [Parquet documentation]({{< relref "../config
Please note, however, that enabling the Parquet block format means Tempo will require more CPU and memory resources than it previously did.

To use Parquet, set the block format option to `vParquet` in the configuration file.
Refer to the [Configuration documentation](https://grafana.com/docs/tempo/latest/configuration/#storage) for more information.
Refer to the [Parquet documentation]({{< relref "../configuration/parquet/" >}}) and the [Configuration documentation](https://grafana.com/docs/tempo/latest/configuration/#storage).

```yaml
# block format version. options: v2, vParquet
[version: <string> | default = v2]
```
For more information, refer to the [Parquet design document](https://github.com/mdisibio/tempo/blob/design-proposal-parquet/docs/design-proposals/2022-04%20Parquet.md) and [Issue 1480](https://github.com/grafana/tempo/issues/1480).
For more information about the Parquet implementation, refer to the [Parquet design document](https://github.com/mdisibio/tempo/blob/design-proposal-parquet/docs/design-proposals/2022-04%20Parquet.md) and [Issue 1480](https://github.com/grafana/tempo/issues/1480).
### Metrics-generator enhancements
Expand Down

0 comments on commit e0e47ad

Please sign in to comment.