Monitoring your applications or APIs is one of the most crucial elements of the DevOps world. If you don’t do it you basically can’t solve errors properly or make new development decision based on your users behaviors, problems and needs. The easiest way to deploy APIs in Azure is to use API Management and the easiest way to monitor apps and APIs is Application Insights. One of the cool features of APIM is that you can have mul...
Jak monitorowany jest NServiceBus. Co stoi za możliwością efektywnego przesyłania tysięcy pomiarów na sekundę? Zapraszam do podróżny wgłąb protokołu odpowiedzialnego za sprawną obługę monitorowania NServiceBus
Architektura 1057 dni, 15 godzin, 17 minut temu 46 źrodło rozwiń
Monitoring services is crucial, if you care about the application uptime. There are hundreds if not thousands parameters which you can (and should) monitor, related to CPU, network, hosts, application and so on. What are they? What are the non-obvious choices?
Sztuka programowania 1082 dni, 18 godzin, 30 minut temu 103 źrodło rozwiń
Po co nam monitoring? Ktoś może powiedzieć, że chce wiedzieć o wszystkich problemach, które pojawią się w jego systemie. Poszedłbym jednak dalej: monitoring miałby, w pewnych przypadkach, odpowiednio wcześniej sygnalizować ewentualność takich problemów. Potrzebujemy do tego odpowiedniego zestawu liczników, które zbieramy i ...
Bazy danych i XML 1130 dni, 18 godzin, 55 minut temu 75 źrodło rozwiń
Czy jako administrator baz danych zetknąłeś się z pytaniem: czy z bazą wszystko OK? Pytanie takie zwykle pada, kiedy użytkownicy aplikacji zauważają spowolnienia w pracy systemu. I jak to w takich sytuacjach bywa, trzeba znaleźć przyczynę. Właśnie diagnoza jest największym wyzwaniem: rozpoznanie, czy bieżący stan bazy danych jest przyczyną, czy raczej skutkiem powstałych problemów? Na...
Bazy danych i XML 1130 dni, 18 godzin, 55 minut temu 144 źrodło rozwiń
It’s been quite a while since I posted the latest update of the Warden project designed for monitoring the resources in general. After a lot of back-end coding and refactoring, the time has come to finally focus on the new web interface implementation. And this is where the things start to become interesting (I promise).
A few posts back I wrote about an Application Insights, Azure based solution for tracking application data. Yesterday I realised it has a feature that I wanted to use it even more. I think you will want to use it too.This feature is annotating VS with exception details. Just recently I’ve released a feature to dotnetomaniak.pl site that allows to display a weekly summary. Of course one assumption was incorrect an in certain time it did throw an exception. I’ve noticed that and started to fix it. You have...