From c13702dd98e88fdff464cd9a9ec74ccef5e7eeac Mon Sep 17 00:00:00 2001 From: Andrei Matei Date: Mon, 2 Mar 2020 17:31:17 -0500 Subject: [PATCH] ts/catalog: remove references to savepoints metrics in a KV context We have some metrics around savepoints which are referenced both in some SQL category, and in a KV transactions category. I'm removing the references from the KV section, I don't think they belong. And generally I understand that this catalog is not used for anything. Release note: None --- pkg/ts/catalog/chart_catalog.go | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/pkg/ts/catalog/chart_catalog.go b/pkg/ts/catalog/chart_catalog.go index 3dd8a822806b..dd7f94c7ce60 100644 --- a/pkg/ts/catalog/chart_catalog.go +++ b/pkg/ts/catalog/chart_catalog.go @@ -723,35 +723,6 @@ var charts = []sectionDescription{ }, }, }, - { - Organization: [][]string{{KVTransactionLayer, "Transactions", "Savepoints"}}, - Charts: []chartDescription{ - { - Title: "Count", - Metrics: []string{ - "sql.savepoint.count", - "sql.savepoint.count.internal", - }, - AxisLabel: "SQL Statements", - }, - { - Title: "Restarts (Internal)", - Metrics: []string{ - "sql.restart_savepoint.count.internal", - "sql.restart_savepoint.release.count.internal", - "sql.restart_savepoint.rollback.count.internal", - }, - }, - { - Title: "Restarts", - Metrics: []string{ - "sql.restart_savepoint.count", - "sql.restart_savepoint.release.count", - "sql.restart_savepoint.rollback.count", - }, - }, - }, - }, { Organization: [][]string{{KVTransactionLayer, "Transactions", "TxnWaitQueue"}}, Charts: []chartDescription{