article thumbnail

A Guide to Prometheus Exporters: Techniques and Best Practices

DZone

With the help of exporters, Prometheus can provide insightful data and effectively monitor a variety of services, including databases, web servers, and custom-made applications. Paired with Prometheus exporters, the tool can adapt to a variety of surroundings, which is one of its strongest points.

article thumbnail

Best Practices in Cloud Security Monitoring

Scalegrid

This article strips away the complexities, walking you through best practices, top tools, and strategies you’ll need for a well-defended cloud infrastructure. Get ready for actionable insights that balance technical depth with practical advice. This includes servers, applications, software platforms, and websites.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

mysqldump Best Practices: Part 1 – MySQL Prerequisites

Scalegrid

Mysqldump is a client utility that is used to perform logical backups of the MySQL database. This popular migration tool is useful for various use cases of MySQL such as: Backup and restore of databases. Migrating data from one server to another. Migrating data across different managed MySQL service providers.

article thumbnail

Best Practice for Creating Indexes on your MySQL Tables

Scalegrid

There will be a short duration (tens of seconds) during which you will lose connectivity to your database due to the failover, but this can be overcome by having application-level retries. times higher when the index creation happened on the master server. Best Practice for Creating Indexes on your #MySQL Tables Click To Tweet.

article thumbnail

Logging to Infinity and Beyond: How To Find the Hidden Value of Your Logs

DZone

Since you need to access multiple components (servers, databases, network infrastructure, applications, etc.) We'll talk about best practices and habits and use some of the Log Analytics tools from Sumo Logic as examples. Let’s blast off and turn that cosmic trash into treasure!

article thumbnail

Don’t Start Using Your MySQL Server Until You’ve Configured Your OS

Percona

Whenever you install your favorite MySQL server on a freshly created Ubuntu instance, you start by updating the configuration for MySQL, such as configuring buffer pool, changing the default datadir director, and disabling one of the most outstanding features – query cache. It’s a nice thing to do, but first things first.

Servers 109
article thumbnail

T-SQL bugs, pitfalls, and best practices – window functions

SQL Performance

This article is the fourth installment in a series about T-SQL bugs, pitfalls and best practices. The focus of this month's article is bugs, pitfalls and best practices related to window functions. In my examples I'll use a sample database called TSQLV5. Previously I covered determinism , subqueries and joins.