Metering

Note: The deprecated Metering service is removed in IBM Cloud Pak® foundational services version 3.7.x.

Learn how to use the metering service to view and download detailed usage metrics about your applications and cluster.

If you are using the Metering operator service as part of an IBM Cloud Pak®, see the documentation for that IBM Cloud Pak® to learn more about how to install and use the operator service. For more information about IBM Cloud Paks, see IBM Cloud Paks that use IBM Cloud Pak foundational services.

What's new for the Metering service

Metering service v3.7.0 and newer

The deprecated Metering service is removed in IBM Cloud Pak foundational services version 3.7.x.

Metering service v3.6.0

The service is now available as an operator-based service, ibm-metering-operator.

You can now download reports in environments where Identity and access management (IAM) services are not installed. For more information, see Viewing metering reports in environments without IAM services.

Metering service v3.4.0

The service is now available as a part of IBM Cloud Pak foundational services.

Available versions

How to check which service version you are using

You can check the installer version in the configmap by running the following command:

oc -n kube-public get ConfigMap ibmcloud-cluster-info -o jsonpath=’{.data.version}’
   3.6.0

You can check the Common service operator full version and deployed namespace by running the following command:

oc get csv --all-namespaces | grep common-service-
common-service        IBM Cloud Platform Common Services     3.6.3                   ibm-common-service-operator.v3.5.6             Succeeded
ibm-common-services  IBM Cloud Platform Common Services     3.6.3                   ibm-common-service-operator.v3.5.6             Succeeded

If there is no ibmcloud-cluster-info configmap in your cluster, it means that the service was installed by installer version 1.1.0 and the service is version 3.5.0 or newer. You can check the Installed Operators tab in the Red Hat OpenShift Container Platform console to find the accurate version.