Amazon Timestream is a serverless [[Time series database]] service that can scale to handle trillions of events per day for as low as 1/10th the cost of relational databases and up to 1000X faster! Supports [[Prometheus]] and [[Telegraf]] and can be used with [[Grafana]] (obviously [[Amazon Managed Grafana]] would be an interesting choice).
```mermaid
flowchart TD
sd[Source data] --> dca[Data collection agents]
dca --> ats[Amazon Timestream]
p[Prometheus] --> ats
tg[Telegraf] --> ats
ats --> g[Grafana]
ats --> amg[Amazon Managed Grafana]
class g internal-link
class amg internal-link
class p internal-link
class tg internal-link
```