Skip to content

Commit 92d99de

Browse files
committed
fix: metrics config templates adjusting
1 parent 289fc02 commit 92d99de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pychassiscli"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
description = "A lightweight Python distributed microservice command line tool"
55
authors = [
66
{ name = "BryantHe", email = "[email protected]" },

src/pychassiscli/templates/metric-configs/grafana.json.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"fillGradient": 0,
4242
"gridPos": {
4343
"h": 12,
44-
"w": 12,
44+
"w": 24,
4545
"x": 0,
4646
"y": 0
4747
},

0 commit comments

Comments
 (0)