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
# get graphite target pointing at data containing number of host
target = panel[0]["targets"][0]["target"]
target = target.replace("$cluster_id", cluster_identifier)
LOGGER.debug("Total hosts target: {}".format(target))
> g_total = graphite.get_datapoints(target)[-1][0]
E IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Error encountered:
The text was updated successfully, but these errors were encountered: