diff --git a/charts/vessl/Chart.yaml b/charts/vessl/Chart.yaml index 56547ed..e4a7537 100644 --- a/charts/vessl/Chart.yaml +++ b/charts/vessl/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: vessl type: application -version: 0.0.32 +version: 0.0.33 appVersion: "0.6.21" dependencies: - name: node-feature-discovery diff --git a/charts/vessl/templates/configmap.yaml b/charts/vessl/templates/configmap.yaml index f2428a1..eeb51ad 100644 --- a/charts/vessl/templates/configmap.yaml +++ b/charts/vessl/templates/configmap.yaml @@ -167,6 +167,14 @@ data: kubernetes_sd_configs: - role: endpoints metrics_path: /metrics + metric_relabel_configs: + - source_labels: + - __name__ + target_label: __name__ + replacement: vessl_${1} + regex: (.*) + separator: ; + action: replace relabel_configs: - source_labels: - job @@ -190,11 +198,6 @@ data: - __tmp_hash regex: 0 action: keep - metric_relabel_configs: - - source_labels: - - __name__ - regex: (bentoml_(.+)|BENTOML_(.+)|nv_(.+)|Requests[245]XX|ts_inference_(.+)|vllm:(.+)|vessl:(.+)) - action: keep - job_name: vessl-node-exporter-servicemonitor honor_labels: true