Skip to content

Commit

Permalink
bump VictoriaMetrics Cluster components, vmagent and operator to the …
Browse files Browse the repository at this point in the history
…latest versions (#534)

* bump VictoriaMetrics Cluster components, vmagent and operator to the latest versions

* update links

* bump VictoriaMetrics Cluster components, vmagent to the v1.103.0 and operator to the v0.48.3
  • Loading branch information
denisgolius authored Oct 11, 2024
1 parent 903ddf0 commit 373d725
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions stacks/victoria-metrics-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Application summary

VictoriaMetrics Cluster is a fast and scalable open source time series database and monitoring solution.
[VictoriaMetrics Cluster](https://docs.victoriametrics.com/cluster-victoriametrics/) is a fast and scalable open source time series database and monitoring solution.

## Description

VictoriaMetrics Cluster is a free, [open source time series database](https://en.wikipedia.org/wiki/Time_series_database) (TSDB) and monitoring solution,
designed to collect, store and process real-time metrics.

It supports the [Prometheus](https://en.wikipedia.org/wiki/Prometheus_(software)) pull model and various push protocols ([Graphite](https://en.wikipedia.org/wiki/Graphite_(software)), [InfluxDB](https://en.wikipedia.org/wiki/InfluxDB), OpenTSDB)
for data ingestion. It is optimized for storage with high-latency IO, low IOPS and time series with [high churn rate](https://docs.victoriametrics.com/FAQ.html#what-is-high-churn-rate).
for data ingestion. It is optimized for storage with high-latency IO, low IOPS and time series with [high churn rate](https://docs.victoriametrics.com/faq/#what-is-high-churn-rate).

For reading the data and evaluating alerting rules, VictoriaMetrics supports the PromQL, MetricsQL and Graphite query languages.
VictoriaMetrics Cluster is fully autonomous and can be used as a long-term storage for time series. It supports all features of VictoriaMetrics Single;
Expand All @@ -24,19 +24,19 @@ The VictoriaMetrics Cluster database requires at least two replicas to function
effectively. The operator will make it's best effort to spread all components
across nodes to ensure availability.

[VictoriaMetrics Cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html) = Highly available horizontally scalable monitoring solution optimized for high performance. Supports multiple independent namespaces (aka multi-tenancy) and replication. Cluster version is preferable for large or rapidly growing environments.
[VictoriaMetrics Cluster](https://docs.victoriametrics.com/cluster-victoriametrics/) = Highly available horizontally scalable monitoring solution optimized for high performance. Supports multiple independent namespaces (aka multi-tenancy) and replication. Cluster version is preferable for large or rapidly growing environments.

[vmgent](https://docs.victoriametrics.com/vmagent.html) = Lightweight agent that helps users collect metrics from various sources and store them in VictoriaMetrics or any other Prometheus-compatible storage systems.
[vmgent](https://docs.victoriametrics.com/vmagent/) = Lightweight agent that helps users collect metrics from various sources and store them in VictoriaMetrics or any other Prometheus-compatible storage systems.

[vmperator](https://github.com/VictoriaMetrics/operator) = Kubernetes operator for Victoria Metrics = is a tool that creates/configures/manages VictoriaMetrics Cluster's atop Kubernetes.
[vmperator](https://docs.victoriametrics.com/operator/) = Kubernetes operator for Victoria Metrics = is a tool that creates/configures/manages VictoriaMetrics Cluster's atop Kubernetes.

**Software Included:**

| Package | Version | License |
| ------------- | ------------- | ------------- |
| VictoriaMetrics Cluster | [1.96.0](https://docs.victoriametrics.com/CHANGELOG_2023.html#v1960) | Apache 2.0 |
| vmagent | [1.96.0](https://docs.victoriametrics.com/CHANGELOG_2023.html#v1960) | Apache 2.0 |
| vmoperator | [0.40.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.40.0) | Apache 2.0 |
| VictoriaMetrics Cluster | [1.103.0](hhttps://docs.victoriametrics.com/changelog/#v11030) | Apache 2.0 |
| vmagent | [1.103.0](https://docs.victoriametrics.com/changelog/#v11030) | Apache 2.0 |
| vmoperator | [0.48.3](https://docs.victoriametrics.com/operator/changelog/#v0483---29-sep-2024) | Apache 2.0 |

## Getting started after deploying VictoriaMetrics Cluster

Expand Down
2 changes: 1 addition & 1 deletion stacks/victoria-metrics-cluster/yaml/vmagent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ spec:
replicaCount: 1
image:
repository: victoriametrics/vmagent
tag: v1.96.0
tag: v1.103.0
remoteWrite:
- url: "http://vminsert-vmcluster.default.svc.cluster.local:8480/insert/0/prometheus/"
6 changes: 3 additions & 3 deletions stacks/victoria-metrics-cluster/yaml/vmcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ spec:
replicaCount: 2
image:
repository: victoriametrics/vmstorage
tag: v1.96.0-cluster
tag: v1.103.0-cluster
vmselect:
replicaCount: 2
image:
repository: victoriametrics/vmselect
tag: v1.96.0-cluster
tag: v1.103.0-cluster
vminsert:
replicaCount: 2
image:
repository: victoriametrics/vminsert
tag: v1.96.0-cluster
tag: v1.103.0-cluster

0 comments on commit 373d725

Please sign in to comment.