Operations | Monitoring | ITSM | DevOps | Cloud

Lumigo

Introducing Trace Endpoint Mapping

At Lumigo, we see ourselves as your reliable ally in the noble mission of detecting and vanquishing troublesome issues that lurk within your serverless and container applications. Our secret sauce? Equipping you with a wealth of detailed trace data, ensuring you’re always well-lit and ready for battle when the nefarious ‘bugs’ make their unsolicited appearances.

Troubleshooting Bad Health Checks on Amazon ECS

Health checks are an important factor when working with containerized applications in the cloud and are the source of truth for many applications in terms of their running status. In the context of AWS Elastic Container Service (ECS), health checks are a periodic probe to assess the functioning of containers. In this blog, we will explore how Lumigo, a troubleshooting platform built for microservices, can help provide insights into container crashes and failed health checks.

Log-Free Troubleshooting

With piles of logs generated from every function, container and API in your microservice-based application, how can you easily surface meaningful information so you can debug quickly? You don’t. You let Lumigo do it for you. In this live product training, we’ll share every tip and trick in Lumigo that will save you time and stop you from digging through logs when errors occur. Make sure to subscribe so you don't miss out on any new livestreams and observability content!

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

In the first part of our series on Building, Deploying, and Observing SDKs as a Service, we delved into the world of APIs and successfully deployed our own REST APIs by wrapping the existing pet store APIs. Now, it’s time to take our journey further and unlock the true potential of SDKs. In this second part, we’ll explore how to build an SDK for the pet store API using the OpenAPI spec and the OpenAPI Generator project.

From Migration to Production-Ready: Compete's Serverless Journey with Lumigo

After migrating to serverless, Compete was tackling the complexities of troubleshooting these complex, dynamic applications. Using Lumigo, however, enabled Compete to find and fix bus in production, in just minutes without logs. Make sure to subscribe so you don't miss out on any new livestreams and observability content! With one-click distributed tracing, Lumigo lets developers effortlessly find and fix issues in serverless and containerized environments.

The Curious Case Of Kubernetes Health Checks

Health checks for cloud infrastructure refer to the mechanisms and processes used to monitor the health and availability of the components within a cloud-based system. These checks are essential for ensuring that the infrastructure is functioning correctly and that any issues or failures are detected and addressed promptly. Health checks typically involve monitoring various parameters such as system resources, network connectivity, and application-specific metrics.

The Art of Using Execution tags to Troubleshoot ECS

In the grand tapestry of software engineering, our journey often winds through labyrinthine layers of application logic. Here, bugs play a compelling game of hide-and-seek, and features dance in an unpredictable ballet. During these instances of fervent exploration, we find ourselves longing for a reliable compass—a secret weapon—to help us decipher the riddles that lie ahead. Cue execution tags, our luminous lighthouse cutting through the dense fog of complexity.

Step Functions in the Real World

AWS Serverless Hero Yan Cui and Sandeep Kumar, Principal Solutions Architect at Antstack explore AWS Step Functions and how you can solve complex business problems with them. During the webinar, they discuss the different use cases for Step Functions and how to use them effectively. Make sure to subscribe so you don't miss out on any new livestreams and observability content! With one-click distributed tracing, Lumigo lets developers effortlessly find and fix issues in serverless and containerized environments.

Crash Course on Building and Monitoring AWS CDK Apps

In this webinar, learn how to use the AWS Cloud Development Kit (CDK) to build a complex microservice-based application and implement distributed tracing to monitor it. You'll be able to follow along with Thorsten Höeger, Cloud Automation Evangelist, and AWS CDK expert Michele Mancioppi, as they live-code an application that uses AWS Lambda with Node.js, and Amazon ECS with Java. Once built, you'll learn how you can apply distributed tracing to any AWS CDK-based application, in just a single line of code.

Leveraging OpenTelemetry to Fix Flaky Integration Tests

At Lumigo, we heavily depend on a set of tests to deploy code changes fast. For every pull request opened, we bootstrap our whole application backend and run a set of async parallel checks mimicking users’ use cases. We call them integration tests. These integration tests are how we ensure: Recently, we changed our old “traditional log traversing” of integration tests into *amazing* OpenTelemetry traces graphs.