Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Fargate Vs. Lambda: The Last Comparison You'll Ever Need

Things are changing. Technology differences between serverless and container-based systems are rapidly blurring. In 2020, Amazon Web Services (AWS) enabled AWS Lambda to package and deploy functions as container images, instead of bundling all of a function’s code and dependencies in a.zip file. Today, more organizations are increasingly deploying Lambda functions as Docker container images. These companies want to reap the benefits of serverless computing, containers, and container orchestration.

Using Lumigo OpenTelemetry Distributions with other backends

When we set out to trace applications running outside of AWS Lambda, there was little doubt in our minds that building on top OpenTelemetry was by far the best course of action. There are many reasons for this, but chiefly, it is a question of coverage. At its most fundamental level, achieving coverage requires as-wide-as-possible support for technologies, and interoperability among instrumentations.

Azure VM health monitoring - what's right for you?

Virtual Machines (VMs) are virtual computers with dedicated amounts of RAM, CPU power, and storage borrowed from a physical host computer. A Virtual Machine is a computer file, typically an image, that acts like a real computer. A Virtual Machine can have any operating system that runs in a window as a separate computing environment. Users can choose between the Linux distribution or Windows Server in the operating system.

Why and How to Monitor Amazon OpenSearch Service

Some time ago, AWS forked ElasticSearch, the most popular search engine on the planet. They had some struggles with the maintainer of ElasticSearch and decided it was time to part ways. So, with OpenSearch, there is now a new kid in town. Well, not new, but at least some kind of alternative.

Defining and measuring your SLIs and SLOs

Customers expect that online services are available all the time. The truth is that outages happen to almost everyone because providing 100% service availability is challenging and costly. Creating reliable and profitable service is, amongst other things, finding the balance between application availability, costs and time to market. Faster feature delivery means less availability as constant changes to production may cause issues and introduce bugs.

Logic App Best practices, Tips, and Tricks: #16 roll back to a previous version of an Azure Logic App Consumption

Today I’m going to speak about another critical best practice, Tips and Tricks that you need to know, especially when you are developing your Logic Apps Consumption directly on the Azure Portal: If we are developing in the Azure Portal, can we roll back to a previous version of an Azure Logic App Consumption?

Seamlessly Secure Your Cloud-Native Applications with D2iQ + Aqua

As businesses embrace cloud-native application development as a basis for modernization, the shift creates significant security challenges. D2iQ has partnered with Aqua Security to enable organizations to create a seamless DevSecOps experience that accelerates the deployment of secure smart cloud-native applications to prevent and foil cloud-native cyber attacks.

Asynchronous Correlation with Serverless360 BAM

One of the critical differences between distributed tracing and business activity monitoring is that distributed tracing usually assumes that your transaction executes from start to end in a reasonably short time. An example would be that your call to an API might then drop a message on a queue which a function processes and loads into a database.