File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
name ?= goldpinger
2
- version ?= v3.10.1
2
+ version ?= v3.10.2
3
3
bin ?= goldpinger
4
4
pkg ?= "github.com/bloomberg/goldpinger"
5
5
tag = $(name ) :$(version )
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : goldpinger
3
- appVersion : " 3.10.1 "
4
- version : 1.0.0
3
+ appVersion : " 3.10.2 "
4
+ version : 1.0.1
5
5
description : Goldpinger is a tool to help debug, troubleshoot and visualize network connectivity and slowness issues.
6
6
home : https://github.com/bloomberg/goldpinger
7
7
sources :
Original file line number Diff line number Diff line change 18
18
{{- if .Values.serviceMonitor.honorLabels }}
19
19
honorLabels : true
20
20
{{- end }}
21
+ {{- with .Values.serviceMonitor.metricRelabelings }}
22
+ metricRelabelings :
23
+ {{- toYaml . | nindent 8 }}
24
+ {{- end }}
21
25
jobLabel : name
22
26
namespaceSelector :
23
27
matchNames :
Original file line number Diff line number Diff line change @@ -143,6 +143,10 @@ serviceMonitor:
143
143
# namespace: monitoring
144
144
interval : 30s
145
145
# honorLabels: true
146
+ metricRelabelings : []
147
+ # - action: drop
148
+ # source_labels: [__name__]
149
+ # regex: goldpinger_peers_response_time_s_bucket
146
150
147
151
# # Custom PrometheusRule to be defined
148
152
# # ref: https://github.com/coreos/prometheus-operator#customresourcedefinitions
You can’t perform that action at this time.
0 commit comments