Skip to content

Commit

Permalink
[Prometheus] Remove model monitoring scraping configuration (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal-Danieli authored Aug 11, 2024
1 parent c0ea6a0 commit 0a1600a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun-ce
version: 0.6.4-rc2
version: 0.6.4-rc3
description: MLRun Open Source Stack
home: https://iguazio.com
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Expand Down
36 changes: 0 additions & 36 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,42 +382,6 @@ kube-prometheus-stack:
service:
type: NodePort
nodePort: 30020
prometheusSpec:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: local-path
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 5Gi
additionalScrapeConfigs:
- job_name: model-monitoring-job
metrics_path: /model-monitoring-metrics
scheme: http
tls_config:
insecure_skip_verify: true
scrape_interval: 30s
scrape_timeout: 10s
relabel_configs:
- source_labels: [__meta_kubernetes_namespace]
separator: ;
regex: (.*)
target_label: namespace
replacement: $1
action: replace
kubernetes_sd_configs:
- role: pod
kubeconfig_file: ""
follow_redirects: true
enable_http2: true
namespaces:
own_namespace: false
names:
- mlrun
selectors:
- role: "pod"
label: "type=model-monitoring-stream"
kube-state-metrics:
fullnameOverride: state-metrics
prometheus-node-exporter:
Expand Down

0 comments on commit 0a1600a

Please sign in to comment.