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:
@@ -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.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user