Set y axis format to 's' for disk sync duration graph in rancher-etcd-node.json

pull/3236/head
Geet Samra 2023-08-31 14:41:02 -07:00 committed by Lucas Machado
parent 5f8b4def1d
commit 3dab3d63e1
2 changed files with 2 additions and 2 deletions

View File

@ -617,7 +617,7 @@
"yaxes": [ "yaxes": [
{ {
"decimals": 2, "decimals": 2,
"format": "ms", "format": "s",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,

View File

@ -9,4 +9,4 @@ additionalCharts:
crdDirectory: crd-manifest crdDirectory: crd-manifest
addCRDValidationToMainChart: true addCRDValidationToMainChart: true
useTarArchive: true useTarArchive: true
doNotRelease: true doNotRelease: false