[speedtest-exporter] metrics consistency (#1162)

This commit is contained in:
j_r0dd 2021-09-07 11:40:19 -04:00 committed by GitHub
parent 4e7b66bb3e
commit 4aa2b5e2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v3.2.2
description: Speedtest Exporter made in python using the official speedtest bin
name: speedtest-exporter
version: 4.0.0
version: 4.0.1
kubeVersion: ">=1.16.0-0"
keywords:
- speedtest-exporter

View File

@ -1,6 +1,6 @@
# speedtest-exporter
![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square)
![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square)
Speedtest Exporter made in python using the official speedtest bin

View File

@ -13,7 +13,7 @@ spec:
matchLabels:
{{- include "common.labels.selectorLabels" . | nindent 6 }}
endpoints:
- port: http
- port: metrics
{{- with .Values.prometheus.serviceMonitor.interval }}
interval: {{ . }}
{{- end }}

View File

@ -25,6 +25,10 @@ service:
main:
ports:
http:
enabled: false
metrics:
enabled: true
protocol: TCP
port: 9798
prometheus: