Skip to content

Commit

Permalink
Remove the redundant labels
Browse files Browse the repository at this point in the history
Before:
```
cratedb_cluster_last_user_activity{cratedb_cluster_last_user_activity="cratedb_cluster_last_user_activity"} 1.665733388e+09
```

After:
```
cratedb_cluster_last_user_activity 1.665733888e+09
```
  • Loading branch information
SStorm committed Oct 14, 2022
1 parent 4d2b3a9 commit d33df54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ metrics:
FROM sys.jobs_log
WHERE username NOT IN ('crate', 'system');
type: gauge
value_label: cratedb_cluster_last_user_activity
values: [cratedb_cluster_last_user_activity]
1 change: 0 additions & 1 deletion crate/operator/data/cratedb_max_shards-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ metrics:
SELECT settings['cluster']['max_shards_per_node'] AS cratedb_max_shards_per_node
FROM sys.cluster LIMIT 1;
type: gauge
value_label: cratedb_max_shards_per_node
values: [cratedb_max_shards_per_node]

0 comments on commit d33df54

Please sign in to comment.