Lightning Talk: TSDB: The Engine behind Prometheus
Prometheus 2.0 release came with a lot of features and improvements and a big contributor to that is TSDB, the new storage engine it came with. TSDB is also a Golang library this means anyone looking …
Talk Title | Lightning Talk: TSDB: The Engine behind Prometheus |
Speakers | Goutham Veeramanchaneni (Student, IIT Hyderabad) |
Conference | KubeCon + CloudNativeCon Europe |
Conf Tag | |
Location | Copenhagen, Denmark |
Date | Apr 30-May 4, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Prometheus 2.0 release came with a lot of features and improvements and a big contributor to that is TSDB, the new storage engine it came with. TSDB is also a Golang library this means anyone looking for a timeseries engine can now use TSDB. This talk will introduce TSDB, its high-level usage and guarantees and will show people how, with a little Go knowledge, they can introduce a solid time-series database into their stack.