Проект

Общее

Профиль

JWW-PROMETHEUS » История » Версия 1

Александр Александров, 16.04.2022 23:05

1 1 Александр Александров
h1. PROMETHEUS, MICROMETER
2
3
# "Micrometer":https://micrometer.io
4
# "Prometheus":https://prometheus.io
5
# "How and when to use a Prometheus gauge":https://tomgregory.com/how-and-when-to-use-a-prometheus-gauge/
6
# "how to create custom gauges with Spring Boot and Micrometer?":https://stackoverflow.com/questions/57260832/how-to-create-custom-gauges-with-spring-boot-and-micrometer
7
# "Spring boot metrics":https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator.metrics
8
# "Мониторинг приложения Spring Boot с помощью Micrometer, Prometheus и Grafana, используя пользовательские метрики":https://habr.com/en/company/otus/blog/650871/
9
# "Custom metrics with Micrometer And Prometheus using Spring Boot Actuator":https://www.atlantbh.com/custom_metrics_micrometer_prometheus_spring_boot_actuator/
10
# "Monitoring Spring Boot Apps with Micrometer, Prometheus, and Grafana":https://stackabuse.com/monitoring-spring-boot-apps-with-micrometer-prometheus-and-grafana/
11
# "Quick Guide to Micrometer":https://www.baeldung.com/micrometer
12
# "Мониторинг Приложения Spring Boot С Помощью Micrometer, Prometheus И Grafana С Использованием Пользовательских Метрик":https://javascopes.com/monitoring-spring-boot-application-with-micrometer-prometheus-and-grafana-using-custom-metrics-bb-5044cdeb/
13
# "Сбор метрик Spring Boot приложения c помощью Prometheus и Grafana":https://habr.com/en/post/548700/
14
# "DigiWF Camunda Prometheus Exporter":https://github.com/it-at-m/digiwf-camunda-prometheus
15
# "Camunda Monitoring":https://github.com/StephenOTT/Camunda-Monitoring
Go to top