Dashboards

How to visualize data with Azure Monitor

So far, we’ve learnt how to collect data (part 2) and pull it into Azure Log Analytics (part 3), as well as how to actually work with the data using Kusto (part 4). Now it’s time to explore how we can visualize this data, make dashboards, share them with other teams in our organizations and so on. Unfortunately, dashboarding in Azure is not very sophisticated, and neither is it centralized.

Pro tip: How to monitor client certificate expirations with Prometheus

Certificates can be difficult to track and opaque to administrators, and if any expire without someone noticing, embarrassing outages can happen. At Grafana Labs we strive to make all things visible and observable; why should certificates be any exception? In this post we will explore an easy way to expose and monitor certificate expirations using Grafana and Prometheus.

New Ways to Uncover Trends with Discover

While powerful, our first iteration of Discover had some user experience complexities that made it less user-friendly than other potential search mechanisms. We also heard from you that our Events feature was useful for identifying individual events, but finding common patterns within those events was extremely difficult — keyword, ”was”. I want to share some of the features and the top 5 use cases that you can do with the refreshed Discover.

Dashboards Beta App: What's New in v0.4

If you haven’t yet heard...Splunk dashboards are new and improved! We released a new dashboard framework as a beta app at .conf19, and have been working hard to improve it since then. This blog post will cover the highest-impact features in the release. For notes on every feature, see the release notes on Splunkbase. To see a run-anywhere dashboard highlighting the key features from this release, copy the JSON definition from our Github.

New in Grafana 6.6: Forcing minimum alert evaluation frequency

There has long been a request from administrators to have the ability to enforce a minimum interval between alert rule evaluations. This is useful for restricting unrealistic user-defined alert rules that evaluate too often and create unnecessary load in the backend. @Uepoch took the initiative and made all the necessary modifications for this configuration in Grafana’s backend, and we finally pushed it forward and introduced the feature in Grafana v6.6.

SquaredUp for Azure version 4.5

We are excited to announce the release of new versions of our two flagship products: SquaredUp for Azure version 4.5 and SquaredUp for SCOM version 4.5. Our product engineering teams have been working hard on the first big update since the launch of SquaredUp for Azure in November 2019, and have added some great new features and improvements based on customer feedback, including these beautiful cost visualizations…

How SkySilk Cloud Services uses Grafana dashboards

Stefano Mitchell is a customer support engineer at SkySilk Cloud Services. It’s no secret that there is a correlation between a team having quick access to metrics and swift resolutions. Accurate monitoring metrics displayed in a clear and efficient manner help your teams respond to alerts and issues as they arise in real time. SkySilk Cloud Services, a cloud services provider, uses Grafana dashboards internally to maintain a strong overview of regional system health.

How to configure Grafana as code

Grafana dashboards can do a lot, but do you know how much more you can get out of them by configuring them as code? That was the topic of a recent FOSDEM 2020 talk by Grafana software developer Malcolm Holmes and Julien Pivotto, an open source consultant at Inuits. In their presentation, the pair discussed Grafonnet (a Jsonnet library to generate Grafana dashboards), provided tips and tricks about how to use it efficiently, and explained how to fully manage your Grafana instances from code.