From 49f216f37bfa088e2bb114ed11c51e9e8ad326f7 Mon Sep 17 00:00:00 2001 From: Maxim Muzafarov Date: Tue, 10 Oct 2023 15:19:29 +0200 Subject: [PATCH] Update documentation metrics page according to the library upgrade patch by Maxim Muzafarov; reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-18909 --- .../pages/managing/operating/metrics.adoc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/modules/cassandra/pages/managing/operating/metrics.adoc b/doc/modules/cassandra/pages/managing/operating/metrics.adoc index a8761b1212..3edfe54478 100644 --- a/doc/modules/cassandra/pages/managing/operating/metrics.adoc +++ b/doc/modules/cassandra/pages/managing/operating/metrics.adoc @@ -1,10 +1,9 @@ = Monitoring -Metrics in Cassandra are managed using the http://metrics.dropwizard.io[Dropwizard Metrics] library. -These metrics can be queried via JMX or pushed to external monitoring systems using a -number of http://metrics.dropwizard.io/3.1.0/getting-started/#other-reporting[built -in] and http://metrics.dropwizard.io/3.1.0/manual/third-party/[third -party] reporter plugins. +Metrics in Cassandra are managed using the https://metrics.dropwizard.io[Dropwizard Metrics] library. +Metrics can be queried via JMX, link:virtualtables.adoc[Virtual Tables], or pushed to external monitoring systems +using a variety of https://metrics.dropwizard.io/4.2.0/getting-started.html#other-reporting[built-in reporters] +or https://metrics.dropwizard.io/4.2.0/manual/third-party.html[third-party] reporter plug-ins. Metrics are collected for a single node. It's up to the operator to use an external monitoring system to aggregate them. @@ -58,6 +57,7 @@ There is a special table called '`all`' without a keyspace. This represents the aggregation of metrics across *all* tables and keyspaces on the node. ==== + [cols=",,",options="header",] |=== |Name |Type |Description @@ -1073,8 +1073,6 @@ uncomment: == Metric Reporters [[metric_reporters]] -As mentioned at the top of this section on monitoring the Cassandra -metrics can be exported to a number of monitoring system a number of -http://metrics.dropwizard.io/3.1.0/getting-started/#other-reporting[built -in] and http://metrics.dropwizard.io/3.1.0/manual/third-party/[third -party] reporter plugins. +As mentioned at the top of this section the Cassandra metrics can be exported to a number of external monitoring system +using https://metrics.dropwizard.io/4.2.0/getting-started.html#other-reporting[built-in reporters] +or https://metrics.dropwizard.io/4.2.0/manual/third-party.html[third-party] reporter plugins.