Listening to this today, your voice sounds so calm and relaxed. Nothing wrong in your today's voice, I like the high energy. It's just how you've changed over the years.
Awesome video tutorial, very complete and useful, I need to read the grafana doc to create my own more complex dashboard but now I have a very simple and useful one thanks to you. Thank you to share this kind of videos! Keep coding :)
That's very interesting topic. Actually, I am getting the question "How to collect metrics" on the every 2nd interview. I think that would be very useful to see best practices of using it
Amazing, could you please make a video about grafana functions. Would be great comparison between different data sources, such as Graphite and Prometheus. Thank you for what you are doing.
I am afraid that this package is no longer operational on DotNet Core 6.0 I have been fighting with it for a day and I have had to give up. If Allan comes up with an updated version I will jump to it and include the package.
With option of: Access: Server (default) is not working. Only the Browser option works with localhost:9090. (But: "Browser access mode in the Prometheus datasource is deprecated and will be removed in a future release.") Although I use with docker image, not the installed one. Can it be the problem?
I've been trying to get this to work in .net 6. Can anyone point me in the right direction? Following the guide from the package site won't track endpoints like in this video.
This is very interesting topic to me and I really like that. Could you give more detail? For example, how can we extend/improve it? what about the resource cost if we install an azure machine/or a cloud? And not related but maybe you can talk about the push services that would be useful. Thank you for your all videos
When I setup my project as you do I get an error in Prometheus: "An existing connection was forcibly closed by the remote host" do you have any insight into how to solve this problem?
Very nice! But if nothing is stored in the asp.net core project... what happen if i scale the application out? I guess that a random server endpoint Will be scraped..? 🤔
Hello Nick, In the way you implement that did you saw that for all metrics under "application_httprequests_transactions_per_endpoint" you have value 0, which means that this does not expose results per endpoint. I was interested why this library AppMetrics does not work with endpoints or it is just configurational issue somewhere inside the code example. :)
Great videos, but might you consider doing a black or darker background with white text instead? It is eye scorchingly bright when trying to watch full screen, even with my monitor brightness turned down.
Great video. Got a question about the metrics scraping, how do you see the endpoint scraping working in a "Web farm scenario", i. e. Ensuring that each pod/node/instance is scraped, when hitting the public endpoint you don't know which one will serve that request. Regards
That's a nice title nick. Better than: "This COOL TOOL give you control over what happens". I barely watch your new videos because of all the BS and Ads :(
Nice job Nick... BTW, I need to add Latency metrics to our Grafana dasboard using what AppMetrics Library provides... Could you point me in the right direction?
Love the video....I see a lot of grafana dashboards which have drivers for content. Specifically like the Kube Pod information. You can select by namespace and by say pod id. This is using a dropdown. I believe it's based on the the template and use the {{service}} label inferencing. How do you set that up in a custom dashboard?
thanks for the video, and can you please tell me, whether is it possible to monitor a Linux system from my windows system. Suppose I'm a user of windows and from this system, I want to analyze the performance of another system in which Linux is installed using Prometheus.
Good work Nick! Recently i started to work on a project with dotnet core web apis hosted in K8S environment. I will try to add Prometheus to monitor the routings and see how many ms do they need to give the response. Do you have any advise on this particular topic? If i find a route that is slow, is it possible to see its http request causing the slowdown?
Great video for beginners..It would be helpful if you could give an example to add request headers for API request. I need to add a header named authToken with a secret value.I tried bearer_token but it doesn't work.
Hey Nick! Can you please do a tutorial about how to consume a webapi (e.g. your youtube tutorial webapi) in .NET Core MVC App? I can't find any good ressources how to separate Webapi and Mvc. Maybe a short video how to create the View using our api data...
Listening to this today, your voice sounds so calm and relaxed. Nothing wrong in your today's voice, I like the high energy. It's just how you've changed over the years.
Sure, if you can make a more in depth video on Prometheus and gathering metrics, that would be great!
Awesome video Nick, would love to see more videos on this killer combo (App.Metrics + Grafana + Prometheus) with setup scripted in docker ;-)
Very good video Nick, keep up the good work. Like your straight to the point style!
Really great introduction! Well thought out, and succinctly explained.
Awesome video tutorial, very complete and useful, I need to read the grafana doc to create my own more complex dashboard but now I have a very simple and useful one thanks to you.
Thank you to share this kind of videos! Keep coding :)
Anyone hit this error in .NET Core 3.1? 'IHostBuilder' does not contain a definition for 'UseMetrics' and no accessible extension method 'UseMetrics'
Hi Nick, awesome vid again, thanks for sharing ;)
Great tutorial Nick👍🏼Please go ahead with more in depth videos! Thanks for sharing your knowledge.
Yes, please make a detail video with authentication.
This is very good video.
Thanks Nick for this great intro. Why you did not make another video ? Everybody seem eager :)
That's very interesting topic. Actually, I am getting the question "How to collect metrics" on the every 2nd interview. I think that would be very useful to see best practices of using it
Great work Nick. Please more videos about App.Metrics + Grafana + Prometheus.
Nice intro. Please do an in depth video as well. Subscribed
This video is very helpful. Please make more descriptive one about Prometheus and Grafana.
Good work Nick! Congratulations!!!
Man i love your videos
Thanks for that! exactly what I need for my project at work!
What an amazing video, I would love to see more of this
Very informative video. Thank you so much
Fantastic video! Please do other videos on Prometheus and Grafana
Very cool video! Please do a Grafana video
this is really lovely, very direct and explanatory
Great video Nick. Would it be possible to create in depth video on this topic? Would love to see more on this....
Please more about Prometheus and Grafana! And App.Metrics!!!
Thank you so much!!! Great tutorial ❤❤❤!!!!
Thank you for the video.
If you haven't, please do a video on the Histogram.
Very nice video! But please do some videos on MessageBroker like Rabbitmq
@Nick : Yes PLZ. I'm curious to know your thoughts on architecture patterns like event sourcing and cqrs
Great work Nick! Have you plan a tutorial project with microservices in the future?
I totally do. I just need to create a clear path for the series so I don't spend much time doing the exact same thing over and over again.
Amazing, could you please make a video about grafana functions.
Would be great comparison between different data sources, such as Graphite and Prometheus.
Thank you for what you are doing.
I am afraid that this package is no longer operational on DotNet Core 6.0 I have been fighting with it for a day and I have had to give up. If Allan comes up with an updated version I will jump to it and include the package.
With option of: Access: Server (default) is not working. Only the Browser option works with localhost:9090. (But: "Browser access mode in the Prometheus datasource is deprecated and will be removed in a future release.") Although I use with docker image, not the installed one. Can it be the problem?
Is there any way monitoring tool query DB or File System?
I've been trying to get this to work in .net 6. Can anyone point me in the right direction? Following the guide from the package site won't track endpoints like in this video.
This is very interesting topic to me and I really like that. Could you give more detail? For example, how can we extend/improve it? what about the resource cost if we install an azure machine/or a cloud? And not related but maybe you can talk about the push services that would be useful. Thank you for your all videos
Good lesson about prometheus and grafana, I understood well about these resources, but i think you could teach more advanced techniques
When I setup my project as you do I get an error in Prometheus: "An existing connection was forcibly closed by the remote host" do you have any insight into how to solve this problem?
Thanks for the great video.
How can I persist data? Because if I reload my application all the metrics starts from scratch
Hello Nick From Tunisia. Very Interesting Staff. Thank You For The Grate Videos. Will You Do one on microservices, cqrs&es ?
What is the overlap between app metrics and open telemetry?
great work . nicely explained.
Amazing video, please make a video series for Grafana and prometheus
Hi Nick, I would like to see some depth video about app metrics and prometheus
Very nice! But if nothing is stored in the asp.net core project... what happen if i scale the application out? I guess that a random server endpoint Will be scraped..? 🤔
very good video, and topic; please continue on it
Hi Nick,
How to configure idm metrics in Prometheus?
How does rider know about hints when you edit yaml file ??!
Very helpful video!
Awesome Nick
Hello Nick,
In the way you implement that did you saw that for all metrics under "application_httprequests_transactions_per_endpoint" you have value 0, which means that this does not expose results per endpoint. I was interested why this library AppMetrics does not work with endpoints or it is just configurational issue somewhere inside the code example. :)
Hi, great video. Add the counters in code produce some overhead ?
Thanks a lot. This is what I was looking for. If you could make a tutorial on promotheus and Grafana, that will be great
Great videos, but might you consider doing a black or darker background with white text instead? It is eye scorchingly bright when trying to watch full screen, even with my monitor brightness turned down.
That's great. Thanks.
Do a more detailed video on this. Please. Great introductory video though.
Please make the vedio in depth step by step in vs2019 or vs2022. it would be really helpful.
Fantastic video
Great video.
Got a question about the metrics scraping, how do you see the endpoint scraping working in a "Web farm scenario", i. e. Ensuring that each pod/node/instance is scraped, when hitting the public endpoint you don't know which one will serve that request.
Regards
Can this API be used in our Project to keeping a watch on the videos that a user have watched in our Learning Management System ??
That's a nice title nick. Better than: "This COOL TOOL give you control over what happens".
I barely watch your new videos because of all the BS and Ads :(
Nice job Nick... BTW, I need to add Latency metrics to our Grafana dasboard using what AppMetrics Library provides... Could you point me in the right direction?
Dose this work for blazor server application?
Definately for Server-side and probably for WASM as well.
@@nickchapsas Do you have any specific link or procedure which I can follow?
I noticed the Usage and Author icons on your methods, where do those come from? Is that an extension? GIT related?
This is a Rider built in feature. It bases is off of git yeah
Love the video....I see a lot of grafana dashboards which have drivers for content. Specifically like the Kube Pod information. You can select by namespace and by say pod id. This is using a dropdown. I believe it's based on the the template and use the {{service}} label inferencing. How do you set that up in a custom dashboard?
Very good work! Tx
Very very nice!
Hi Nick, I am not able to find the souce code in your github repo. can you pls provide your repo details for me to look at the code. thanks
Sure please send me your GitHub username
What software do you use for drawing the flow diagrams in your videos?
Awesome! This is all great stuff. More please!
thanks for the video, and can you please tell me, whether is it possible to monitor a Linux system from my windows system.
Suppose I'm a user of windows and from this system, I want to analyze the performance of another system in which Linux is installed using Prometheus.
Hi Nick,
Can you please make more videos on Grafana?
Thanks.
Thank you!
Consider using the decorator pattern to decorate your APIs with metrics etc. (SRP principle).
Nice video
Could someone please explain how to configure App.Metrics for HostedService?
Good work Nick!
Recently i started to work on a project with dotnet core web apis hosted in K8S environment. I will try to add Prometheus to monitor the routings and see how many ms do they need to give the response. Do you have any advise on this particular topic? If i find a route that is slow, is it possible to see its http request causing the slowdown?
Please create in-depth video on this topic
Great video for beginners..It would be helpful if you could give an example to add request headers for API request. I need to add a header named authToken with a secret value.I tried bearer_token but it doesn't work.
super training
Hey Nick! Can you please do a tutorial about how to consume a webapi (e.g. your youtube tutorial webapi) in .NET Core MVC App?
I can't find any good ressources how to separate Webapi and Mvc. Maybe a short video how to create the View using our api data...
Subscribed
Hi Nick! What are you using for the drawings at the start of each video? Look like some kind of google tool.
It’s actually Microsoft’s Whiteboard that comes in the Surface Pro
pls can u do a video how to pull all redis database metrics using grafana dashboards
nice video actually
Great!
Dont work for net core 3.1
App.Metrics.AspNetCore.Mvc
very nice
Are you monitoring any other System or an application??
Hi, thanks for the vidéo can somebody send me the full code source, please.
After 2 years I am watching in 2022 . Is this out of the market technology
There is no source code on chapsas.com/. Can you update your site please and add sources? thanks
The source on my website. You need to join my newsletter to get the source code.
Tried to join your site tonight - link it generates does not resolve in GitHub.
@@clintedmonson No it doesn't. You sing up to my newsletter and it automatically invites you to a private GitHub repo
61k population are working on this tech
I have lost whole day and it does not work..Thanks
I have a problem, I need to put 10 likes to this videos LOL
I have a project, kindly get in touch
Awesome Nick