|
|
|
|
|
by mfreed
1491 days ago
|
|
We actually do this within Timescale Cloud, and it's amazing. It allows us to cohort performance data across data stored in others microservice databases (e.g., by account types, projects, billing data, etc.). JOINs across foreign data wrappers using TimescaleDB + Postgres, all within the database and without ETL or application code needed. So you could look at Prometheus data for your trialers vs. customers, for customers running more than X services, for customers that pay more than $X per month or have been a customer for more than 6 months, etc. It's super useful across operations, support, product, customer care, and more... |
|