Skip to content
Snippets Groups Projects
Verified Commit e322f978 authored by anarcat's avatar anarcat
Browse files

remove fantasy scrape intervals that can never work (team#40755)

parent 2bae8c22
No related branches found
No related tags found
No related merge requests found
Pipeline #167158 passed with warnings
......@@ -673,14 +673,9 @@ A few more samples calculations:
| 5 min | 5 year | 60 GiB |
| 5 min | 10 year | 100 GiB |
| 5 min | 100 year | 1 TiB |
| 15 min | 1 year | 7 GiB |
| 15 min | 5 year | 33 GiB |
| 15 min | 10 year | 66 GiB |
| 15 min | 100 year | 662 GiB |
| 1 hour | 1 year | 2 GiB |
| 1 hour | 5 year | 8 GiB |
| 1 hour | 10 year | 17 GiB |
| 1 hour | 100 year | 167 GiB |
Note that scrape intervals close to 5 minutes are unlikely to work at
all, as that will [trigger Prometheus' stale data detection](https://utcc.utoronto.ca/~cks/space/blog/sysadmin/MetricsHowFarBackDepends?showcomments).
Naturally, those are going to scale up with service complexity and
fleet size, so they should be considered just to be an order of
......@@ -694,10 +689,6 @@ would use 1TiB of data after one year, with the option of scaling by
TODO: name each server according to retention? say mon-short-01 and
the other mon-long-02?
TODO: there's something about an upper limit to scrape interval, check
https://utcc.utoronto.ca/~cks/space/blog/sysadmin/MetricsHowFarBackDepends?showcomments
and source
TODO: remote write can't downsample, *can* we remote read if the other
server is scraping on its own? to be tested?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment