From c362792f3f45dfdc03f871f3aa5847ea239ab25b Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 11 Aug 2025 15:55:58 -0500 Subject: [PATCH] feat(influxdb3): add 'partial writes' tag to distributed troubleshooting pages Add 'partial writes' tag to frontmatter for better content discoverability: - content/influxdb3/cloud-dedicated/write-data/troubleshoot.md - content/influxdb3/cloud-serverless/write-data/troubleshoot.md - content/influxdb3/clustered/write-data/troubleshoot.md This helps users find information about partial write scenarios across InfluxDB 3 distributed editions. --- content/influxdb3/cloud-dedicated/write-data/troubleshoot.md | 2 +- content/influxdb3/cloud-serverless/write-data/troubleshoot.md | 2 +- content/influxdb3/clustered/write-data/troubleshoot.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/influxdb3/cloud-dedicated/write-data/troubleshoot.md b/content/influxdb3/cloud-dedicated/write-data/troubleshoot.md index 1b22a235c..5c835639a 100644 --- a/content/influxdb3/cloud-dedicated/write-data/troubleshoot.md +++ b/content/influxdb3/cloud-dedicated/write-data/troubleshoot.md @@ -10,7 +10,7 @@ menu: influxdb3_cloud_dedicated: name: Troubleshoot issues parent: Write data -influxdb3/cloud-dedicated/tags: [write, line protocol, errors] +influxdb3/cloud-dedicated/tags: [write, line protocol, errors, partial writes] related: - /influxdb3/cloud-dedicated/get-started/write/ - /influxdb3/cloud-dedicated/reference/syntax/line-protocol/ diff --git a/content/influxdb3/cloud-serverless/write-data/troubleshoot.md b/content/influxdb3/cloud-serverless/write-data/troubleshoot.md index 36bbc2e40..2408d031c 100644 --- a/content/influxdb3/cloud-serverless/write-data/troubleshoot.md +++ b/content/influxdb3/cloud-serverless/write-data/troubleshoot.md @@ -10,7 +10,7 @@ menu: influxdb3_cloud_serverless: name: Troubleshoot issues parent: Write data -influxdb3/cloud-serverless/tags: [write, line protocol, errors] +influxdb3/cloud-serverless/tags: [write, line protocol, errors, partial writes] related: - /influxdb3/cloud-serverless/get-started/write/ - /influxdb3/cloud-serverless/reference/syntax/line-protocol/ diff --git a/content/influxdb3/clustered/write-data/troubleshoot.md b/content/influxdb3/clustered/write-data/troubleshoot.md index 8457208a5..8520ee59e 100644 --- a/content/influxdb3/clustered/write-data/troubleshoot.md +++ b/content/influxdb3/clustered/write-data/troubleshoot.md @@ -11,7 +11,7 @@ menu: influxdb3_clustered: name: Troubleshoot issues parent: Write data -influxdb3/clustered/tags: [write, line protocol, errors] +influxdb3/clustered/tags: [write, line protocol, errors, partial writes] related: - /influxdb3/clustered/get-started/write/ - /influxdb3/clustered/reference/syntax/line-protocol/