Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Monitor any SQL metrics with Netdata (and Pandas )

We recently got this great feedback from a dear user in our Discord: This is great and exactly what we want, a clear problem or improvement we could make to help make that users monitoring life a little easier. This is also where the beauty of open source comes in and being able to build on the shoulders of giants - adding such a feature turned out to be pretty easy by just extending our existing Pandas collector to support SQL queries leveraging its read_sql() capabilities.

10 Alternatives To Layoffs For Tech Companies In 2023

Alphabet. Netflix. Shopify. Amazon. Meta. Microsoft. These are just a few of the leading tech companies that recently laid off thousands of employees. Slashing jobs, because it is often one of the biggest expenses for tech companies, may seem like a quick fix, but it can be counterproductive, especially when it impacts experienced engineers. So, what are the specific reasons tech companies are cutting jobs? And what are the alternatives to layoffs?

Get notified on Azure app registration client secret expiration!

Azure AD app registration identities are used to provide access to specific resources in Azure. We use some App Registrations in Azure, for example, the security concerns, many organisations dislike enabling users to build Azure Active Directory (AAD) and Service Principals (SP). Building a manual process, on the other hand, might be a bottleneck and a time sink. However, you can build an Office365 form for users to request AAD application registration.

How to achieve distributed tracing using Application Insights?

In this blog, we will explore how distributed tracing works in Application Insights and how to use it to diagnose the issues in a distributed application. Azure Application Insights is a powerful tool for monitoring and diagnosing application performance issues and supports distributed tracing. It is an extension of Azure Monitor and provides Application Performance Monitoring features out of the box.

Azure Blob Storage vs. Google Cloud Storage - Which is Better for Your Data Storage Needs?

In the digital age, storing data on-premise is becoming less popular as more businesses are moving their data to the cloud. Cloud storage services offer scalability, accessibility, and cost-effectiveness, making them an attractive option for businesses of all sizes. Azure Blob Storage and Google Cloud Storage are two popular cloud storage services that offer different features and benefits to their users.

How to Use Knowledge Management to Enhance IT Support

Knowledge Management for IT Support Do your IT support initiatives use up a ton of your business’ resources? You are not alone. In fact, HDI found that a single tech support instance can cost your company anywhere from $2.93 to a whopping $49.69. Worse yet, escalated support tickets can cause this cost to triple. Of course, you cannot exactly go without a dedicated IT department and tech support staff.

Automate Your Deployments on Kubernetes Using GitHub Workflows and JFrog Artifactory Custom Webhooks

Full automation makes your Continuous Deployment (CD) faster, seamless and less error prone. For example, triggering the deployment of your Helm Chart when a Docker image is pushed to production. The latest JFrog Artifactory release makes this easy! With a new Custom Webhook feature that enables a direct integration with a variety of services such as Gitlab Pipelines, Jenkins and GitHub Actions.