Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set y axis format to 's' for disk sync duration graphs. #2925

Merged
merged 2 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/rancher-monitoring/rancher-monitoring-103.0.0+up40.1.2.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
"yaxes": [
{
"decimals": 2,
"format": "ms",
"format": "s",
"label": null,
"logBase": 1,
"max": null,
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10890,7 +10890,7 @@ entries:
catalog.cattle.io/upstream-version: 19.0.3
apiVersion: v2
appVersion: 0.59.1
created: "2023-08-29T10:23:59.657936-07:00"
created: "2023-08-31T14:41:15.665331-07:00"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -10961,7 +10961,7 @@ entries:
description: Collects several related Helm charts, Grafana dashboards, and Prometheus
rules combined with documentation and scripts to provide easy to operate end-to-end
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
digest: a62079e3acb7a46e64fe26c6564dee373cd57c84c31f63bf0a4a05c36b863c54
digest: 5b43ced3031128848711b8eb83d9f313da78d4c2e6a5f4a396ce9be70820b2f3
home: https://github.com/prometheus-operator/kube-prometheus
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
"yaxes": [
{
"decimals": 2,
"format": "ms",
"format": "s",
"label": null,
"logBase": 1,
"max": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ additionalCharts:
crdDirectory: crd-manifest
addCRDValidationToMainChart: true
useTarArchive: true
doNotRelease: true
doNotRelease: false
Loading