Тёмный
No video :(

Spring Boot 2 x Actuator 

Java Techie
Подписаться 178 тыс.
Просмотров 24 тыс.
50% 1

In this video explain you what is Spring Boot Actuator. and the basics discuss in detail what’s available in Spring Boot 1.x vs 2.x.
GitHub:
github.com/Jav...
Blog:
javagyanmantra...
Facebook Page:
/ 919464521471923
Like & Subscribe

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@ylioo
@ylioo 3 года назад
this was actually pretty good. Much better then Java Brains one
@Javatechie
@Javatechie 3 года назад
Enhancement video of spring boot actuator will upload in this weekend . That is more interesting
@pavanbhagathi6958
@pavanbhagathi6958 3 года назад
@@Javatechie please upload asap
@Javatechie
@Javatechie 3 года назад
@@pavanbhagathi6958 I don't know whether you are checking my RU-vid before asking this . Last video which I uploaded is about this.please cross verify once
@pavanbhagathi6958
@pavanbhagathi6958 3 года назад
Sorry I will check it and Thanks
@sanketr6256
@sanketr6256 3 года назад
superb sir the way u explain the concept is really easy and understandable
@sandeepshenoy8228
@sandeepshenoy8228 Год назад
Why is actuator health endpoint returning “503 Service Unavailable”?
@Javatechie
@Javatechie Год назад
Please use this video as a reference ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-t1_RbTb3BUo.html
@codingworld6762
@codingworld6762 5 лет назад
very clear explanation
@samarjeetpowalkar5733
@samarjeetpowalkar5733 3 года назад
Thanks sir for you videos Need help- In my console it is written that 15 endpoints are exposed..When i execute any endpoint on postman all 15 gets executed. but i cant able to see all this endpoints in my console window.
@Javatechie
@Javatechie 3 года назад
Actuator got update with lot of features, I will create one more content with new features .
@imshaggy619
@imshaggy619 2 года назад
How to configure the time out. Like I need the health endpoint to be available for certain time period and should be able to hit limited times
@rpspankaj
@rpspankaj 6 лет назад
In Spring-boot 2.x version could you please make some video on cache specially ( infinispan Cache Embedded as well as Remote server). Thanks...
@Javatechie
@Javatechie 6 лет назад
Hi Pankaj, sure i will try and upload soon
@gopalsahoo4973
@gopalsahoo4973 4 года назад
nice explanation sir , in real time on which health checks it is used most ? if I can get DB/an y messaging queue health check by default then why I need to go for my custom health check ?
@manueljordan317
@manueljordan317 3 года назад
Excellent tutorial!... well done!
@nareshe9906
@nareshe9906 2 года назад
I want to allow health, info and other actuator endpoints need to authenticated with some credentials how we can do that.?
@Javatechie
@Javatechie 2 года назад
Specify this url in security config antMatchers
@rakeshroshan829
@rakeshroshan829 4 года назад
very nice explanation. How to Visualize Spring Boot Actuator Health Indicators in Spring Boot Admin ? can you make video on Spring Boot Admin.
@Javatechie
@Javatechie 4 года назад
Yup already it's there , please checkout in spring boot playlist
@rakeshroshan829
@rakeshroshan829 4 года назад
@@Javatechie thank you basant. I saw one video is available in ur playlist.
@amaradhipadmaja9232
@amaradhipadmaja9232 3 года назад
Hi, At 18:35 you are able to see all Mapped endpoints of actuator in console logs, I dont see in my console. My springboot version is latest, and in properties file i added logging.level.root=info. It dint work, so changed trace and debug also dint work. Please suggest
@Javatechie
@Javatechie 3 года назад
In application.properies file You need to include all endpoints. Just google it you will get exact key and value
@kayeshparvez
@kayeshparvez 3 года назад
This explained clearly. I love the way you shown it. Could you tell me how can I use it in production if I am using kubernetes in our solution ? There will be lots of internal pods. Can I show the health status in a single web interface ?
@Javatechie
@Javatechie 3 года назад
Hi Kayesh , not sure in kunernates let me check
@rakeshroshan9690
@rakeshroshan9690 4 года назад
by default spring boot internally ApplicationContext or BeanFactory IOC continer ?
@Javatechie
@Javatechie 4 года назад
ApplicationContext
@dharmaraogera3333
@dharmaraogera3333 4 года назад
How to hide the sensitive information from env endpoint. As it is showing DB and other information.Could you please guide us on this
@Javatechie
@Javatechie 4 года назад
Either you need to encrypt them or keep those information in some different places like vault or consul
@funcoding1797
@funcoding1797 2 года назад
great💗
@Javatechie
@Javatechie 2 года назад
I wish if you could see below video on actuator . ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-t1_RbTb3BUo.html
@harishk8664
@harishk8664 4 года назад
Nice explanation and to the point.
@rpspankaj
@rpspankaj 6 лет назад
Really very nice
@arindamsengupta1878
@arindamsengupta1878 3 года назад
Sir can you please create a video for Thymeleaf
@Javatechie
@Javatechie 3 года назад
It's already there
@shivankitshekhar8365
@shivankitshekhar8365 3 года назад
Cant get in editor is "MyEndpointResponse" Thank u soo much for this video
@rpspankaj
@rpspankaj 6 лет назад
please provide the link of spring boot 2.x micro-meter video.
@Javatechie
@Javatechie 6 лет назад
Hi Pankaj, I tried it already but it's not working may be some mistake i did , i will try again and upload it
@taufiquealam1614
@taufiquealam1614 5 лет назад
@@Javatechie Hello Boss: Your video's are really real time implementation. Recently I worked on health check for Kafka and MySQL DB which are hosted on server, with actuator and the logic I did was exactly similar. Did you upload micrometer anywhere...????...Please reply....
@Javatechie
@Javatechie 5 лет назад
Pankaj please go through below link ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-2wr9njNdywk.html
@Javatechie
@Javatechie 5 лет назад
Thank you alam , Please go through below link ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-2wr9njNdywk.html
@rohitlohia2128
@rohitlohia2128 Год назад
Nice wifi name "No Internet Access"😂
@aman3318
@aman3318 10 месяцев назад
Hi javatechie.. I tried to implement custom endpoint in my application .Was using spring boot version 2.7 While running I observed that my custom endpoint IS NOT EXPOSED UNTIL I ADDED IT MANUALLY IN APPLICATION.PROPERTIES . Simply adding * in management.endpoints.web.exposure.include was unable to map my custom endpoint. Is there any particular reason for it?
@Javatechie
@Javatechie 10 месяцев назад
Yes this is expected behaviour right? Until unless you define it in properties how spring boot will know it to register
Далее
Spring Boot Job scheduler
14:22
Просмотров 71 тыс.
ЭТО мне КУПИЛИ ПОДПИСЧИКИ 📦
22:33
Starman🫡
00:18
Просмотров 599 тыс.
Mastering Spring Boot's Actuator
1:05:48
Просмотров 36 тыс.
Understand Clean Architecture in 7 Minutes
7:02
Просмотров 100 тыс.
Spring Boot Logging with SL4J and Logback
21:08
Просмотров 64 тыс.
Spring Boot Actuators By Mr. Ashok I Ashok IT
52:02
Просмотров 10 тыс.
spring boot with swagger
31:17
Просмотров 42 тыс.
Microservices using SpringBoot 3.0 | Full Example [NEW]
1:25:38
ЭТО мне КУПИЛИ ПОДПИСЧИКИ 📦
22:33