Skip to content

Commit b48754d

Browse files
committed
format table
1 parent b5a10f0 commit b48754d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

postgres-observ-lib/dashboards_out/postgres-cluster.json

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

postgres-observ-lib/panels/cluster.libsonnet

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,13 @@ local commonlib = import 'common-lib/common/main.libsonnet';
272272
matcher: { id: 'byName', options: 'Uptime' },
273273
properties: [
274274
{ id: 'unit', value: 'dtdurations' },
275-
{ id: 'custom.width', value: 100 },
275+
{ id: 'custom.width', value: 120 },
276276
],
277277
},
278278
{
279279
matcher: { id: 'byName', options: 'Conn %' },
280280
properties: [
281+
{ id: 'custom.width', value: 150 },
281282
{ id: 'unit', value: 'percentunit' },
282283
{ id: 'custom.cellOptions', value: { type: 'gauge', mode: 'lcd', valueDisplayMode: 'color' } },
283284
{ id: 'thresholds', value: { mode: 'absolute', steps: [
@@ -293,6 +294,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
293294
{
294295
matcher: { id: 'byName', options: 'Cache %' },
295296
properties: [
297+
{ id: 'custom.width', value: 150 },
296298
{ id: 'unit', value: 'percentunit' },
297299
{ id: 'custom.cellOptions', value: { type: 'gauge', mode: 'lcd', valueDisplayMode: 'color' } },
298300
{ id: 'thresholds', value: { mode: 'absolute', steps: [
@@ -309,6 +311,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
309311
{
310312
matcher: { id: 'byName', options: 'Lag' },
311313
properties: [
314+
{ id: 'custom.width', value: 80 },
312315
{ id: 'unit', value: 's' },
313316
{ id: 'custom.cellOptions', value: { type: 'color-text' } },
314317
{ id: 'thresholds', value: { mode: 'absolute', steps: [

0 commit comments

Comments
 (0)