https://github.com/redhat-developer/application-services-metering-operator
OpenShift Operator for metering Red Hat Application Services products
https://github.com/redhat-developer/application-services-metering-operator
app-services metering openshift-operator operator
Last synced: 3 months ago
JSON representation
OpenShift Operator for metering Red Hat Application Services products
- Host: GitHub
- URL: https://github.com/redhat-developer/application-services-metering-operator
- Owner: redhat-developer
- License: apache-2.0
- Created: 2021-09-15T20:04:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T09:20:56.000Z (over 2 years ago)
- Last Synced: 2025-07-02T04:45:02.538Z (3 months ago)
- Topics: app-services, metering, openshift-operator, operator
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 8
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Application Services Metering operator
The purpose of this operator is to provide the necessary metrics to calculate utilization of Application Services products.
Any product with the following labels will be measured:
- `rht.prod_name`
- `rht.prod_ver`
- `rht.comp`
- `rht.comp_ver`
- `rht.subcomp`
- `rht.subcomp_t`The operator will produce a metric named `appsvcs_cpu_usage_cores` that has a label of `prod_name`.
The possible values for `prod_name` are:- Red_Hat_Integration
- Red_Hat_Process_Automation
- Red_Hat_RuntimesNOTE: A future version of the operator will not aggregate each product instance into Runtimes,
Integration, or Process Automation,
but provide a metric/label combination based on the full set of labels on the pod.## Related documents
- [Operator release process](RELEASE.md)
- [Operator verification](VERIFICATION.md)
- [Operator bundle process](BUNDLE.md)