fix(influxdb3): replace {{< product-name in headers with {{% to avoid the hahahugo anchor link bug.

- Still need to track down the root cause
pull/6103/head
Jason Stirnaman 2025-05-29 00:46:49 -05:00
parent dc533920f1
commit 2169935012
8 changed files with 8 additions and 8 deletions

View File

@ -52,7 +52,7 @@ never be removed by the retention enforcement service.
You can customize [table (measurement) limits](#table-limit) and You can customize [table (measurement) limits](#table-limit) and
[table column limits](#column-limit) when you [table column limits](#column-limit) when you
[create](#create-a-database) or [create](#create-a-database) or
[update a database](#update-a-database) in {{< product-name >}}. [update a database](#update-a-database) in {{% product-name %}}.
### Table limit ### Table limit

View File

@ -39,7 +39,7 @@ Each Telegraf configuration must **have at least one input plugin and one output
Telegraf input plugins retrieve metrics from different sources. Telegraf input plugins retrieve metrics from different sources.
Telegraf output plugins write those metrics to a destination. Telegraf output plugins write those metrics to a destination.
Use the [`outputs.influxdb_v2`](/telegraf/v1/plugins/#output-influxdb_v2) plugin to write metrics collected by Telegraf to {{< product-name >}}. Use the [`outputs.influxdb_v2`](/telegraf/v1/plugins/#output-influxdb_v2) plugin to write metrics collected by Telegraf to {{% product-name %}}.
```toml ```toml
# ... # ...

View File

@ -115,7 +115,7 @@ For {{% product-name %}}, set this to an empty string (`""`).
The name of the {{% product-name %}} database to write data to. The name of the {{% product-name %}} database to write data to.
> [!Note] > [!Note]
> ##### Write to InfluxDB v1.x and {{< product-name >}} > ##### Write to InfluxDB v1.x and {{% product-name %}}
> >
> If a Telegraf agent is already writing to an InfluxDB v1.x database, > If a Telegraf agent is already writing to an InfluxDB v1.x database,
> enabling the InfluxDB v2 output plugin will write data to both v1.x and your {{< product-name omit="Clustered" >}} cluster. > enabling the InfluxDB v2 output plugin will write data to both v1.x and your {{< product-name omit="Clustered" >}} cluster.

View File

@ -40,7 +40,7 @@ Each Telegraf configuration must **have at least one input plugin and one output
Telegraf input plugins retrieve metrics from different sources. Telegraf input plugins retrieve metrics from different sources.
Telegraf output plugins write those metrics to a destination. Telegraf output plugins write those metrics to a destination.
Use the [`outputs.influxdb_v2`](/telegraf/v1/plugins/#output-influxdb_v2) plugin to write metrics collected by Telegraf to {{< product-name >}}. Use the [`outputs.influxdb_v2`](/telegraf/v1/plugins/#output-influxdb_v2) plugin to write metrics collected by Telegraf to {{% product-name %}}.
```toml ```toml
# ... # ...

View File

@ -110,7 +110,7 @@ For {{% product-name %}}, set this to an empty string (`""`).
The name of the {{% product-name %}} bucket to write data to. The name of the {{% product-name %}} bucket to write data to.
> [!Note] > [!Note]
> ##### Write to InfluxDB v1.x and {{< product-name >}} > ##### Write to InfluxDB v1.x and {{% product-name %}}
> >
> If a Telegraf agent is already writing to an InfluxDB v1.x database, > If a Telegraf agent is already writing to an InfluxDB v1.x database,
> enabling the InfluxDB v2 output plugin will write data to both v1.x and your {{< product-name >}} bucket. > enabling the InfluxDB v2 output plugin will write data to both v1.x and your {{< product-name >}} bucket.

View File

@ -52,7 +52,7 @@ never be removed by the retention enforcement service.
You can customize [table (measurement) limits](#table-limit) and You can customize [table (measurement) limits](#table-limit) and
[table column limits](#column-limit) when you [table column limits](#column-limit) when you
[create](#create-a-database) or [create](#create-a-database) or
[update a database](#update-a-database) in {{< product-name >}}. [update a database](#update-a-database) in {{% product-name %}}.
### Table limit ### Table limit

View File

@ -39,7 +39,7 @@ Each Telegraf configuration must **have at least one input plugin and one output
Telegraf input plugins retrieve metrics from different sources. Telegraf input plugins retrieve metrics from different sources.
Telegraf output plugins write those metrics to a destination. Telegraf output plugins write those metrics to a destination.
Use the [`outputs.influxdb_v2`](/telegraf/v1/plugins/#output-influxdb_v2) plugin to write metrics collected by Telegraf to {{< product-name >}}. Use the [`outputs.influxdb_v2`](/telegraf/v1/plugins/#output-influxdb_v2) plugin to write metrics collected by Telegraf to {{% product-name %}}.
```toml ```toml
# ... # ...

View File

@ -112,7 +112,7 @@ For {{% product-name %}}, set this to an empty string (`""`).
The name of the {{% product-name %}} database to write data to. The name of the {{% product-name %}} database to write data to.
> [!Note] > [!Note]
> ##### Write to InfluxDB v1.x and {{< product-name >}} > ##### Write to InfluxDB v1.x and {{% product-name %}}
> >
> If a Telegraf agent is already writing to an InfluxDB v1.x database, > If a Telegraf agent is already writing to an InfluxDB v1.x database,
> enabling the InfluxDB v2 output plugin will write data to both v1.x and your {{< product-name omit="Clustered" >}} cluster. > enabling the InfluxDB v2 output plugin will write data to both v1.x and your {{< product-name omit="Clustered" >}} cluster.