Jooyoung Jeong

Results 9 issues of Jooyoung Jeong

i use fluent-plugin-influxdb:1.0.0.rc3 @type record_transformer remove_keys Name enable_ruby true time ${Time.parse(record["time"]).to_i} test_value testdb @type influxdb host influxdb port 8086 dbname ${test_value} user writer password YWM0ZGY2M2Y4NjY0 use_ssl false auto_tags true buffer_chunk_limit...

Hi. How can I import Prometheus old metrics ? I want to import the prometheus historical data into datasource. ex) If prometheus is still collecting data from January 1st, then...

Hi. @chancez you mentioned in https://github.com/operator-framework/operator-metering/issues/640 ``` We currently have an HTTP API which supports being pushed metrics ``` I want to push the metrics to the datasource using the...

Hi. Can I set a start time for PromehtuesMetircsImporter? Currently, if there is existing table in the hive, importing starts from the current time. In the old version(v0.12) , it...

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...

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. 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 |...

Hi. Can I Adding Custom query for other DB. Currently, I know that only support queries for prometheus and AWS Billing. I need to add queries for MariaDB. Is it...