Operations | Monitoring | ITSM | DevOps | Cloud

Vicky User Community 2021: Thank You for the Contributions!

2021 was a great year for VictoriaMetrics! We delivered a lot of new features, our team doubled in size, and so did the list of public case studies written by VictoriaMetrics users as well as the community contributions to the product. See our 2021 Momentum blog post for details on all our achievements last year. All this wouldn’t be possible without our supportive community, their help, patience and creativity.

What's new in VictoriaMetrics 2021?

The 2021 year is finished, so it’s time to look at changes VictoriaMetrics has gained during the past year. The first release in 2021 was v1.52.0. The last release in 2021 was v1.71.0. More than 20 new releases of VictoriaMetrics were published during the 2021. The full changelog is available at this page. Let’s look at the most interesting changes.

5 essential metrics to monitor in your VMware environment

VMware enables businesses of all kinds to set up and employ virtual machines (VMs) and servers. These virtual instances provide an abundance of benefits, such as faster speeds, reduced costs, and reduced downtime. However, they can also be quite difficult to manage. Without proper VMware monitoring software, these virtual instances can suffer severe performance loss.

10 big data and analytics resolutions for 2022

2022 will be a watershed year for big data, AI and analytics, with more companies expecting tangible business results. But from IT’s vantage point, there is still much work to be done. Here are 10 New Year’s big data resolutions for IT. 1. Establish a data retention policy Many organizations have just kicked the can down the field, avoiding the big data retention discussion altogether.

How We Use RPC to Share Database Connections and Scale our Multi-Product Architecture

The database/sql package in the Go standard library maintains a pool of connections so that all queries going through a single *sql.DB instance will reuse the same pool. This is great because you get a connection pool out of the box. But what if you need to share the same connection pool across processes? How do you use the same API in different processes but still reuse the same pool?

Azure vs. AWS vs. GCP: A Direct Comparison

Ever since the pandemic hit the world in 2020, many businesses and institutions have begun to adopt cloud computing into their operations. With more employees working from home, companies have moved from on-site data centers and chosen cloud computing services. Although cloud computing is not new, its relevance has increased during the last year and has revolutionized how businesses and institutions are operating now.

Path To Rancher Desktop 1.0.0

Rancher Desktop has been in development for just over a year with the open question: when do we have a 1.0.0 stable release? Along the way the scope has expanded, it was ported to run in more places and the development team has grown. All of this happened as we worked out if Rancher Desktop would be useful for people, what features people want to use and what are good ways to build it. We are finally ready to answer that 1.0.0 question.

Debunking the image-based backup myth

The state of backup technology has moved forward, and many of the old assumptions are no longer true. For years, image-based backup was considered the industry standard. But today’s IT professionals really need full-system recovery capabilities without the built-in inefficiencies of legacy image backup products. Image-based backup backups are far from ideal, especially for managed services providers (MSPs).

Mapping Statistics - What You Need to Know

When your Elasticsearch cluster ingests data, it needs to understand how the data is constructed. To do this, your Elasticsearch cluster undergoes a process called mapping. Mapping involves defining the type for each field in a given document. For example, a number or a string of text. But how do you know the health of the mapping process? And why do you need to monitor it? This is where mapping statistics come in. Mapping statistics give you an overall view of the mapping process.