prometheus operator v0.93.1
PrometheusAgent.spec.initContainers[].resources.limits.[key].spec.remoteWrite.metadataConfig
metadataConfig defines how to send a series metadata to the remote storage. When the field is empty, **no metadata** is sent. But when the field is null, metadata is sent.
| Field / Type | Description |
|---|---|
maxSamplesPerSend | maxSamplesPerSend defines the maximum number of metadata samples per send. It requires Prometheus >= v2.29.0.
|
send | send defines whether metric metadata is sent to the remote storage or not. The setting is ignored when Remote Write message's version 2.0 is used. |
sendInterval | sendInterval defines how frequently metric metadata is sent to the remote storage.
|