Operations | Monitoring | ITSM | DevOps | Cloud

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

How FinOps Can Work With Engineering To Achieve Cost Intelligence Maturity

The FinOps position, for most SaaS companies, is a relatively recent addition to the team. FinOps acts as a liaison between the Finance and Engineering teams, with the goal of getting everyone on the same page (and speaking the same language) when it comes to setting, optimizing, and sticking to budgets. FinOps and engineering have a special relationship, because engineers are the ones who ultimately make major infrastructure, development, and design choices that impact the cloud bill.

Kubernetes Health Checks: Everything You Need to Know

When you’re using an application or tool, it’s very important to make sure things are working as they should. For this reason, health checks are critical. A health check is when an application or tool checks its own components and dependencies, then either publishes or exposes a notification method if there is a problem.

Reducing Pager Fatigue in Moogsoft | Moogsoft Product Videos & How-Tos

One of the benefits of implementing Moogsoft is that you can reduce noise and focus on what matters. In this video, we'll take a look at the noise reduction mechanism using sample data from the real world. Don't forget to subscribe for content on DevOps, Observability, AIOps and more!

Top Things To Consider When Connecting IoT Devices To The Cloud

Use cases for the Internet of Things (IoT) range from trucks, to shipping containers, to people, to cows. An organisation’s assets can be mobile, autonomous, even sentient - and the applications for tracking these assets are as limitless as the assets themselves. Analysts have identified asset tracking as the fastest growing industrial IoT market and it is expected that most connected devices will be location aware within the next decade.

Testing Metrics using MetricFire

We offer a free trial period to ensure that our customers use MetricFire successfully. But often when someone signs up for a trial they may not know where to start. This is a guide on how to use your trial to test your data and see if MetricFire is right for your use case. Each use case is different so it is important to book a call with our technical support team so we can help you utilize your free trial optimally for you. Create a MetricFire account for free and see how our system works.

Use Tags to Handle Maintenance Windows in Moogsoft | Moogsoft Product Videos & How-Tos

After watching this video, you will learn how to configure Moogsoft so you can separate the events triggered during maintenance from real issues. Specifically, you will learn how to create a maintenance catalog and maintain it using the catalog API, and how to set up workflow engines to enrich events with a maintenance tag, append a label to link the source to maintenance, and lower the severity. Don't forget to subscribe for content on DevOps, Observability, AIOps and more!

Automate testing for Golang Gin-gonic RESTful APIs

Gin is a high-performance HTTP web framework written in Golang. It contains features and functionalities like routing and middleware out of the box. This helps to reduce boilerplate code, improves productivity, and simplifies the process of building microservices. In this tutorial, I will guide you through the process of building a RESTful API with Golang using the Gin-gonic framework. I will also lead you through building an API to manage the basic details of a company.