# \[RELEASE\] Scylla Monitoring Stack 4.2.0

**URL:** https://forum.scylladb.com/t/release-scylla-monitoring-stack-4-2-0/287
**Category:** Release Notes
**Tags:** monitoring-release, scylladb-monitoring
**Created:** [January 29, 2023, 2:22pm UTC](https://forum.scylladb.com/t/release-scylla-monitoring-stack-4-2-0/287 "2023-01-29T14:22:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Amnon\_Heiman](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/amnon_heiman/32/90_2.png) [@Amnon\_Heiman](https://forum.scylladb.com/u/Amnon_Heiman)
#### Post date: [January 29, 2023, 2:22pm UTC](https://forum.scylladb.com/t/release-scylla-monitoring-stack-4-2-0/287/1 "2023-01-29T14:22:05Z")

</div>

The ScyllaDB team is pleased to announce the release of ScyllaDB Monitoring Stack 4.2.0

[ScyllaDB Monitoring Stack](https://monitoring.docs.scylladb.com/) is an open-source stack for monitoring [ScyllaDB Enterprise](https://www.scylladb.com/product/scylla-enterprise/) and [ScyllaDB Open Source](https://github.com/scylladb/scylla), based on Prometheus and Grafana. ScyllaDB Monitoring Stack 4.2.0 supports:

- ScyllaDB Open Source versions 4.5, 4.6, 5.0 and 5.1
- ScyllaDB Enterprise versions 2020.x, 2021.x and 2022.x
- ScyllaDB Manager 2.3.x, 2.4.x, 2.5.x, 2.6.x, 3.0.x

This release brings new panels and graphs, bug fixes, stability improvements and performance enhancements.

Related Links

- [Download ScyllaDB Monitoring Stack 4.2](https://github.com/scylladb/scylla-monitoring/releases/tag/scylla-monitoring-4.2.0)
- [ScyllaDB Monitoring Stack Docs](https://monitoring.docs.scylladb.com/branch-4.1/index.html)
- [Upgrade from ScyllaDB Monitoring 3.x to 4.y](https://monitoring.docs.scylladb.com/branch-4.1/upgrade/upgrade-guide-from-monitoring-3.x-to-monitoring-4.y.html)

Versions updates for Scylla Monitoring Stack 4.2.0

- Set Prometheus version to 2.41.0
- An optional VictoriaMetrics 1.86.0 - Experimental

[VictoriaMetrics](https://victoriametrics.com/) is a time series database that, for the most part, is compatible with Prometheus.

Following user requests, it is now possible to start the monitoring stack with VictoriaMetrics instead of Prometheus by passing --victoria-metrics to start-all.sh command line flags.

This feature is still experimental and may change in future releases.

New Information in ScyllaDB Dashboards

- Split the disk and io-queue panels [#1827](https://github.com/scylladb/scylla-monitoring/issues/1827)

 ![](https://us1.discourse-cdn.com/flex016/uploads/scylladb/original/1X/9d51e5b19dc6c77ebe32bf9044fdf0276c2708b8.png)

Bug Fixes

- types.json: set the all option as .\* [#1840](https://github.com/scylladb/scylla-monitoring/issues/1840)
- Scylla manager 3.0 metrics update [#1847](https://github.com/scylladb/scylla-monitoring/issues/1847)

Operational Changes

- kill-all.sh gracefully kill prometheus with sigterm [#1832](https://github.com/scylladb/scylla-monitoring/issues/1832)

This means that running kill-all.sh can take longer, you can now specify how long you want to wait for Prometheus to shutdown before forcefully killing it.

- Split the recording rules from the alerts and mark base level [#1853](https://github.com/scylladb/scylla-monitoring/pull/1853)

To add more flexibility for users who use automation, the recording rules that are needed for dashboard operation are split into a different file.  
This is also part of a work for easier datadog integration. Relevant metrics are marked with a label for Datadog scrapping.

- Added Recording rules for Datadog integration [#1855](https://github.com/scylladb/scylla-monitoring/pull/1855)

Similar to Scylla-Cloud users, an additional set of recording rules adds a multi-level dashboard on-prem users.

- Optionally use VictoriaMetrics instead of Prometheus - Experimental [#1542](https://github.com/scylladb/scylla-monitoring/issues/1542)
