Operations | Monitoring | ITSM | DevOps | Cloud

Ease the Transition: 5 Tips for Taking Over your Team's Uptime.com Account

Eleven basic checks and one status page. That’s all you see when looking over the account usage of the Uptime.com account you are now managing for your company. When you logged in for the first time you saw a dashboard with cards and metrics, labeled with titles that don’t obviously connect to services you offer. Your first clicks were to navigate to view the subscription – maybe your plan details can give you some guidance. Does this sound like you?

5 Common Amazon Kinesis Issues

Amazon Kinesis is the real-time stream processing service of AWS. Whether you got video, audio, or IoT streaming data to handle, Kinesis is the way to go. Kinesis is a serverless managed service that integrates nicely with other services like Lambda or S3. Often, you will use it when SQS or SNS is too low-level. But as with all the other services on AWS, Kinesis is a professional tool that comes with its share of complications.

Auto-Instrumenting NestJS Apps with OpenTelemetry

In this tutorial, we will go through a working example of a NestJS application auto-instrumented with OpenTelemetry. In our example we will use a simple application that outputs “Hello World!” when we call it in the browser. We will instrument this application with OpenTelemetry’s Node.js client library to generate trace data and send it to an OpenTelemetry Collector. The Collector will then export the trace data to an external distributed tracing analytics tool of our choice.

Lumigo + JetBrains

Lumigo uses IntelliJ IDEs everywhere. The back-end developers love their PyCharm and us frontend developers use WebStorm all the time. No doubt that it’s one of the most popular IDE’s out there. One of the perks at Lumigo is that as employees, we can use 10% of our working time to invest in personal projects or do cool things for self-development and innovation.

10 WordPress Errors That Can Tank Your Website (+ How to Fix Them)

WordPress powers more than 455 million websites globally (some 37% of the total) and dominates a staggering 62% share of CMS (content management systems) platforms. It also offers more than 54,000 plugins to customize your site. However, as with any new process or tech, such as your new business text messaging tool, things may not always go right. What are the most common errors that can occur with WordPress and adversely affect your website?

Network Fault Monitoring vs. Network Performance Monitoring

Every IT administrator knows that users typically complain of two things: the network doesn’t work or it’s slow. When your network isn't working, it’s usually because something is down and we can rely on Network Fault Monitoring tools to notify us. But where do we start when users complain of poor performance? And what tools are available to help us? In these situations, Network Performance Monitoring tools might be just what you need.

Best practices to collect, customize and centralize Node.js logs

Node.js is an established platform for developing server-side applications in JavaScript. One of the most fundamental concerns that arise during the development of Node.js apps is how to carry out proper logging that will be safe, secure and performant. While there are several options for configuring Node.js logging, a few specific engineering best practices still apply, no matter which option you choose.