diff options
author | jfcoz <you@example.com> | 2016-05-20 15:46:18 +0200 |
---|---|---|
committer | jfcoz <you@example.com> | 2016-05-23 13:19:16 +0200 |
commit | b05bdfc68305eec6faaebd84d95c64247ed4182e (patch) | |
tree | 0dbe9312c2f720ac85bfa92bdb51cc5bd73e5af6 /roles/openshift_metrics/README.md | |
parent | c78e91c7d4a304cc5d20135e96206008407c5f6f (diff) | |
download | openshift-b05bdfc68305eec6faaebd84d95c64247ed4182e.tar.gz openshift-b05bdfc68305eec6faaebd84d95c64247ed4182e.tar.bz2 openshift-b05bdfc68305eec6faaebd84d95c64247ed4182e.tar.xz openshift-b05bdfc68305eec6faaebd84d95c64247ed4182e.zip |
add unit in seconds for metrics resolution
Diffstat (limited to 'roles/openshift_metrics/README.md')
-rw-r--r-- | roles/openshift_metrics/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_metrics/README.md b/roles/openshift_metrics/README.md index 2e903379a..f7ec86c55 100644 --- a/roles/openshift_metrics/README.md +++ b/roles/openshift_metrics/README.md @@ -21,7 +21,7 @@ From this role: | openshift_hosted_metrics_storage_volume_size | 10Gi | Metrics volume size | | openshift_hosted_metrics_storage_nfs_options | *(rw,root_squash) | NFS options for configured exports. | | openshift_hosted_metrics_duration | 7 | Metrics query duration | -| openshift_hosted_metrics_resolution | 10 | Metrics resolution | +| openshift_hosted_metrics_resolution | 10s | Metrics resolution | From openshift_common: |