-
Notifications
You must be signed in to change notification settings - Fork 21
Useful metric opertions
The ZIMON pmcollector measures various metric counters with a frequency defined as a sensor period. It stores only the delta value of the readings between 2 points in time. In the Grafana panel editor there are five operations available for metric transformation: sum, avg, max, min and rate. The sum, avg, max and min operations allow the aggregation of several values, while the rate operation allows you to change the level of granularity of the values.
The rate operation returns the metric value per second, i.e. it divides the stored value by the number of seconds corresponding to the frequency of the sensor period. Compare two graphs below.
The metric "gpfs_fs_bytes_read" (number of bytes read) is measured by the GPFSFilesystem sensor every 10 seconds. Between 13:40:40 and 13:40:50, 20KiB were read from node scale-11 on the localFS filesystem.
The rate operation causes the value of 20KIB to be divided by the number of seconds between 13:40:40 and 13:40:50. In other words, at 13:40:50 the average gpfs_fs_bytes_read per second was 2KIB.
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
- 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