prometheus operator v0.93.1

ScrapeConfig.spec.openstackSDConfigs.tlsConfig.cert.configMap.spec.fileSDConfigs.files

files defines the list of files to be used for file discovery. Recommendation: use absolute paths. While relative paths work, the prometheus-operator project makes no guarantees about the working directory where the configuration file is stored. Files must be mounted using Prometheus.ConfigMaps or Prometheus.Secrets.

1 fields
ScrapeConfig.spec.openstackSDConfigs.tlsConfig.cert.configMap.spec.fileSDConfigs.files fields and descriptions
Field / TypeDescription
ScrapeConfig.spec.openstackSDConfigs.tlsConfig.cert.configMap.spec.fileSDConfigs.files
string

SDFile represents a file used for service discovery

  • pattern: ^[^*]*(\*[^/]*)?\.(json|yml|yaml|JSON|YML|YAML)$