This document discusses using Thanos for long term storage of metrics data collected by Prometheus at Ticketmaster. It describes how Thanos provides global visibility of metrics across datacenters, high availability of data through replication, and increased data retention compared to using just Prometheus by storing data in object storage like S3. The architecture includes Thanos query and store nodes, compaction of data, and integration with Prometheus through the store API. Thanos was chosen over alternatives like Cortex due to its simpler deployment model and minimal dependencies.
Related topics: