mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Specify GiB for lens prometheus metrics instead of GB (#4287)
This commit is contained in:
parent
200061d386
commit
4b9fdddac4
@ -61,14 +61,14 @@ export class MetricsSettings extends React.Component<Props> {
|
|||||||
persistence: {
|
persistence: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
storageClass: null,
|
storageClass: null,
|
||||||
size: "20G",
|
size: "20GiB",
|
||||||
},
|
},
|
||||||
nodeExporter: {
|
nodeExporter: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
retention: {
|
retention: {
|
||||||
time: "2d",
|
time: "2d",
|
||||||
size: "5GB",
|
size: "5GiB",
|
||||||
},
|
},
|
||||||
kubeStateMetrics: {
|
kubeStateMetrics: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user