Files
Yassin Raman d50e822b71 deployment: prometheus, grafana and new version of storm with siembol metrics (#692)
* grafana and prometheus

* updated storm to latest

* grafana and prometheus

* grafana and prometheus

* grafana and prometheus

* grafana and prometheus

* version

* kafka lag exporter

* include kafka lag

* log level and change interval for scraping

* update to use values.yaml file

* fix

* added latency graphs

* added latency graphs, fix

* added monitoring to clean up

* using official docker image

* remove outdated comment

* fix, indentation

* clean up

* host names added

* rename and clean up

* rename and clean up

* tag

* jmx exporter cm added

* jmx exporter cm added

* jmx exporter volume mount

* jmx exporter install

* storm version

* add jmx to ps

* fix for changing port

* add wget to install

* not needed, we're using ingress-dns add on and configuring actual dns resolver

* fix

* fix post request

* add protection matches to dashboard

* separate traffic generator from main siembol install

* update

* update

* move file to correct loc

* typo

* fix

Co-authored-by: Yassin Raman <yassin@gmail.co>
Co-authored-by: yasram1 <yasram1@github.com>
Co-authored-by: Celie Valentiny <cvalentiny@hotmail.fr>
2022-07-14 11:59:27 +01:00

25 lines
471 B
Bash
Executable File

#!/bin/bash
helm delete storm -n=siembol
helm delete kafka -n=siembol
helm delete siembol -n=siembol
helm delete kafdrop -n=siembol
helm delete monitoring -n=siembol
helm delete traffic-generator -n=siembol
kubectl delete pod kafka-client -n siembol
kubectl delete --all jobs -n siembol
kubectl delete configmap github-details storm-metrics-reporter -n siembol
kubectl delete secret config-editor-rest-secrets -n siembol
kubectl delete --all pvc -n siembol