-
Monthly price
-
Paid subscribers
-
Monthly revenue
-
Paid trend
0.0×
Free trend

Popularity trend

Loading...
Get a weekly roundup of the best Substack posts, by hacker news affinity:

rnemet's top posts of the month

By hacker news affinity
day week month year all
rnemet 0 likes 21 Mar 23
This is the third part of a series about designing metrics for event-driven systems. You can check the first part and the second part of this series before proceeding. While I discussed the general principles of designing metrics in the first part, I explained Prometheus metric types
rnemet 0 likes 05 Mar 23
Event-driven systems at the moment are dominating when it comes to software system design. Some of the characteristics of event-driven systems are asynchronous actions and eventual consistency. In traditional systems, each call will produce an immediate response. While in event-driven systems(EDS) the response is not immediate but it is made when the system is ready to process a call. The EDS is not easy to debug or predict the next state. But we can try to understand what is happening in the system by looking at the events produced by the system.
rnemet 0 likes 14 Mar 23
This is the second part of a series about designing metrics for event-driven systems. You can check the first part of this series. Prometheus is open source system for monitoring and alerting. It is a part of CNCF (Cloud Native Computing Foundation) and it is one of the most popular monitoring systems. You can say it is a de facto standard for monitoring in Kubernetes.