Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Quantum Entangled Observability

As the world of technology continues to evolve, the demand for cutting-edge solutions to monitor and optimize system performance has never been higher. Today, we’re excited to introduce a revolutionary new concept in observability: Quantum Entangled Observability (QEO). This ground-breaking method leverages the peculiar properties of quantum mechanics to provide unparalleled insights into your systems’ inner workings.

Observability as a Software Development Tool

I asked ChatGPT what a software development tool is and got the following response: Software development tools help developers create and deploy software. Examples include code editors, IDEs, and version control systems. They make coding easier, debugging faster, and collaboration smoother. While I agree with most, I’m missing the clear focus on software increments to improve software quality and achieve operational excellence.

Happy 5th Birthday to Lumigo!

We are thrilled to share with you that Lumigo recently celebrated its 5th birthday! It’s been an incredible journey since our founding back in March of 2018, as we’ve made significant strides in providing developers a new way to troubleshoot their microservices in the cloud. From the beginning, our mission has been to help developers in organizations of any size to confidently take full advantage of all the promise of cloud architectures.

Serverless Days ANZ 2023 Recap

When a tech community comes together, great things happen and Serverless Days ANZ 2023 was no exception. As soon as you checked-in, you could feel the community spirit, buzz and excitement that comes with an event like this. It’s been four years since the last Serverless Days ANZ was able to run IRL (In real life), and the local serverless community had been eagerly waiting for its return.

Choosing the Right AWS Messaging Service for Your Application

With the dawn of microservices and serverless, event-driven architectures have become the way to go when building a new system in the cloud. This approach has allowed for greater scalability, as the system can easily adapt and respond to changes in traffic or demand without having to overhaul the entire architecture. Additionally the Event-driven approach means your application is mainly concerned with routing event data to the right services.

OpenTelemetry on AWS, beyond instrumentation and into resource attributes

Instrumenting your code is essential to understanding your system’s performance and diagnosing issues as they arise. Traditionally, this was accomplished using proprietary vendor libraries, causing major lock-in. Enter OpenTelemetry. OpenTelemetry is an open-source project that provides a set of APIs, SDKs, and integrations for instrumenting code.

Building, deploying and observing SDKs as a Service - Part 1

An API, or application programming interface, is a set of protocols and instructions that allows two software applications to communicate with one other. APIs can be implemented in a number of architectural styles. One of the most popular styles is REST (representational state transfer,) which allows server and client interaction in a stateless manner.

Monitoring AWS DynamoDB performance and latency

Amazon DynamoDB is a fully managed NoSQL database service provided by AWS and is tailor-made for serverless applications. As a fully managed service, we don’t have to worry about operational tasks with DynamoDB, such as hardware provisioning, configuring instances, scaling, replications, software patching, etc.

Comparing Amazon ECS launch types: EC2 vs. Fargate

Amazon Elastic Container Service (ECS) is a fully managed container orchestration service that enables users to easily run, manage and scale containers on AWS. With ECS, you can deploy containers either on a cluster of Amazon EC2 instances or on AWS Fargate, a serverless computing engine for containers. In this article, we’ll look at how these two launch types compare and explore how to start using them.

Zero-Friction AWS Lambda Instrumentation with external extensions

If you’ve been in the software business for some time, you’ve probably noticed that creating software isn’t only about adding features. There are usually many different tasks involved. You have to test your system, fix bugs, and ensure it keeps working over its lifetime.