Prometheus ? Grafana? Java ?? ????? ?????? ??
Jul 31, 2025 am 09:42 AMPrometheus ? Grafana? ???? Java ?? ????? ??????? Micreter-Registry-Prometheus ? Spring Boot Actuater Dependencies? ???? ???? ??? ???? ?? ?? ?? ? ?? Application.yml?? ??? ?? /actuuator /prometheus endpoint? ??????. 2. Prometheus? ?????? Prometheus.yml ??? ???? Target LocalHost : 8080?? /actuuator /prometheus?? Java ?? ??? ?? ???? ??? ???? ?? ????? ?? ??? ??? ???? ?? Prometheus? ??????. 3. Grafana? ???? http : // localhost : 9090? ???? ??? ??? Prometheus? ???? ID 4701 ?? 12554? ?? ?? ?? ? ?? ??? ??? ???, ??? ???, ???, HTTP ?? ?? ? CPU ??? ??? JVM ? Spring Boot Metrics? ???????. 4. ????? ???? ??? ?? ?????? ???? ??? ?? ???? ???? ???? Prometheus?? ???? Grafana? ?? ? ??? ???, ??? ?? ???? ????. 5. Prometheus Scraper? ????? ?? ???? ????? ??? ??? ?? ???? ???? ???? ??? ??? ?????? ???? ??? ??? ? ??? ??????. ? ??? Java ?? ??????? ?? ??? ?? ?? ?? ?? ? ???? ?????.
Prometheus ? Grafana? ???? Java ?? ????? ?????? CPU ??, ???, ??? ?? ? ??? ???? ??? ?? ?? ??? ?? ??? ???? ?????. ?? ????? Java ?? ???? ???? ????? Prometheus? ?? ?? Grafana? ???? ????? ? ??????. ???? ???? ??? ??? ????.

1. ???? ????? Java ?? ????? ??????
???? ??? Java ?, ?? Spring Boot?? ???? ????? ?? ????????. Prometheus? ??? ??? ???? ???? ?? ??????.
1 ?? : ???? ?????

Maven? ???? ?? pom.xml
? ??????.
<???> <groupid> io.micrometic </groupid> <itifactid> ???? ??-?? </artifactid> </???> <???> <groupid> io.micrometic </groupid> <itifactid> ???? ??-????? -Prometheus </artifactid> </???>
Spring Boot 2.3? ?? micrometer-registry-prometheus
???? ????? ?????. ?? ?? ???? ?????.

2 ?? : ??? ?? ??? ??
???? ??? ??? ?? ?? A /actuator/prometheus
endpoint? ???? ?????.
- Spring Boot Actuator? ????? ????
- Prometheus Registry? ClassPath? ????
??? application.yml
? ??????.
??: ?? ??? : ??: ??: ?? : ??, ??, ?? ????, ???
?? ?? ???? http://localhost:8080/actuator/prometheus
?????? - Prometheus ??? ?? ???? ?????.
2. Prometheus? ??????
Prometheus? ????? Java ??? ???? ????.
1 ?? : Prometheus? ?????? ??????
Prometheus.io/download ?? Prometheus? ?????.
2 ?? : prometheus.yml
??
?? ??? ???? Java ?? ??? ???? ??????.
scrape_configs : -job_name : 'Java-App' metrics_path : '/actuator/prometheus' static_configs : - ?? : [ 'localhost : 8080']
??? ?? ???? ??? ????? ??????.
3 ?? : ?? ????? ??????
???:
./prometheus ---config.file = prometheus.yml
Prometheus UI? ?????? http://localhost:9090
?? ??????. ??? ????? ???? ??? ?? ??? ???????.
JVM_MEMORY_USS_BYTES
??? ??? ???? ?????.
3. Grafana? ???? ???????
Grafana? ?? ??? ?? ??? ????.
1 ?? : Grafana? ???? ?????
Grafana.com ?? ??????? Docker? ??????.
Docker Run -D -P 3000 : 3000 -name = Grafana Grafana/Grafana
2 ?? : Prometheus? ??? ??? ??????
-
http://localhost:3000
(?? ??? : admin/admin) - ??> ??? ??> ??? ?? ?? ? ??
- Prometheus? ??????
-
http://host.docker.internal:9090
http://localhost:9090
URL? ?? - ?? ? ???
3 ?? : Java ???? ?? ??? ?????
JVM ????? ?? ?? ?? ??? ??????.
- CREATE> ?? ?? ? ??????
- Dashboard ID
4701
(JVM (???? ??)) ??12554
(Spring Boot Application)? ??????. - Prometheus ??? ??? ??????
- ?? ??? ??????
?? ???? ?????.
- ? ? ?? ??? ???
- ??? ?? ??? ??
- ??? ?
- HTTP ?? ?? ??
- CPU ??
4. ??? ?? ??? ?? (?? ??)
???? ??? ???? ???? ? ?? ??? ?? ? ? ????.
? : ???? ?? ??
@autowired ?? ?? ????? ?????; public void onorderProcessed () { ??? ??? = registry.counter ( "app.orders.success"); counter.increment (); }
??? app_orders_success_total
??? ???? ????. Prometheus?? ???? Grafana? ?? ? ? ????.
?? ??? ??? ?? ???, ??? ? ?? ??? ??? ?? ????.
?? ??
- Prometheus (??? ?? Docker ????? ??????)?? ?
/actuator/prometheus
endpoint? ??? ? ? ??? ??????. - ??? ?? ????? ?? ???? ?????? (
management.endpoints.web.exposure.include
????? ??? ?? ???? ????? ????). - ???? ??? ?????. ?????? ???? Prometheus? ??? ??? ? ? ????.
????? ???? ?? Prometheus grafana? ???? ?? ?? ????? Java ???? ??? ?? ?? ?? ??? ??? ?? ? ????.
? ??? Prometheus ? Grafana? Java ?? ????? ?????? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

Maven? Java ???? ?? ? ????? ?? ?????. ?? POM.XML? ???? ???? ??, ??? ??, ?? ??? ??? ??? ? ???? ??? ?????? ??? ????. 1. pom.xml? ???? groupId, artifactid, ?? ? ???? ??????. 2. MVNClean, ???, ???, ???, ?? ? ??? ?? ??? ?? ??; 3. ??? ?? ? ??? ???? ?? ??? ?? ? ??? ?????. 4. ?? ?? ???? ??? ?? ??? ?? ????? ???? ?? POM? ?? ???? ?????. 5.

setupamaven/gradleProjectwithJax-rsddependencies likejersey; 2. createarestresourceUsingAnnotationsSuchas@pathand@get;

Java? ???? ?? ?? ????? MessageDigest ???? ?? ??? ? ????. 1. MD5 ?? SHA-256? ?? ??? ????? ????? ?????. 2. ??? ? ???? ????? .update () ???? ??????. 3. ?? ??? ??? ???? .digest () ???? ??????. 4. ??? ??? ??? ?? 16 ?? ???? ?????. ? ??? ?? ??? ?? ??? ?? .update ()? ?? ? ??????. ??? ???? ?? MD5 ?? SHA-1 ?? SHA-256? ???? ?? ????.

??, ??, ?? ??, ?? ???? ? ???? ??? ?? ??? ?? ?? ??? ?????. 2. ???, ?? ???, ?? ?? ? ? ?? ?? ? ?? ???? ???? SHA-256 ?? ?? ? ?? ?? ??? ?????. 3. ?? ??? ???? ?? ??? ????, ??? ??? ?????, ? ??? ???? ??? ???? ???? ?? ?? ?? ???? ??????. 4. ?? ??? ?? ??? ???? ???? ??? ??? ??? ???? ?? ?? ??? ??????. 5. ??? ?? ???? ???? ??, P2P ????, ??? ??, RESTAPI ? ??? ???; 6. ?? ?? ????? HyperledgerFabric, Web3J ?? Corda? ?? Java ?? ?? ?????? ??? ? ????.

?? JavaScript? ???? ??? ??? ?? ??? ??? ??? ?? ??? ?? ??? ??? ???????. 1. HTML ???? ?? ???? ????? ??? ???? ????. 2. CSS ?? : ??? ?? ?? ??? ???? ?? ??, .dark-mode ???? ??? ?? ??? ???? var ()? ?? ??? ??? ?????. 3. JavaScript? ??? ???? ?? ???? ?? ??? ???? ?? LocalStorage? ????. 4. ??? ?? ? ? HTML ???? Dark-Mode ???? ???? ?? ??? LocalStorage? ?????. 5. ?? ?? ?? ??? 0.3 ? ?? ?????? ???? ???? ??????.

?, ?? CSS ?? ?? ??? JavaScript??? ??? HTML ? CSS? ?? ??? ? ????. 1. ?? UL? Li? ???? ?? ??? ??????. 2. ?? ?? ???? ???? ?????? ???? ??? ???? ???; 3. ?? ?? : ?? Li? ???, ?? ??? ??? ???? ?????. ??; 4. ?? ??? ???? ??? : ??, ????????? : ???? ??; 5. ?? ?? ???? ??? ?? ????, ??? ????, ??? ? ?????? ???? ??? ????? ??? ???? ??? ? ????. ?? ???? ???? JavaScript ??? ???? ???? ??? ?????.

@Property Decorator? ??? ??, ?? ? ?? ??? ???? ?? ???? ???? ???? ? ?????. 1. ?? ?? : @property? ?? ?? ?? ??? ????, ?? ?? ??? ???? ???? ?? ????? ??; 2. ?? ?? : @name.setter ? @name.deleter? ???? ?? ?? ?? ? ?? ??? ?????. 3. ?? ?? ???? : BankAccount? ?? ???? ??? ??? ???? ??? ??? ??? ??????. 4. ?? ?? ?? : ?? ??? ????? ?? ??? ??? ??? ???? ?? ??? ??? ?? ?? ? ?? ??? ?????.

DateTime.strpTime ()? ???? ?? ???? DateTime ??? ??????. 1. ?? ?? : "%y-%m-%d"? ?? DateTime ???? "2023-10-05"; 2. ?? ??? "%m/%d/%y", "%d/%m/%y", ?? ??? ?? ???? ?? "%b%d,%y%i :%m%p"? ?? ?? ??? ?????. 3. dateUtil.parser.parse ()? ???? ? ??? ??? ???? ?????. 4. ?? .D
