-
Notifications
You must be signed in to change notification settings - Fork 22
HTTP REST Api endpoint labels
hwassman edited this page Jul 30, 2025
·
1 revision
-
/labels
- Supported for Prometheus API
- This endpoint lists the labels for each PrometheusExporter metrics scrape endpoint. If the sensor for a scrape endpoint is not enabled, the labels list for that endpoint will be missing.
Example output:
```console
# curl https://9.152.187.46:9250/labels -k -u scale_admin:TXlWZXJ5U3Ryb25nUGFzc3cwcmQhCg== | jq .
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1212 100 1212 0 0 34628 0 --:--:-- --:--:-- --:--:-- 35647
{
"/metrics_gpfs_filesystem": [
"node",
"gpfs_cluster_name",
"gpfs_fs_name"
],
"/metrics_gpfs_nsddisk": [
"node",
"gpfs_disk_name"
],
"/metrics_gpfs_nsdpool": [
"node",
"gpfs_fs_name",
"gpfs_diskpool_name"
],
"/metrics_gpfs_nsdfs": [
"node",
"gpfs_fs_name"
],
"/metrics_gpfs_vfsx": [
"node"
],
"/metrics_gpfs_node": [
"node"
],
"/metrics_gpfs_nodeapi": [
"node"
],
"/metrics_gpfs_filesystemapi": [
"node",
"gpfs_cluster_name",
"gpfs_fs_name"
],
"/metrics_gpfs_fileset": [
"gpfs_cluster_name",
"gpfs_fs_name",
"gpfs_fset_name"
],
"/metrics_gpfs_pool": [
"gpfs_cluster_name",
"gpfs_fs_name",
"gpfs_diskpool_name"
],
"/metrics_gpfs_diskcap": [
"gpfs_cluster_name",
"gpfs_fs_name",
"gpfs_diskpool_name",
"gpfs_disk_name"
],
"/metrics_gpfs_poolcap": [
"gpfs_cluster_name",
"gpfs_fs_name",
"gpfs_diskpool_name",
"gpfs_disk_usage_name"
],
"/metrics_gpfs_inodecap": [
"gpfs_cluster_name",
"gpfs_fs_name"
],
"/metrics_gpfs_mmhealth": [
"node",
"gpfs_health_component",
"gpfs_health_entity"
],
"/metrics_gpfs_tscom": [
"node",
"gpfs_tscom_destination",
"gpfs_tscom_connection"
],
"/metrics_smb_stats": [
"node",
"protocol",
"operation"
],
"/metrics_smb_globalstats": [
"node"
],
"/metrics_ctdb_stats": [
"node"
],
"/metrics_ctdb_dbstats": [
"node",
"db_name"
]
}
```
Visit the IBM Storage Scale Knowledge Center for getting more info about the latest product updates
-
- Setup classic Grafana
- Make usage of Grafana Provisioning feature
-
- Installing RedHat community-powered Grafana operator from OperatorHub
- Creating Grafana instance using the RedHat community-powered Grafana-operator
- Creating Grafana Datasorce instance from Custom Resource managed by the RedHat community powered Grafana operator
- Importing the predefined dashboard from the example dashboards collection
- Exploring Grafana WEB interface for CNSA project in a k8s OCP environment
- How to setup Grafana instance to monitor multiple IBM Storage Scale clusters running in a cloud or mixed environment
- API key authentication
- Configurable bridge settings
- CherryPy builtin HTTP server settings
- How to setup HTTPS(SSL) connection
- Start and stop grafana-bridge with systemd
- Refresh IBM Storage Scale cluster configuration data cached by grafana bridge
- Accelerate the PrometheusExporter data retrieval time
- Optimize the performance of PrometheusExporter by using scrape_job params settings
- Grafana Dashboard Panel shows no metric values for a particular entity
- Missing Grafana-Operator on an OpenShift cluster
- Missing CherryPy packages
- What to do if your system is on Python < 3.8
- Grafana-bridge fails to start with Python3.8
- Grafana-bridge container time is different from a host time
- Verify that the grafana-bridge returns data as expected