@@ -35,7 +35,7 @@ local utils = import '../lib/utils.libsonnet';
35
35
g.qpsErrTotalPanel(
36
36
'thanos_compact_group_compactions_failures_total{%(selector)s}' % thanos.compact.dashboard.selector,
37
37
'thanos_compact_group_compactions_total{%(selector)s}' % thanos.compact.dashboard.selector,
38
- thanos.rule .dashboard.dimensions
38
+ thanos.compact .dashboard.dimensions
39
39
)
40
40
)
41
41
)
@@ -57,7 +57,7 @@ local utils = import '../lib/utils.libsonnet';
57
57
g.qpsErrTotalPanel(
58
58
'thanos_compact_downsample_failed_total{%(selector)s}' % thanos.compact.dashboard.selector,
59
59
'thanos_compact_downsample_total{%(selector)s}' % thanos.compact.dashboard.selector,
60
- thanos.rule .dashboard.dimensions
60
+ thanos.compact .dashboard.dimensions
61
61
)
62
62
)
63
63
)
@@ -79,12 +79,12 @@ local utils = import '../lib/utils.libsonnet';
79
79
g.qpsErrTotalPanel(
80
80
'thanos_compact_garbage_collection_failures_total{%(selector)s}' % thanos.compact.dashboard.selector,
81
81
'thanos_compact_garbage_collection_total{%(selector)s}' % thanos.compact.dashboard.selector,
82
- thanos.rule .dashboard.dimensions
82
+ thanos.compact .dashboard.dimensions
83
83
)
84
84
)
85
85
.addPanel(
86
86
g.panel('Duration' , 'Shows how long has it taken to execute garbage collection in quantiles.' ) +
87
- g.latencyPanel('thanos_compact_garbage_collection_duration_seconds' , thanos.rule .dashboard.selector, thanos.rule .dashboard.dimensions)
87
+ g.latencyPanel('thanos_compact_garbage_collection_duration_seconds' , thanos.compact .dashboard.selector, thanos.compact .dashboard.dimensions)
88
88
)
89
89
)
90
90
.addRow(
@@ -139,12 +139,12 @@ local utils = import '../lib/utils.libsonnet';
139
139
g.qpsErrTotalPanel(
140
140
'thanos_blocks_meta_sync_failures_total{%(selector)s}' % thanos.compact.dashboard.selector,
141
141
'thanos_blocks_meta_syncs_total{%(selector)s}' % thanos.compact.dashboard.selector,
142
- thanos.rule .dashboard.dimensions
142
+ thanos.compact .dashboard.dimensions
143
143
)
144
144
)
145
145
.addPanel(
146
146
g.panel('Duration' , 'Shows how long has it taken to execute meta file sync, in quantiles.' ) +
147
- g.latencyPanel('thanos_blocks_meta_sync_duration_seconds' , thanos.rule .dashboard.selector, thanos.rule .dashboard.dimensions)
147
+ g.latencyPanel('thanos_blocks_meta_sync_duration_seconds' , thanos.compact .dashboard.selector, thanos.compact .dashboard.dimensions)
148
148
)
149
149
)
150
150
.addRow(
@@ -162,16 +162,16 @@ local utils = import '../lib/utils.libsonnet';
162
162
g.qpsErrTotalPanel(
163
163
'thanos_objstore_bucket_operation_failures_total{%(selector)s}' % thanos.compact.dashboard.selector,
164
164
'thanos_objstore_bucket_operations_total{%(selector)s}' % thanos.compact.dashboard.selector,
165
- thanos.rule .dashboard.dimensions
165
+ thanos.compact .dashboard.dimensions
166
166
)
167
167
)
168
168
.addPanel(
169
169
g.panel('Duration' , 'Shows how long has it taken to execute operations against the bucket, in quantiles.' ) +
170
- g.latencyPanel('thanos_objstore_bucket_operation_duration_seconds' , thanos.rule .dashboard.selector, thanos.rule .dashboard.dimensions)
170
+ g.latencyPanel('thanos_objstore_bucket_operation_duration_seconds' , thanos.compact .dashboard.selector, thanos.compact .dashboard.dimensions)
171
171
)
172
172
)
173
173
.addRow(
174
- g.resourceUtilizationRow(thanos.rule .dashboard.selector, thanos.rule .dashboard.dimensions)
174
+ g.resourceUtilizationRow(thanos.compact .dashboard.selector, thanos.compact .dashboard.dimensions)
175
175
),
176
176
177
177
__overviewRows__+:: [
@@ -196,7 +196,7 @@ local utils = import '../lib/utils.libsonnet';
196
196
g.qpsErrTotalPanel(
197
197
'thanos_compact_group_compactions_failures_total{%(selector)s}' % thanos.dashboard.overview.selector,
198
198
'thanos_compact_group_compactions_total{%(selector)s}' % thanos.dashboard.overview.selector,
199
- thanos.rule .dashboard.dimensions
199
+ thanos.compact .dashboard.dimensions
200
200
) +
201
201
g.addDashboardLink(thanos.compact.title)
202
202
) +
0 commit comments