metering-operator
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.
Good day. Is any idea how to visualize? Show metering reports in Grafana... In my mind only to create custom Grafana data source and parse JSON. But how to send...
We are currently using podsecuritypolicies which set the filesystem of containers to readonly. We solve a bunch of these problems by putting an emptydir on `/tmp` for the reporting-operator deployment....
Hi. I think I need version control of the data source. Do you have any of these features? The meaning of this is as follows. Assuming that you are collecting...
Hi. I want to put the value of the table in MariaDB into the Datasource. What should I do? ex) - MariaDB - table-name: table_test | timestamp | element |...
It is my understanding that a pod's metrics are not retained upon its death, therefore jobs running for short periods (i.e. less than the scraping interval) are likely to pass...
The difference between /full and /table may be confusing, since they both return the same result, sorted differently, in the example. If it contained at least one `"tableHidden": true` column,...
https://docs.microsoft.com/en-us/azure/billing/billing-usage-rate-card-overview
I previously installed this in a cluster, and everything was working. I went to install it on another cluster today, using the exact same metering config, and found it broken...
Per the [documentation](https://github.com/operator-framework/operator-metering/blob/master/Documentation/configuring-hive-metastore.md), I am configuring a new install of metering to use a pgsql pod deployed to the same OpenShift project: ``` $ oc get svc | grep postgres...
I'm a multi-tenant openshift admin. I'm working on figuring out the best way to provide RDS as a service for our users, and [it will probably be with some kind...