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.
As Black Friday 2020 fast approaches, companies far and wide have started advertising mega sales in their droves. With slashed prices as high as 75% off, Black Friday has become one of the highest revenue days of the year for the retail industry. This year, however, is different.
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.
Implementing distributed tracing is fast becoming a fundamental expectation when building modern (distributed) systems. However, this is yet another thing for developers to learn, and configuring distributed tracing on Kubernetes is hard, right? Actually, no. Getting started with Jaeger on Kubernetes has never been easier.
Today, AWS announced the AWS Lambda Runtime Logs API, a new way to easily send logs from AWS Lambda functions directly to your destination of choice. AWS Lambda Extensions, announced in October, provide the ability to run code in parallel that is independent of your function’s lifecycle. We’ve created an extension that utilizes the Lambda Runtime Logs API to send your logs directly to Honeycomb.
Life is always about improving, right? As we have been doing for so many years, we pay attention to your suggestions. And that has led us to make some decisions in order to improve our release strategy. After carefully studying your comments, we have decided to offer two different types of releases. On the one hand, solid long-term releases. On the other, we will keep on going with our regular periodic releases where we offer constant short-term improvements.
AWS released Lambda Extensions just over a month ago, and we explained what they are and why they matter. Today, AWS has announced AWS Lambda Logs API, a way for extensions to subscribe to and process Lambda logs in real-time.
Our goal is to support both MySQL and PostgreSQL as a backend wherever we need a database. Our latest addition in this area was PostgreSQL support for reporting, which will be released in the next few weeks. We don’t have PostgreSQL support for Icinga Certificate Monitoring yet. But it has already been worked on and the pull request for it is waiting to be tried. We would be happy to receive feedback in this regard so that we can fully merge PostgreSQL support as soon as possible.