I thought you forgot your password. Glad that you are back.
@MiguelHeitor Жыл бұрын
Thank you for all your work on these!!
@grrlgd38359 ай бұрын
Programming Techie is GREAT !!!!
@tulasib5402 Жыл бұрын
Vow! Just when i needed it. Thankyou!
@ArtemSolod-k9r2 ай бұрын
Great Job !! Thanks a lot !
@rakibahmed1011 Жыл бұрын
Man.. I was waiting for your vdo. Hope you will upload more video frequently.
@zenhsuld Жыл бұрын
Thank you
@jenseichberg3426 Жыл бұрын
Amazing project!
@abinesh-devadas Жыл бұрын
Nice Video, can you add a video using OTLP agent which can be used to abstract multiple metrics, logs or tracings push or pull from application layer.
@MohamedAbdElhameed-es1gv8 ай бұрын
Hi thanks for the great effort , appreciated i have an issue with Prometheus and Grafana , it seems like Prometheus can get metrics for few seconds when service goes up then an issue happens , i am using the dockerized apps , how can i fix this issue ?
@helloworld4872 Жыл бұрын
long time no see
@39vignesh.m3510 ай бұрын
Sir in this way can monitor api response time
@rachidbouallou6253 Жыл бұрын
hello, thanks for video, but where in video we can show our Observabilty Tracing ?, you have puted @Observer in The Class Service, but where we can our Tracing ?
@codegeek82569 ай бұрын
@Programming Techie how do we know which versions to choose for docker images on docker-compose file?
@ProgrammingTechie8 ай бұрын
Hey, sorry for very late response, I will usually look for latest stable versions of the docker images.
@shreygarg79859 күн бұрын
can you pls provide fresh link for blogpost
@thanhkien85619 ай бұрын
hi guys, I noticed that Grafana shows logs (pulled from Loki) after 60s, not immediately, any idea how to achieve the logs in realtime?
@chrispure7461 Жыл бұрын
how can we capture response time for internal rest template and web client calls?
@MutantBikers Жыл бұрын
Why quality stuck on 480p brother, Can you please fix this?
@ProgrammingTechie Жыл бұрын
I only realized this after uploading the video, somehow the video was rendered in 480p :( Will make sure the next videos are 1080p as usual
@silpavig6838 Жыл бұрын
Can you please make a video on kubernetes + microservice
@AntonBondar-c4c Жыл бұрын
it's mistake in docker compose external port 3316 but in app. configuration you use in connection url port 3306
@grrlgd38358 ай бұрын
when you add the dependencies, can you not just add to the parent POM ? instead of to each service ?
@ProgrammingTechie8 ай бұрын
Yes we can also do that, that's a preferable approach
@VikashJain-s7t6 ай бұрын
Hey, All things are good but my Promethues metrics are not being pushed of the application loan and fraud, have u also faced the same, can u pls suggest what could be the issue? also do you have any garfana dashboard for complete Observability so that we can import it.
@VikashJain-s7t6 ай бұрын
i resolved it via changing the host ips in prometheus.yml file
@shreygarg798511 күн бұрын
cant access blogpost link
@hidhayaths10 ай бұрын
can you please share the pattern ${FILE_LOG_PATTERN}, guess it is coming from env or please advise if not required, thanks
@hadirezaie11312 ай бұрын
link to the blog post shows 404.
@purushottamkute7485 Жыл бұрын
Can you please make a clone of any popular app using react and spring boot please
@ProgrammingTechie Жыл бұрын
I would most probably not do this again in my channel, the return of investment is very poor. It takes a lot of work to create the videos and they are not well received, for example the 8hours KZbin Clone video.
@deryamilas2593 Жыл бұрын
how do we achieve this without a docker image?
@ProgrammingTechie Жыл бұрын
Download and install each software manually, you should be able to find the details in documentation
@deryamilas2593 Жыл бұрын
@@ProgrammingTechie so my use case is that i have an spring boot app running on an EC2 instance, right now we do not have a monitoring and logging solution. Can we create this system for the app hosted on ec2? do we have to install all the tools on the same machine?