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
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Using release v0.2.5 (can't build from source, see my other bug report) and glusterfs 9.2
Readme.md says it will acquire node information via gluster volume status all detail --xml. I can launch this and I can see per-node metrics such as sizeTotal, sizeFree, inodesTotal, inodesFree. But when I launch the exporter and ask for /metrics, I do not see any mention of gluster_node_size_bytes_total, gluster_node_size_free_bytes, gluster_node_size_free_bytes, gluster_node_inodes_free
I launched with -log.level debug and there are no error messages... no message at all actually, after reporting it started and "GlusterFS Metrics Exporter v0.2.5", not even saying it received a request.
Output of curl -s http://localhost:9189/metrics |grep gluster_
# HELP gluster_brick_count Number of bricks at last query.
# TYPE gluster_brick_count gauge
gluster_brick_count{volume="gameserver"} 2
gluster_brick_count{volume="iris"} 2
# HELP gluster_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which gluster_exporter was built.
# TYPE gluster_exporter_build_info gauge
gluster_exporter_build_info{branch="master",goversion="go1.7.4",revision="0e16052c6a0399880d6c74ba5b94fe1ade283615",version="0.2.5"} 1
# HELP gluster_peers_connected Is peer connected to gluster cluster.
# TYPE gluster_peers_connected gauge
gluster_peers_connected 1
# HELP gluster_up Was the last query of Gluster successful.
# TYPE gluster_up gauge
gluster_up 1
# HELP gluster_volume_status Status code of requested volume.
# TYPE gluster_volume_status gauge
gluster_volume_status{volume="gameserver"} 1
gluster_volume_status{volume="iris"} 1
# HELP gluster_volumes_count How many volumes were up at the last query.
# TYPE gluster_volumes_count gauge
gluster_volumes_count 2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using release v0.2.5 (can't build from source, see my other bug report) and glusterfs 9.2
Readme.md says it will acquire node information via
gluster volume status all detail --xml
. I can launch this and I can see per-node metrics such as sizeTotal, sizeFree, inodesTotal, inodesFree. But when I launch the exporter and ask for/metrics
, I do not see any mention ofgluster_node_size_bytes_total
,gluster_node_size_free_bytes
,gluster_node_size_free_bytes
,gluster_node_inodes_free
I launched with
-log.level debug
and there are no error messages... no message at all actually, after reporting it started and "GlusterFS Metrics Exporter v0.2.5", not even saying it received a request.Output of
gluster volume status all detail --xml
Output of
curl -s http://localhost:9189/metrics |grep gluster_
The text was updated successfully, but these errors were encountered: