DirectorySecurity AdvisoriesPricing
Sign in
Directory
prometheus-statsd-exporter logoHELM

prometheus-statsd-exporter

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:
Compare:

1
# Default values for prometheus-statsd-exporter.
2
# This is a YAML-formatted file.
3
# Declare variables to be passed into your templates.
4
5
replicaCount: 1
6
# deploymentRevisionHistoryLimit: 10
7
8
image:
9
repository: cgr.dev/scratch-images/test-tmp/prometheus-statsd-exporter
10
pullPolicy: IfNotPresent
11
# Overrides the image tag whose default is the chart appVersion.
12
tag: 0.31.0-r0@sha256:c3245b78da897ac8ce36c8e1da2407076c74686b1ba0d28233fb3f896c4e975d
13
imagePullSecrets: []
14
nameOverride: ""
15
fullnameOverride: ""
16
# Additional container environment variables
17
extraEnv: {}
18
# HTTP_PROXY: "http://superproxy.com:3128"
19
# NO_PROXY: "localhost,127.0.0.1"
20
21
# Additional arguments in the statsd_exporter command line
22
extraArgs: []
23
# - --history.limit=1000
24
25
statsd:
26
# The UDP port on which to receive statsd metric lines.
27
udpPort: 9125
28
# The TCP port on which to receive statsd metric lines.
29
tcpPort: 9125
30
# Maximum size of your metric mapping cache.
31
# Relies on least recently used replacement policy if max size is reached.
32
cacheSize: 1000
33
# Size of internal queue for processing events.
34
eventQueueSize: 10000
35
# Number of events to hold in queue before flushing.
36
eventFlushThreshold: 1000
37
# Time interval before flushing events in queue.
38
eventFlushInterval: 200ms
39
# Metric mapping ConfigMap
40
# mappingConfigMapName: ""
41
42
# Name of the key inside Metric mapping ConfigMap. Default is "statsd.mappingConf".
43
# mappingConfigMapKey: ""
44
45
# Metric mapping configuration
46
# mappingConfig: |-
47
livenessProbe:
48
httpGet:
49
path: /health
50
port: http
51
readinessProbe:
52
httpGet:
53
path: /health
54
port: http
55
prometheus:
56
monitor:
57
enabled: false
58
additionalLabels: {}
59
namespace: ""
60
interval: 30s
61
# ApiVersion for the podMonitor Resource(defaults to "monitoring.googleapis.com/v1")
62
apiVersion: ""
63
## resource kind(defaults to "PodMonitoring")
64
kind: ""
65
# metrics exposing endpoint
66
endpoint: "/metrics"
67
serviceMonitor:
68
enabled: false
69
interval: 30s
70
scrapeTimeout: 10s
71
namespace: monitoring
72
honorLabels: false
73
additionalLabels: {}
74
## resource kind(defaults to "ServiceMonitor")
75
kind: ""
76
# MetricRelabelConfigs to apply to samples before ingestion
77
metricRelabelings: []
78
# RelabelConfigs to apply to samples before scraping.
79
# More info https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
80
relabelings: []
81
# ApiVersion for the podMonitor Resource(defaults to "monitoring.coreos.com/v1")
82
apiVersion: ""
83
# metrics exposing endpoint
84
endpoint: "/metrics"
85
serviceAccount:
86
# Specifies whether a service account should be created
87
create: true
88
# Annotations to add to the service account
89
annotations: {}
90
# The name of the service account to use.
91
# If not set and create is true, a name is generated using the fullname template
92
name: ""
93
podAnnotations: {}
94
# Extra labels to be added to pods
95
podLabels: {}
96
podSecurityContext: {}
97
# fsGroup: 2000
98
99
securityContext: {}
100
# capabilities:
101
# drop:
102
# - ALL
103
# readOnlyRootFilesystem: true
104
# runAsNonRoot: true
105
# runAsUser: 1000
106
107
service:
108
type: ClusterIP
109
# The address on which to expose the web interface and generated Prometheus metrics.
110
port: 9102
111
# Path under which to expose metrics.
112
path: /metrics
113
annotations: {}
114
ingress:
115
enabled: false
116
className: ""
117
annotations: {}
118
# kubernetes.io/ingress.class: nginx
119
# kubernetes.io/tls-acme: "true"
120
hosts:
121
- host: chart-example.local
122
paths:
123
- path: /
124
pathType: ImplementationSpecific
125
tls: []
126
# - secretName: chart-example-tls
127
# hosts:
128
# - chart-example.local
129
resources: {}
130
# We usually recommend not to specify default resources and to leave this as a conscious
131
# choice for the user. This also increases chances charts run on environments with little
132
# resources, such as Minikube. If you do want to specify resources, uncomment the following
133
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
134
# limits:
135
# cpu: 100m
136
# memory: 128Mi
137
# requests:
138
# cpu: 100m
139
# memory: 128Mi
140
141
autoscaling:
142
enabled: false
143
minReplicas: 1
144
maxReplicas: 100
145
targetCPUUtilizationPercentage: 80
146
# targetMemoryUtilizationPercentage: 80
147
# Container lifecycle hooks
148
# Ref. https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
149
lifecycle: {}
150
nodeSelector: {}
151
tolerations: []
152
affinity: {}
153
topologySpreadConstraints: []
154

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.