Observability/Prometheus (11) 썸네일형 리스트형 [Prometheus]Add Custom Prometheus Rule with helm chart Rules에 등록할 Prometheus 쿼리 작성 Adding alert rules https://docs.syseleven.de/metakube-accelerator/building-blocks/observability-monitoring/kube-prometheus-stack#adding-alert-rules e.g. GCE CPU 사용률 sum by (instance, instance_name, project_id, zone)(stackdriver_gce_instance_compute_googleapis_com_instance_cpu_utilization) / sum by (instance, instance_name, project_id, zone)(stackdriver_gce_instance_co.. [Prometheus](GCP)Install Stackdriver-exporter for monitoring GCP with helm chart Stackdriver? GCP(Google Cloud Platform) Product를(GCE, GKE, CLOUD SQL 등) 모니터링할 수 있는 Prometheus exporter. You must have appropriate IAM permissions for this exporter to work. If you are passing in an IAM key then you must have: monitoring.metricDescriptors.list monitoring.timeSeries.list stackdriver-exporter helm chart https://artifacthub.io/packages/helm/prometheus-community/prometheus-stackdrive.. [Prometheus]Install prometheus for kubernetes monitoring with helm chart Concept Prometheus is an open-source systems monitoring and alerting toolkit originally and Most services have an Exporter Prometheus Exporter List 참고 link Prometheus architecture Overview | Prometheus Prometheus server 시계열 데이터를 수집해서 저장 Client libarary 어플리케이션을 개발할 때 프로메테우스에서 데이터를 수집하도록 만드는 라이브러리 Push gateway 클라이언트에서 직접 프로메테우스로 데이터를 보낼 때 받는 역할 Exporter 프로메테우스 클라이언트 라이브러리를 내장해 만들지 않은 어플리케이션에서 데이터를.. 이전 1 2 다음