Dashboard sprawl is a real problem whether you’re using Grafana or any other tool. When growing to thousands of users – and as many dashboards – you’ll eventually want more information about how the tool is being used in your organization. After all, dashboards don’t help anyone if they aren’t being used. Managing large installations is one of the areas where Grafana Enterprise improves Grafana, and our launch of usage insights in 7.0 is a key part of that.
A product’s user experience consists of the before, during, and after of a user’s interactions with it, or more precisely, their expectation, satisfaction, and fulfilment. Experience can be influenced by anything from marketing materials, product reviews, interaction with sales, through to cost, installation and onboarding process, product stability, post-sales support, and numerous other factors. So it’s clear that creating a positive experience is a collective responsibility.
The GitKraken Git GUI now integrates with Trello as an issue tracker! You can now manage your Trello issues directly from the GitKraken ecosystem. This allows developers to stay focused on the lines of code in front of them, while also staying on top of personal and team assignments. You no longer have to leave the GitKraken Git GUI to do the following: *Paid features. The Trello integration isn’t the only treat you will enjoy courtesy of the GitKraken Git GUI v7.1 release.
One of the reasons companies practice Chaos Engineering is to prevent expensive outages in retail (or anywhere, for that matter) from happening in the first place. This blog post walks through a common retail outage where the checkout process fails, then covers how to use Chaos Engineering to prevent the outage from ever happening in the first place. Let’s dive in. Maybe you’ve been there.
HAProxy Technologies is excited to announce the release of HAProxy 2.2, featuring a fully dynamic SSL certificate storage, a native response generator, an overhaul to its health checking system, and advanced ring logging with syslog over TCP. Watch our on-demand webinar Ask Me Anything About HAProxy 2.2. If you missed the webinar about HAProxy 2.2, you can watch it on-demand as well.
One of the most important parts of the Mattermost source code is the one responsible for accessing the Mattermost database: the store. Every single database access is handled by the store, so we needed to find a way to extend its functionality while introducing as little complexity as possible. This is the reason behind the current layered approach using struct embedding.