Operations | Monitoring | ITSM | DevOps | Cloud

Learn How SumUp Implemented SLOs to Mitigate User Outages and Reduce Customer Churn

Blake Irvin and Matouš Dzivjak from SumUp’s Software Engineering team, Honeycomb Solution Architect Michael Sickles and Account Executive Nathan Leary, discuss how SumUp incorporated observability, specifically, SLOs, to identify and resolve issues before they grew into customer-noticeable problems.

Surface and Confirm Buggy Patterns in Your Logs Without Slow Search

Debugging with logs in distributed systems can be a pain. It’s tough to search raw data looking for a pattern, relating potential causes with other logs, and checking trace and metrics data for more confirmation. Is finding one pattern enough? What if there are other problems? Who knows how many colliding factors are relevant? At Honeycomb, we’re flipping the script on the log search problem. Hear our resident experts, (former Splunk Ninja) Michael Wilde and Andy Dufour, discuss how Honeycomb customers have technically evolved their log analysis process to achieve fast pattern detection, skipping the search grep/search loop entirely.

Amazon and Atlassian layoffs, Curl is 25 and more news

Amazon lays off 9,000 more workers, and that's just scratching the surface of recent job cuts. Back in 2008, Atlassian bucked trends and increased hiring when everyone else was firing. This time, they cut 5 percent of their workforce. Is Amazon using return to office mandates as a way to cut jobs? On a lighter note, Happy 25th Anniversary to command line tool, Curl!

Save Cost: Tips for Optimizing Azure Storage

Storage is vital to any software used to solve a business problem. This is because the data must be preserved or stored in any storage before/after/during the processing of data in software. The storage account is an Azure storage offering to store data in different forms based on the requirements. This article discusses Azure Storage cost optimization and how Serverless360 helps focuses on optimizing the cost spent on Azure storage accounts.

Security and real-time Linux in a shifting automotive world

Software is completely changing the automotive industry - from vehicle design to use and maintenance. The whole lifecycle now relies on software and vehicles resembling “computers on wheels”. But vehicles aren’t regular devices like smartphones. They move humans at hundreds of kilometers per hour and need to be safe and secure at all times. When there is software involved, there are always security vulnerabilities. No cybersecurity expert can say the opposite. How can the automotive industry navigate the shift towards software-defined vehicles while ensuring the best level of security?

How Geometric Search Works for Hexagons in Elasticsearch

Geographic grid systems allow zooming into maps at progressively higher resolutions and finer grids. For rectangular grids, this is very simple, but for hexagonal grids, the situation is much more complex, since child hexagons are not fully contained within parent hexagons. This video demonstrates how we can still achieve efficient parent-child search in Elasticsearch using the H3 hexagonal grid.