1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

Merge pull request #8022 from simonpasquier/clarify-metadataconfig-remote-write

chore: clarify documentation on metadataConfig
This commit is contained in:
Jayapriya Pai
2025-10-16 12:47:37 +05:30
committed by GitHub
14 changed files with 75 additions and 21 deletions

View File

@@ -4772,7 +4772,7 @@
"type": "string"
},
"metadataConfig": {
"description": "metadataConfig defines how to send a series metadata to the remote storage.",
"description": "metadataConfig defines how to send a series metadata to the remote storage.\n\nWhen the field is empty, **no metadata** is sent. But when the field is\nnull, metadata is sent.",
"properties": {
"maxSamplesPerSend": {
"description": "maxSamplesPerSend defines the maximum number of metadata samples per send.\n\nIt requires Prometheus >= v2.29.0.",

View File

@@ -6153,7 +6153,7 @@
"type": "string"
},
"metadataConfig": {
"description": "metadataConfig defines how to send a series metadata to the remote storage.",
"description": "metadataConfig defines how to send a series metadata to the remote storage.\n\nWhen the field is empty, **no metadata** is sent. But when the field is\nnull, metadata is sent.",
"properties": {
"maxSamplesPerSend": {
"description": "maxSamplesPerSend defines the maximum number of metadata samples per send.\n\nIt requires Prometheus >= v2.29.0.",

View File

@@ -4342,7 +4342,7 @@
"type": "string"
},
"metadataConfig": {
"description": "metadataConfig defines how to send a series metadata to the remote storage.",
"description": "metadataConfig defines how to send a series metadata to the remote storage.\n\nWhen the field is empty, **no metadata** is sent. But when the field is\nnull, metadata is sent.",
"properties": {
"maxSamplesPerSend": {
"description": "maxSamplesPerSend defines the maximum number of metadata samples per send.\n\nIt requires Prometheus >= v2.29.0.",