Skip to content

Commit

Permalink
0.0.33 (#47)
Browse files Browse the repository at this point in the history
* Remove metrics relabel config on model service related configs

* defense for custom metrics

* Release 0.0.33
  • Loading branch information
Suckzoo authored and Namnamseo committed Jul 1, 2024
1 parent 1652cb0 commit 90bfef9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/vessl/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 8 additions & 5 deletions charts/vessl/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 90bfef9

Please sign in to comment.