We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got the following error after I click the clustername
{ "error": "Traceback (most recent call last):\n File \"c:\\program files (x86)\\python\\python38-32\\lib\\site-packages\\sanic\\app.py\", line 973, in handle_request\n response = await response\n File \"c:\\program files (x86)\\python\\python38-32\\lib\\site-packages\\comrade\\blueprints\\views.py\", line 91, in indices_stats\n indices, aliases, shards, nodes, cluster_info = await gather(client.cat.indices(format='json'),\n File \"c:\\program files (x86)\\python\\python38-32\\lib\\site-packages\\comrade\\blueprints\\views.py\", line 66, in get_nodes_info\n \"load1Percent\": int(float(node['os']['cpu']['load_average']['1m']) / 4), # TODO: Count CPUs\nKeyError: 'load_average'\n", "type": "unexpected" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got the following error after I click the clustername
{ "error": "Traceback (most recent call last):\n File \"c:\\program files (x86)\\python\\python38-32\\lib\\site-packages\\sanic\\app.py\", line 973, in handle_request\n response = await response\n File \"c:\\program files (x86)\\python\\python38-32\\lib\\site-packages\\comrade\\blueprints\\views.py\", line 91, in indices_stats\n indices, aliases, shards, nodes, cluster_info = await gather(client.cat.indices(format='json'),\n File \"c:\\program files (x86)\\python\\python38-32\\lib\\site-packages\\comrade\\blueprints\\views.py\", line 66, in get_nodes_info\n \"load1Percent\": int(float(node['os']['cpu']['load_average']['1m']) / 4), # TODO: Count CPUs\nKeyError: 'load_average'\n", "type": "unexpected" }
The text was updated successfully, but these errors were encountered: