metrics.enabled | Enable using a sidecar Prometheus exporter | false |
metrics.image.registry | Nsq(®) Prometheus exporter image registry | docker.io |
metrics.image.repository | Nsq(®) Prometheus exporter image repository | lovoo/nsq_exporter |
metrics.image.tag | Nsq(®) Prometheus exporter image tag (immutable tags are recommended) | 2.0.2 |
metrics.image.pullPolicy | Nsq(®) Prometheus exporter image pull policy | IfNotPresent |
metrics.image.pullSecrets | Specify docker-registry secret names as an array | [] |
metrics.args | Override default container args (useful when using custom images) | [] |
metrics.resources.limits | The resources limits for Prometheus exporter containers | {} |
metrics.resources.requests | The requested resources for Prometheus exporter containers | {} |
metrics.containerPort | Port of the Prometheus metrics container | 9216 |
metrics.service.annotations | Annotations for Prometheus Exporter pods. Evaluated as a template. | {} |
metrics.service.type | Type of the Prometheus metrics service | ClusterIP |
metrics.service.ports.metrics | Port of the Prometheus metrics service | 9216 |
metrics.service.extraPorts | Extra ports to expose (normally used with the sidecar value) | [] |
metrics.livenessProbe.enabled | Enable livenessProbe | true |
metrics.livenessProbe.initialDelaySeconds | Initial delay seconds for livenessProbe | 15 |
metrics.livenessProbe.periodSeconds | Period seconds for livenessProbe | 5 |
metrics.livenessProbe.timeoutSeconds | Timeout seconds for livenessProbe | 5 |
metrics.livenessProbe.failureThreshold | Failure threshold for livenessProbe | 3 |
metrics.livenessProbe.successThreshold | Success threshold for livenessProbe | 1 |
metrics.readinessProbe.enabled | Enable readinessProbe | true |
metrics.readinessProbe.initialDelaySeconds | Initial delay seconds for readinessProbe | 5 |
metrics.readinessProbe.periodSeconds | Period seconds for readinessProbe | 5 |
metrics.readinessProbe.timeoutSeconds | Timeout seconds for readinessProbe | 1 |
metrics.readinessProbe.failureThreshold | Failure threshold for readinessProbe | 3 |
metrics.readinessProbe.successThreshold | Success threshold for readinessProbe | 1 |
metrics.startupProbe.enabled | Enable startupProbe | false |
metrics.startupProbe.initialDelaySeconds | Initial delay seconds for startupProbe | 5 |
metrics.startupProbe.periodSeconds | Period seconds for startupProbe | 10 |
metrics.startupProbe.timeoutSeconds | Timeout seconds for startupProbe | 5 |
metrics.startupProbe.failureThreshold | Failure threshold for startupProbe | 30 |
metrics.startupProbe.successThreshold | Success threshold for startupProbe | 1 |
metrics.serviceMonitor.enabled | Create ServiceMonitor Resource for scraping metrics using Prometheus Operator | false |
metrics.serviceMonitor.namespace | Namespace which Prometheus is running in | "" |
metrics.serviceMonitor.interval | Interval at which metrics should be scraped | 30s |
metrics.serviceMonitor.scrapeTimeout | Specify the timeout after which the scrape is ended | "" |
metrics.serviceMonitor.relabelings | RelabelConfigs to apply to samples before scraping. | [] |
metrics.serviceMonitor.metricRelabelings | MetricsRelabelConfigs to apply to samples before ingestion. | [] |
metrics.serviceMonitor.labels | Used to pass Labels that are used by the Prometheus installed in your cluster to select Service Monitors to work with | {} |
metrics.serviceMonitor.selector | Prometheus instance selector labels | {} |
metrics.serviceMonitor.honorLabels | Specify honorLabels parameter to add the scrape endpoint | false |
metrics.serviceMonitor.jobLabel | The name of the label on the target service to use as the job name in prometheus. | "" |