Operations | Monitoring | ITSM | DevOps | Cloud

Latest posts

How to monitor connector's API Connections in Logic Apps?

Let us consider a scenario where a Logic App is used to communicate with SharePoint through API connections, known as connectors. When configuring the connector, it communicates with Azure AD, retrieving a username and password and continuously refreshing the authentication token. When the Logic App calls the connector, it performs operations like uploading files to SharePoint.

4 Node.js Logging libraries which make sophisticated logging simpler

Node.js logging, like any form of software instrumentation, isn’t an easy thing to get right. It takes time, effort, and a willingness to continue to iterate until a proper balance is struck. There are so many points to consider, including: Previously, here on the Loggly blog, I began exploring these questions in the context of three of the most popular web development languages: PHP, Python, and Ruby. But these aren’t the only popular languages in use today.

SMS Alerts for GitHub Actions - Civo Navigate NA 2023

Rishab Kumar, a Developer Evangelist at Twilio, shares their insights on implementing SMS alerts for GitHub actions during an informative talk. Their presentation primarily focuses on using GitHub Actions for build and CI/CD tasks due to its efficient cost structure. However, Rishab points out a feature gap: the platform lacks the capability for SMS alerts or phone calls. To address this, they demonstrate how to configure SMS alerts in a manner akin to enterprise tooling such as OpsGenie or PagerDuty.

Getting Started with Users in pgAdmin and Aiven

In this tutorial, we'll walk you through the process of creating users both on pgAdmin, a powerful GUI tool for managing PostgreSQL databases, and the Aiven platform. User management is an essential aspect of database administration, and we'll show you how to add new users, define their roles and privileges, and configure authentication settings. Whether you're a beginner or an experienced user, this video provides a comprehensive guide to effectively create and manage users in your PostgreSQL environment.

7 Tips for Remote Data Center Management

As data centers become increasingly decentralized, managing them remotely is now a must-have skill. Data center professionals need to maintain uptime, increase efficiency, and boost productivity across all their global sites without leaving their desk. While this might have once seemed near-impossible, with the right tools and processes, remotely managing your data center can be even better than physically being there.

Rethinking Observability with MinIO and CloudFabrix

While the growth trajectory for data in general is extraordinary, it is the growth of log files that really stand out. As the heartbeat of digital enterprise, these files contain a remarkable amount of intelligence – across a stunning range, from security to customer behavior to operational performance. The growth of log files, however, presents particular challenges for the enterprise. They are not “readable” per se, they require machine intelligence.

Load Testing vs. Performance Testing vs. Stress Testing

Just conducting one type of testing is generally not enough. For example, let’s say you decide to perform unit testing only. However, unit tests only verify business logic. Many other types of tests exist to verify the integration between components, such as integration tests. But what if you want to measure the maximum performance of your application? Or what if you want to know how the application behaves under extreme stress?