Skip to content

Commit

Permalink
Adjust PrometheusMetricsServlet after changing to meter for autocommi…
Browse files Browse the repository at this point in the history
…t metrics
  • Loading branch information
patsonluk committed Sep 10, 2024
1 parent 3aab5b3 commit 39db462
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,15 +718,11 @@ enum CoreMetric {
AUTOCOMMIT(
"UPDATE.updateHandler.autoCommits",
"auto_commits_hard",
"cumulative number of hard auto commits across cores",
null,
PrometheusMetricType.COUNTER),
"cumulative number of hard auto commits across cores"),
SOFT_AUTOCOMMIT(
"UPDATE.updateHandler.softAutoCommits",
"auto_commits_soft",
"cumulative number of soft auto commits across cores",
null,
PrometheusMetricType.COUNTER),
"cumulative number of soft auto commits across cores"),
COMMITS("UPDATE.updateHandler.commits", "commits", "cumulative number of commits across cores"),
CUMULATIVE_DEL_BY_ID(
"UPDATE.updateHandler.cumulativeDeletesById",
Expand Down

0 comments on commit 39db462

Please sign in to comment.