Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jan 29, 2025
1 parent 5c1481c commit dde4828
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ciux
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- image: gitlab-registry.in2p3.fr/astrolabsoftware/fink/spark-py:k8s-3.4.1
labels:
build: "true"
- package: github.com/k8s-school/[email protected]rc4
- package: github.com/k8s-school/[email protected]rc5
labels:
itest: "optional"
- package: github.com/astrolabsoftware/finkctl/[email protected]
Expand Down
9 changes: 7 additions & 2 deletions TODO.931
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
* Check prom-exporter:
kubectl exec -it -n spark fink-broker-stream2raw-driver -- curl http://localhost:8090/metricskubectl run -i --rm --tty shell --image=curlimages/curl -- curl 'http://prometheus-stack-kube-prom-prometheus.monitoring:9090/api/v1/query?query=version'
kubectl exec -it -n spark fink-broker-stream2raw-driver -- curl http://localhost:8090/metrics
* Check prom database:
kubectl run -i --rm --tty shell --image=curlimages/curl -- curl 'http://prometheus-stack-kube-prom-prometheus.monitoring:9090/api/v1/query?query=version'

METRIC_NAME="process_open_fds"
VERSION="version"
kubectl run -i --rm --tty shell --image=curlimages/curl -- curl "http://prometheus-stack-kube-prom-prometheus.monitoring:9090/api/v1/query?query=$METRIC_NAME"



* Find helm option for proemtheus to monitor serviceMonitor
https://github.com/prometheus-community/helm-charts/blob/c30a2085d5c8bc9b20ba7de8b56e0431537d96e7/charts/kube-prometheus-stack/values.yaml#L3820
Expand Down

0 comments on commit dde4828

Please sign in to comment.