prometheus operator v0.71.2

PrometheusAgent.spec.volumes.projected.sources.secret.spec.remoteWrite.metadataConfig

MetadataConfig configures the sending of series metadata to the remote storage.

2 fields
PrometheusAgent.spec.volumes.projected.sources.secret.spec.remoteWrite.metadataConfig fields and descriptions
Field / TypeDescription
send
boolean

Defines whether metric metadata is sent to the remote storage or not.

sendInterval
string

Defines how frequently metric metadata is sent to the remote storage.

  • pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$