You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Status label on cluster_status metric disappears roughly after 15mins of starting Harvest
Environment
Provide accurate information about the environment to help us reproduce the issue.
Harvest version: harvest version 21.05.1-1 (commit 2211c00) (build date 2021-05-21T01:28:12+0530) linux/amd64
Command line arguments used: [e.g. bin/harvest start --config=foo.yml --collectors Zapi]
OS: RHEL 7.9
Install method: yum
ONTAP Version: 9.7
Other:
To Reproduce
curl -s localhost:12990/metrics | grep cluster_status
Expected behavior
Should report cluster_status metric as cluster_status{cluster="clustername",datacenter="dc",status="ok"} 1
Actual behavior
Initially reports correct metric then after 15minutes roughly the metric turns into cluster_status{cluster="clustername",datacenter="dc"} 1
Possible solution, workaround, fix
None
The text was updated successfully, but these errors were encountered:
Describe the bug
Status label on
cluster_status
metric disappears roughly after 15mins of starting HarvestEnvironment
Provide accurate information about the environment to help us reproduce the issue.
harvest version 21.05.1-1 (commit 2211c00) (build date 2021-05-21T01:28:12+0530) linux/amd64
bin/harvest start --config=foo.yml --collectors Zapi
]To Reproduce
curl -s localhost:12990/metrics | grep cluster_status
Expected behavior
Should report cluster_status metric as
cluster_status{cluster="clustername",datacenter="dc",status="ok"} 1
Actual behavior
Initially reports correct metric then after 15minutes roughly the metric turns into
cluster_status{cluster="clustername",datacenter="dc"} 1
Possible solution, workaround, fix
None
The text was updated successfully, but these errors were encountered: