prometheus operator v0.93.1

ScrapeConfig.spec.puppetDBSDConfigs.oauth2.clientId.configMap.spec.dockerSwarmSDConfigs

dockerSwarmSDConfigs defines a list of Dockerswarm service discovery configurations.

15 fields
ScrapeConfig.spec.puppetDBSDConfigs.oauth2.clientId.configMap.spec.dockerSwarmSDConfigs fields and descriptions
Field / TypeDescription
object

authorization defines the header configuration to authenticate against the Docker Swarm API. Cannot be set at the same time as `oauth2`.

object

basicAuth defines information to use on every scrape request.

enableHTTP2
boolean

enableHTTP2 defines whether to enable HTTP2.

object[]

filters defines the filters to limit the discovery process to a subset of available resources. The available filters are listed in the upstream documentation: Services: https://docs.docker.com/engine/api/v1.40/#operation/ServiceList Tasks: https://docs.docker.com/engine/api/v1.40/#operation/TaskList Nodes: https://docs.docker.com/engine/api/v1.40/#operation/NodeList

  • x-kubernetes-list-map-keys: ["name"]
  • x-kubernetes-list-type: "map"
followRedirects
boolean

followRedirects defines whether HTTP requests follow HTTP 3xx redirects.

host
string required

host defines the address of the Docker daemon

  • pattern: ^[a-zA-Z][a-zA-Z0-9+.-]*://.+$
noProxy
string

noProxy defines a comma-separated string that can contain IPs, CIDR notation, domain names that should be excluded from proxying. IP and domain names can contain port numbers. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.

object

oauth2 defines the optional OAuth 2.0 configuration to authenticate against the target HTTP endpoint. Cannot be set at the same time as `authorization`, or `basicAuth`.

port
integer

port defines the port to scrape metrics from. If using the public IP address, this must tasks and services that don't have published ports.

  • format: int32
  • minimum: 0
  • maximum: 65535
map[string]object[]

proxyConnectHeader optionally specifies headers to send to proxies during CONNECT requests. It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.

  • x-kubernetes-map-type: "atomic"
proxyFromEnvironment
boolean

proxyFromEnvironment defines whether to use the proxy configuration defined by environment variables (HTTP_PROXY, HTTPS_PROXY, and NO_PROXY). It requires Prometheus >= v2.43.0, Alertmanager >= v0.25.0 or Thanos >= v0.32.0.

proxyUrl
string

proxyUrl defines the HTTP proxy server to use.

  • pattern: ^(http|https|socks5)://.+$
refreshInterval
string

refreshInterval defines the time after which the provided names are refreshed. If not set, Prometheus uses its default value.

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

role of the targets to retrieve. Must be `Services`, `Tasks`, or `Nodes`.

  • enum: ["Services","Tasks","Nodes"]
object

tlsConfig defines the TLS configuration to connect to the Docker Swarm daemon.