├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── IMG ├── 1.png ├── 1.webp ├── Prometheus-metaimage.png ├── grafana-security-login-authentication.png ├── graphic-3-.png └── img.png ├── Prometheus-lab ├── README.md └── k8s-yaml │ ├── Alertmanagerconfig.yaml │ ├── Deployment.yaml │ ├── PrometheusRule.yaml │ ├── Service-monitor.yaml │ └── Service.yaml ├── README.md ├── promQl.md ├── prometheus_setup.md └── promql-img ├── counter_example.png ├── gauge_example.png └── heatmap_histogram.png /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /IMG/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/IMG/1.png -------------------------------------------------------------------------------- /IMG/1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/IMG/1.webp -------------------------------------------------------------------------------- /IMG/Prometheus-metaimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/IMG/Prometheus-metaimage.png -------------------------------------------------------------------------------- /IMG/grafana-security-login-authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/IMG/grafana-security-login-authentication.png -------------------------------------------------------------------------------- /IMG/graphic-3-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/IMG/graphic-3-.png -------------------------------------------------------------------------------- /IMG/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/IMG/img.png -------------------------------------------------------------------------------- /Prometheus-lab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/Prometheus-lab/README.md -------------------------------------------------------------------------------- /Prometheus-lab/k8s-yaml/Alertmanagerconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/Prometheus-lab/k8s-yaml/Alertmanagerconfig.yaml -------------------------------------------------------------------------------- /Prometheus-lab/k8s-yaml/Deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/Prometheus-lab/k8s-yaml/Deployment.yaml -------------------------------------------------------------------------------- /Prometheus-lab/k8s-yaml/PrometheusRule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/Prometheus-lab/k8s-yaml/PrometheusRule.yaml -------------------------------------------------------------------------------- /Prometheus-lab/k8s-yaml/Service-monitor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/Prometheus-lab/k8s-yaml/Service-monitor.yaml -------------------------------------------------------------------------------- /Prometheus-lab/k8s-yaml/Service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/Prometheus-lab/k8s-yaml/Service.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/README.md -------------------------------------------------------------------------------- /promQl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/promQl.md -------------------------------------------------------------------------------- /prometheus_setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/prometheus_setup.md -------------------------------------------------------------------------------- /promql-img/counter_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/promql-img/counter_example.png -------------------------------------------------------------------------------- /promql-img/gauge_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/promql-img/gauge_example.png -------------------------------------------------------------------------------- /promql-img/heatmap_histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotHarshhaa/Learning-Prometheus/HEAD/promql-img/heatmap_histogram.png --------------------------------------------------------------------------------