Operations | Monitoring | ITSM | DevOps | Cloud

What is CI/CD?

CI/CD is a software development strategy which allows for faster development by introducing automation while still maintaining the quality of code deployed to production. Implementing a CI/CD pipeline not only promotes a safer deployment process but also improves the incident response process. CI/CD is broken down into multiple parts. The CI refers to continuous integration, meanwhile, the CD can refer to continuous delivery and/or continuous deployment.

How to use Lambda extensions with Sumo Logic to reduce operational overhead and improve performance

We are excited to partner with AWS to get real-time log data from AWS Lambda through the new AWS Lambda Runtime Log API and AWS Lambda Extensions. AWS Lambda Extensions enable us to more easily integrate into the AWS Lambda execution environment to control and participate in the AWS Lambda lifecycle and the AWS Lambda Logs API enables us to collect function, platform, and extension logs. Through this integration, Sumo Logic and AWS make it possible to reduce operational overhead and improve performance.

How to catch all exceptions in Python

One of the struggles developers face is how to catch all Python exceptions. Developers often categorize exceptions as coding mistakes that lead to errors when running the program. Some developers still fail to distinguish between errors and exceptions. In the case of Python application development, a python program terminates as soon as it encounters an unhandled error. So, to establish the difference between errors and exceptions, there are two types of errors.

Automating common ServiceNow-Microsoft workflows just got easier

IntegrationHub spokes accelerate ServiceNow-Microsoft workflow automation One of the features of the Now Platform Paris release is built-in Microsoft Azure Active Directory integrations that simplify common workflows ServiceNow Onboarding and Software Asset Management (SAM).

Air Quality Monitoring Made Easy with the InfluxDB Air Quality Monitoring Template

Air quality monitoring is important as poor air quality is responsible for an estimated 60,000 premature deaths in the United States each year, and annual costs from air pollution-related illness are estimated at $150 billion. Air quality monitoring can help track and guide action to reduce air pollution, which can cause short-term and long-term health effects for children, older adults, and people with heart disease, asthma, and other respiratory conditions.

ManageEngine recognized as a 2020 Gartner Peer Insights Customers' Choice for Application Performance Monitoring

The mission for the ManageEngine Applications Manager team has always been simple: to provide a unified solution that helps organizations deliver a seamless end-user experience. Application performance significantly impacts operations. Tracking every element across your application stack, finding and fixing problematic components, and ensuring a flawless digital experience is crucial for seamless performance.

Paul Dix [InfluxData] | Opening Keynote | InfluxDays Virtual Experience NA 2020

In this keynote, InfluxData Founder and CTO Paul Dix shares updates on InfluxDB and Flux and announces an exciting new open source project, InfluxDB IOx — a powerful storage engine designed to execute increasing query workloads over time. InfluxDB IOx lifts restrictions on cardinality, data size and cluster size – expanding the possibilities for workloads across thousands of servers and petabytes of data.

Webinar: Debugging AWS Lambda Timeouts with Yan Cui

When a Lambda function times out, it’s one of the trickier problems to debug, especially if the function performs multiple IO calls. What was it doing when it timed out? And how do I identify these timeout errors quickly when Lambda lumps them together with other unhandled exceptions? In this webinar, we will show you how to identify and debug timeout errors, and strategies for mitigating timeouts and degraded performance more gracefully when there are underlying issues.