Difference between revisions of "Helm install prometheus"
Jump to navigation
Jump to search
↑ https://docs.stakewise.io/node-operator/stakewise-infra-package/usage
Line 4: | Line 4: | ||
* <code>[[helm install myprometheus prometheus-community/prometheus]]</code> | * <code>[[helm install myprometheus prometheus-community/prometheus]]</code> | ||
* <code>[[helm install RELEASE_NAME prometheus-community/kube-prometheus-stack]]</code> | * <code>[[helm install RELEASE_NAME prometheus-community/kube-prometheus-stack]]</code> | ||
+ | |||
+ | |||
+ | === [[Grafana]] integration === | ||
+ | <ref>https://docs.stakewise.io/node-operator/stakewise-infra-package/usage</ref> | ||
+ | [[helm upgrade --install kube-prometheus-stack]] prometheus-community/kube-prometheus-stack \ | ||
+ | [[--set]]='grafana.sidecar.dashboards.enabled=true' \ | ||
+ | --set='grafana.sidecar.dashboards.searchNamespace=true' \ | ||
+ | --set='prometheus.prometheusSpec.ruleSelectorNilUsesHelmValues=false' \ | ||
+ | --set='prometheus.prometheusSpec.serviceMonitorSelectorNilUsesHelmValues=false' \ | ||
+ | --set='prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false' \ | ||
+ | --set='prometheus.prometheusSpec.probeSelectorNilUsesHelmValues=false' \ | ||
+ | [[--create-namespace]] \ | ||
+ | --namespace monitoring \ | ||
+ | --version 39.5.0 \ | ||
+ | -f [[prom.yaml]] | ||
+ | |||
== See also == | == See also == |
Revision as of 21:22, 8 December 2022
helm install myprometheus prometheus-community/prometheus
helm install RELEASE_NAME prometheus-community/kube-prometheus-stack
Grafana integration
helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \ --set='grafana.sidecar.dashboards.enabled=true' \ --set='grafana.sidecar.dashboards.searchNamespace=true' \ --set='prometheus.prometheusSpec.ruleSelectorNilUsesHelmValues=false' \ --set='prometheus.prometheusSpec.serviceMonitorSelectorNilUsesHelmValues=false' \ --set='prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false' \ --set='prometheus.prometheusSpec.probeSelectorNilUsesHelmValues=false' \ --create-namespace \ --namespace monitoring \ --version 39.5.0 \ -f prom.yaml
See also
- Prometheus: Prometheus installation,
9090
, storage, Prometheus exporters: Node exporter9100
, Blackbox exporter, Prometheus alertmanager (changelog), Prometheus versions, Prometheus Node exporter releases,promtool
,amtool, tsdb
,/etc/default/prometheus, /etc/prometheus/prometheus.yml, journalctl -u prometheus
,/etc/default/prometheus-node-exporter
, PromQL,alert:
, Prometheus Operator, Thanos, VictoriaMetrics, PushGateway, Prometheus API,values.yml
, Amazon Managed Service for Prometheus
Advertising: