dpattmann / prometheus-timestream-adapter

Use AWS Timestream as a remote storage database for Prometheus
Apache License 2.0
36 stars 12 forks source link

Prometheus remote_READ #25

Closed bXunter closed 3 years ago

bXunter commented 3 years ago

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

dpattmann commented 3 years ago

Hi @bXunter ,

this adapter supports remote_read, but it could be possible that not all Prometheus queries will work correctly.