First of all thank you for great work regarding this adapter implementation, awesome work!!!
I have couple question..
I've setup and make docker image running on our EKS. Setup AWS IAM role and policy, make assume policy for EKS to access Timestream... setup remoteWrite: in Prometheus.yaml (I'm using sumologic prometheus stack) metrics are visible on AWS Teamstream table, everything is fine.
I already have in Grafana, Prometheus as datasource (getting metrics before I've installed and connected Timestream), and now I want to setup remoteRead: so basically what I want to accomplish is that on one hand Prometheus send data to Timestream and in same time collect/Read that same metric and visuals them in Grafana because we want to use PromQL and we don't want to use AWS Timestream plugin.
Hi Dennis,
First of all thank you for great work regarding this adapter implementation, awesome work!!!
I have couple question..
I've setup and make docker image running on our EKS. Setup AWS IAM role and policy, make assume policy for EKS to access Timestream... setup remoteWrite: in Prometheus.yaml (I'm using sumologic prometheus stack) metrics are visible on AWS Teamstream table, everything is fine.
I already have in Grafana, Prometheus as datasource (getting metrics before I've installed and connected Timestream), and now I want to setup remoteRead: so basically what I want to accomplish is that on one hand Prometheus send data to Timestream and in same time collect/Read that same metric and visuals them in Grafana because we want to use PromQL and we don't want to use AWS Timestream plugin.
What can be done here?
Kind regards