Skip to content

Commit

Permalink
fix: use placeholders instead of names (#302)
Browse files Browse the repository at this point in the history
Signed-off-by: dorota <114921900+wojcik-dorota@users.noreply.github.com>
Co-authored-by: dorota <114921900+wojcik-dorota@users.noreply.github.com>
  • Loading branch information
dmitry-potepalov and wojcik-dorota authored Jun 28, 2024
1 parent 0aceeeb commit 4d647f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1390,8 +1390,8 @@ org_apache_cassandra_metrics_Compaction_CompactionsAborted_Count
org_apache_cassandra_metrics_Compaction_CompactionsReduced_Count
# TYPE org_apache_cassandra_metrics_Compaction_CompletedTasks_Value untyped
org_apache_cassandra_metrics_Compaction_CompletedTasks_Value
# TYPE org_apache_cassandra_metrics_Compaction_PendingTasksByTableName_Value_effect_clicks_by_dist_id_v2 untyped
org_apache_cassandra_metrics_Compaction_PendingTasksByTableName_Value_effect_clicks_by_dist_id_v2
# TYPE org_apache_cassandra_metrics_Compaction_PendingTasksByTableName_Value_<KEYSPACE_NAME>_<TABLE_NAME> untyped
org_apache_cassandra_metrics_Compaction_PendingTasksByTableName_Value_<KEYSPACE_NAME>_<TABLE_NAME>
# TYPE org_apache_cassandra_metrics_Compaction_PendingTasks_Value untyped
org_apache_cassandra_metrics_Compaction_PendingTasks_Value
# TYPE org_apache_cassandra_metrics_Compaction_SSTablesDroppedFromCompaction_Count untyped
Expand Down

0 comments on commit 4d647f1

Please sign in to comment.