Chapter 14, Integrating Long-Term Storage with Prometheus

  1. The main advantages of basing the remote write feature on the WAL are: it makes streaming of metrics possible, has a much smaller memory footprint, and it’s more resilient to crashes.
  2. You can request Prometheus to produce a snapshot of the TSDB by using the /api/v1/admin/tsdb/snapshot API endpoint (only available when the --web.enable-admin-api flag is enabled), and then back up the snapshot.
  3. You can delete time series from the TSDB by using the /api/v1/admin/tsdb/delete_series API endpoint and then using the /api/v1/admin/tsdb/clean_tombstones to make Prometheus clean up the deleted series (these endpoints will only be available when the --web.enable-admin-api flag is enabled).
  1. Object storage usually provides 99.999999999% durability and 99.99% availability service-level agreements, and it’s quite cheap in comparison to block storage.
  2. Yes. For example, keeping the raw data is useful for zooming into short time ranges in the past.
  3. Thanos store provides an API gateway between Thanos Querier and object storage.
  4. Data in object storage can be inspected using the thanos bucket sub-command, which also allows verifying, repairing, listing and inspecting storage buckets.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.15.1