metering-operator icon indicating copy to clipboard operation
metering-operator copied to clipboard

The Metering Operator is responsible for collecting metrics and other information about what's happening in a Kubernetes cluster, and providing a way to create reports on the collected data.

Results 50 metering-operator issues
Sort by recently updated
recently updated
newest added

When pulling the October cpu usage and memory usage report we're getting http status 504 from oauth proxy after 30 seconds. We're using release 4.2. I can see from reporting...

Hi. I succeeded in connecting using hive connector of presto. I have successfully connected to the hive on the remote using the hive connector. I get a table using presto...

I'm trying to light up the AWS billing functionality, but running into errors like the following: ``` time="2019-10-17T19:02:58Z" level=error msg="error queuing Report dependents of ReportDataSource pod-memory-request-raw" app=metering component=reportDataSourceWorker error="unable to...

Amazon recently released support for assigning IAM roles to Service Accounts (https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/). In order to take advantage of this, the AWS SDK needs to be upgraded (The Go SDK needs...

Hi. I installed using release-4.2. Hive uses s3Compatible. ``` apiVersion: metering.openshift.io/v1 kind: MeteringConfig metadata: name: "operator-metering" spec: disableOCPFeatures: true reporting-operator: spec: config: prometheus: # update this field url: "" hive:...

Hi guys, This is not an issue but more some questions. So I have installed the operator on ocp 3.11 to generate some useful reports. The cluster is running on...

Would it be possible to target presto to mysql/postgresql directly and support disabling deploying hive? It may be much simpler to use for those that don't have large clusters.

Hello! I am having a permission issue in hive-metastore: the mounted directories have mode `rwxrws---` (root.root) and the user is hadoop (1002). The volumes are dynamically provided by rook/ceph. I...

https://github.com/operator-framework/operator-metering/blob/master/Documentation/manual-olm-install.md These are great docs! I'd like a feature for automation: In addition, I'd like to be able to `oc get -o jsonpath --template='{.spec.status.}' -n openshift-metering` to be able to...

Hello! I need to add rating rules to the system metrics. For example, CPU usage would have a price depending on the host type. I see instance prices are mentioned...