Anadi Misraanadimisra.hashnode.dev·17 hours agoBuilding Observability for MicroservicesLet’s say you distribute the work that a single highly experienced person is doing to multiple individuals, each performing a specific task. Distributing the work this way may increase throughput and eliminate the single point of failure. However, no...DiscussDevops
Omid Eidivandiserverlessfolks.hashnode.dev·Sep 10, 2023The meaningfulness of Events via standardization ( Part 4 )In this part of the series, I'll focus on Filtering and Versioning optimization in EDA. Some From The Past In the previous parts, we focused on Event Envelope Promises documenting Validation Filtering Event Driven Design introduces some comple...Discussstandardization
Adarsh SrivastavaforTryst with Debuggingctrlb.hashnode.dev·Sep 5, 2023Welcome to CtrlBI want to take this opportunity to thank you all for your support and input at various stages of our journey. We at CtrlB have the vision of removing guesswork out of debugging by redefining observability in a way where developers are first-class cit...Discuss·79 readsdebugging
Greptimegreptime.hashnode.dev·Sep 1, 2023Vector now has a Built-in Sink for GreptimeDBLast month, our implementation of the GreptimeDB Sink for the Vector project has been successfully merged. With the recent release of Vector 0.32.0, Vector has officially integrated GreptimeDB as a metrics data Sink. This allows users to channel data...DiscussGreptime
Marcel Michaublog.marcelmichau.dev·Aug 31, 2023Reduce Azure Log Analytics Cost by Tweaking Health Checks LoggingOpen any book on building software & you will eventually spot a piece of wisdom resembling the following: Observability is important I agree with that statement. It's crucial to be able to ascertain that a system is functioning correctly, and when ...Discuss·2 likes·99 readsobservability
Alvin Leealvinslee.hashnode.dev·Aug 29, 2023Extracting Maximum Value from LogsLogging is arguably the most important element of your observability solution. Logs provide foundational and rich information about system behavior. In an ideal world, you would make all the decisions about logging and implement a consistent approach...Discusssoftware development
Siddharth Sabalesiddo.hashnode.dev·Aug 29, 2023Learning about Grafana dashboards and widgetsOverview of dashboards in Grafana The concept of dashboards is borrowed from the automobile industry, where a dashboard gives drivers all the necessary controls required to monitor and control the vehicle. Similarly, in the computing world, we create...Discuss·1 like·69 readsGrafana
Shai AlmogforJava, Debugging, DevOps & Open Sourcedebugagent.com·Aug 22, 2023It's 2AM Do you Know What Your Code is Doing?Once we press the merge button, that code is no longer our responsibility. If it performs sub-optimally or has a bug, it is now the problem of the DevOps team, the SRE, etc. Unfortunately, those teams work with a different toolset. If my code uses up...Discuss·33 likes·175 readsdebugging
Unni Piamunnip.hashnode.dev·Aug 22, 2023Prometheus - HTTPS & Authentication - Part 4Prerequisites In my previous article, we looked at how we can set up Prometheus and Node Exporter as systemd services on an Ubuntu instance. https://iamunnip.hashnode.dev/prometheus-installation-on-amazon-ec2-ubuntu-part-3 But in the above setup, w...Discuss·140 readsPrometheus#prometheus
Unni Piamunnip.hashnode.dev·Aug 21, 2023Prometheus - Installation on Amazon EC2 (Ubuntu) - Part 3In my previous article, we looked at how we can quickly set up Prometheus and Node Exporter. https://iamunnip.hashnode.dev/prometheus-quick-setup-on-amazon-ec2-ubuntu-part-2 But in that setup, Prometheus and Node Exporter processes are running in t...Discuss·82 readsPrometheus#prometheus