Skip to content

Commit

Permalink
ts/catalog: remove references to savepoints metrics in a KV context
Browse files Browse the repository at this point in the history
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
  • Loading branch information
andreimatei committed Mar 5, 2020
1 parent 5585241 commit c13702d
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions pkg/ts/catalog/chart_catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit c13702d

Please sign in to comment.