Setting Up Grafana with Prometheus

Grafana is an interactive web application used to monitor our systems. Grafana is open-source analytics and monitoring software. It helps to create, explore and share the data using the dashboards.  It helps us to query, visualize and understand the data. In this hands-on lab, we will set up Grafana and add Prometheus as a data source to it. You can refer to the […]

Hugo On Kubernetes

To learn how to deploy a blogging website using Hugo on Kubernetes Hugo is one of the most popular  open-source Static Site Generator (SSG) frameworks written in Go.  It allows developers to build fast HTML websites by combining content and templates. Visit the official documentation of Hugo to know more about it.In this blog, we will see how […]

Introduction to Prometheus & Types of Metrics

Get started with Prometheus, its features, components and different type of metrics Overview Metrics is a way to measure something. The metrics provide an insight into the performance, and then based on these insights, we can take decisions to improve the infrastructure. There are many tools that are available for monitoring like AppDynamics, Datadog, New […]