<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ops Insights – 메트릭 장기보관 아키텍처 비교</title><link>https://docs.makgol.com/monitoring/longterm-retention/</link><description>Recent content in 메트릭 장기보관 아키텍처 비교 on Ops Insights</description><generator>Hugo -- gohugo.io</generator><language>ko-KR</language><copyright>© 2026 Mont</copyright><lastBuildDate>Sun, 12 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://docs.makgol.com/monitoring/longterm-retention/index.xml" rel="self" type="application/rss+xml"/><item><title>문제와 결정 2축</title><link>https://docs.makgol.com/monitoring/longterm-retention/01-problem-and-axes/</link><pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/monitoring/longterm-retention/01-problem-and-axes/</guid><description>
&lt;h1&gt;문제 정의와 결정 2축&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;목적은 과거 장애 재조사용 메트릭 400일 보관. &lt;code&gt;&amp;gt;90d&lt;/code&gt; 구간은 5m 해상도 허용(확정), 전 메트릭 커버리지 필요, OSS 우선.&lt;/li&gt;
&lt;li&gt;결정은 2축: (1) 무엇을 보관하나(raw 400d 전부 vs raw 90d + 5m 집계 400d — 후자가 비용을 자릿수로 낮춥니다) · (2) 어디에 저장하나(VM은 S3를 primary로 지원하지 않아 EBS 위에 둡니다).&lt;/li&gt;
&lt;li&gt;서울 리전 단가는 sc1 &amp;lt; S3 Standard &amp;lt; st1 &amp;lt; gp3 — &amp;ldquo;S3라서 싸다&amp;quot;는 성립하지 않습니다.&lt;/li&gt;
&lt;li&gt;확정 시나리오(raw 90d + 5m 집계 400d) 기준 VM 아카이브안이 월 $385~416로 최저, 단순 확장($1,642)보다 자릿수로 쌉니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;메트릭 400일 보관 문제를 정의하고 비용을 자릿수 단위로 좌우하는 두 결정축(무엇을 보관 / 어디에 저장)을 정리합니다. 시나리오별 저장량·비용 규모와 검증된 서울 리전 단가 요약표를 함께 싣습니다.&lt;/p&gt;</description></item><item><title>VictoriaMetrics 아카이브</title><link>https://docs.makgol.com/monitoring/longterm-retention/02-vm-archive/</link><pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/monitoring/longterm-retention/02-vm-archive/</guid><description>
&lt;h1&gt;VictoriaMetrics 아카이브 — 라우터 RW#4 + streamAggr 5m → vmsingle 400d&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;권장안: 기존 라우터 vmagent에 RW#4를 추가하고 streamAggr로 전 메트릭을 5m 집계해 별도 vmsingle-archive(400d, RF1)에 적재합니다 — 신규 기술 0.&lt;/li&gt;
&lt;li&gt;월 $385~416, 단순 확장안($1,642) 대비 ~70% 절감. hot(raw 90d)은 그대로 남습니다. &lt;code&gt;keep_metric_names&lt;/code&gt;로 기존 쿼리·대시보드도 그대로 동작합니다.&lt;/li&gt;
&lt;li&gt;리스크: 집계는 인제스트 시점에 확정돼 사후 재계산이 불가, RF1이라 vmbackup으로 이중화를 보완, 접미사 휴리스틱 오분류 가능성.&lt;/li&gt;
&lt;li&gt;구조는 가역적입니다 — RW#4를 Thanos Receive로 교체하면 Thanos안으로 전환됩니다. 드라이런 2주로 집계 축소율(f)을 실측한 뒤 확정합니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;관련 문서: &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/01-problem-and-axes/"&gt;01 문제·2축&lt;/a&gt;, &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/03-thanos-s3/"&gt;03 Thanos&lt;/a&gt;, &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/05-vmcluster-expansion/"&gt;05 VMCluster 확장&lt;/a&gt;, &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/06-storage-pricing/"&gt;06 스토리지 단가&lt;/a&gt;, &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/07-streamaggr-vs-downsampling/"&gt;07 streamAggr vs downsampling&lt;/a&gt;, &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/08-recommendation-and-pitfalls/"&gt;08 권장·하지말것&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Thanos</title><link>https://docs.makgol.com/monitoring/longterm-retention/03-thanos-s3/</link><pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/monitoring/longterm-retention/03-thanos-s3/</guid><description>
&lt;h1&gt;Thanos — Receive → S3 (cold 400d, compactor downsampling)&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;raw는 S3에 짧게(7&lt;del&gt;30d)만 두고 400d 보관은 compactor가 &lt;strong&gt;사후에&lt;/strong&gt; 만들어내는 5m/1h 다운샘플 블록이 맡습니다 — &lt;strong&gt;S3 내구성(11-nines) + 사후 재계산 보험&lt;/strong&gt;을 얻는 대신 stateful 컴포넌트 3&lt;/del&gt;4종과 더 높은 비용을 치릅니다.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;다운샘플링은 저장 절감 수단이 아닙니다&lt;/strong&gt;(공식 명시) — 해상도가 공존하는 구간이 &lt;del&gt;3x로 부풀어 총액이 월 **$780&lt;/del&gt;1,200 + 컴퓨트**가 됩니다.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Receive&lt;/strong&gt;는 hashring 상태를 쥔 StatefulSet이라 반드시 chain에 둬야 하고 &lt;strong&gt;Compactor&lt;/strong&gt;는 오류를 만나면 알림 없이 halt하므로 감시 알림이 필수입니다.&lt;/li&gt;
&lt;li&gt;아카이브 쿼리는 &lt;strong&gt;PromQL 전용&lt;/strong&gt;이 되어 MetricsQL 전 기능을 상실합니다 — 대신 VM 아카이브안에서 RW#4 대상만 교체하면 언제든 이 안으로 전환 가능합니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;VM hot은 단기로 유지하고 raw는 S3에 짧게만 쌓습니다. 400d를 채우는 쪽은 Thanos compactor가 &lt;strong&gt;사후에&lt;/strong&gt; 생성하는 5m/1h 다운샘플 블록입니다. 이 구성으로 &lt;strong&gt;S3 내구성 + 사후 재계산 보험&lt;/strong&gt;을 얻고 대가로 &lt;strong&gt;stateful 컴포넌트 3~4종과 더 높은 저장비&lt;/strong&gt;를 치릅니다.&lt;/p&gt;</description></item><item><title>Mimir</title><link>https://docs.makgol.com/monitoring/longterm-retention/04-mimir/</link><pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/monitoring/longterm-retention/04-mimir/</guid><description>
&lt;h1&gt;Mimir — Grafana Mimir 장기 tier&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;Mimir는 &lt;strong&gt;다운샘플링이 OSS·GEM·3.0 어디에도 없어&lt;/strong&gt; &amp;ldquo;5m 해상도 400d&amp;rdquo; 요구를 원리적으로 충족할 수 없습니다 — 이 시나리오에서 탈락.&lt;/li&gt;
&lt;li&gt;유일한 실현 형태는 &lt;strong&gt;raw 400d 전부 S3&lt;/strong&gt; — 경제성이 시나리오 ①(전 구간 raw)로 되돌아가 월 &lt;strong&gt;~$740 + Kafka·컴퓨트&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;운영 footprint가 최대입니다 — distributor/ingester/compactor/store-gateway/querier/query-frontend에 3.0부터 Kafka 기본 의존까지 &lt;strong&gt;8~10종&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PromQL 전용&lt;/strong&gt;이라 MetricsQL을 잃는 건 Thanos안과 같습니다. 재검토는 대규모 멀티테넌시·Grafana 스택 표준화가 독립 목표일 때만.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;관련 문서: &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/01-problem-and-axes/"&gt;01 문제·2축&lt;/a&gt;, &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/02-vm-archive/"&gt;02 VictoriaMetrics&lt;/a&gt;, &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/03-thanos-s3/"&gt;03 Thanos&lt;/a&gt;, &lt;a href="https://docs.makgol.com/monitoring/longterm-retention/07-streamaggr-vs-downsampling/"&gt;07 핵심논점&lt;/a&gt; · PromQL vs MetricsQL은 &lt;a href="https://docs.makgol.com/monitoring/victoriametrics/concepts/05-query-and-ops-components/"&gt;VM 쿼리·컴포넌트&lt;/a&gt;&lt;/p&gt;</description></item><item><title>VMCluster 확장</title><link>https://docs.makgol.com/monitoring/longterm-retention/05-vmcluster-expansion/</link><pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/monitoring/longterm-retention/05-vmcluster-expansion/</guid><description>
&lt;h1&gt;VMCluster 확장 — 현행 클러스터 단순 확장 &amp;amp; Enterprise 다운샘플(확장+Ent)&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;단순 확장안&lt;/strong&gt; = &lt;code&gt;retentionPeriod&lt;/code&gt;만 400d로 늘리고 PVC 증설. 신규 컴포넌트·쿼리 변화 0으로 가장 단순하지만 gp3×RF2×raw 30s 과잉으로 4안 중 &lt;strong&gt;최고가&lt;/strong&gt;(월 ~$1,642, 헤드룸 시 ~$2,000) — 다른 안의 비용을 재는 기준선입니다.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;확장+Ent&lt;/strong&gt;(&lt;code&gt;-downsampling.period=90d:5m&lt;/code&gt; 한 줄)는 저장비만 ~$497로 단순 확장안의 약 1/3이지만 **Enterprise 라이선스(비공개)**가 필요해 OSS 우선 제약상 참고용.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;다운샘플링은 시리즈 수를 줄이지 않습니다&lt;/strong&gt;(공식 caveat) — 고카디널리티·고churn 워크로드에서는 저장 절감 효과가 제한됩니다.&lt;/li&gt;
&lt;li&gt;확장+Ent는 &lt;strong&gt;VM 아카이브안 운영이 검증 후에도 부담스러울 때&lt;/strong&gt;만 고려하는 대안입니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;현행 VMCluster를 그대로 400d로 늘리는 가장 단순한 길이 단순 확장안, 그 위에 설정 한 줄로 다운샘플을 더하는 Enterprise 경로가 확장+Ent입니다. 앞쪽은 채택 후보라기보다 다른 옵션의 &lt;strong&gt;비용 비교 기준선&lt;/strong&gt;이고 뒤쪽은 OSS-우선 제약 때문에 참고용에 머뭅니다.&lt;/p&gt;</description></item><item><title>스토리지 단가</title><link>https://docs.makgol.com/monitoring/longterm-retention/06-storage-pricing/</link><pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/monitoring/longterm-retention/06-storage-pricing/</guid><description>
&lt;h1&gt;06 · 스토리지 단가 &amp;amp; 볼륨 특성 — 서울 리전&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;서울 리전 $/GB·월 서열: &lt;strong&gt;sc1($0.0174) &amp;lt; S3 Standard($0.025) &amp;lt; st1($0.051) &amp;lt; gp3($0.0912)&lt;/strong&gt; — &amp;ldquo;S3라서 싸다&amp;quot;는 성립하지 않습니다.&lt;/li&gt;
&lt;li&gt;S3 IA/Glacier IR은 &lt;strong&gt;GB당 리트리벌 수수료&lt;/strong&gt; 때문에 자주 읽는 primary 아카이브에 맞지 않습니다. vmbackup 콜드 사본 전용입니다.&lt;/li&gt;
&lt;li&gt;아카이브 볼륨은 &lt;strong&gt;gp3로 시작해 IO 실측 후 st1/sc1로 최적화&lt;/strong&gt;합니다 — sc1의 250 IOPS 상한이 미검증 리스크입니다. 시나리오②의 절대액 차이(월 $66~199)도 작으니 검증 전 채택은 금지.&lt;/li&gt;
&lt;li&gt;bytes/sample 기준치: &lt;strong&gt;VM ~1B, Prometheus/Thanos &lt;del&gt;1.5&lt;/del&gt;2B, Mimir ~2B&lt;/strong&gt; — 벤더 베스트케이스는 예산 근거로 쓰지 않습니다.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;서울 리전(ap-northeast-2)의 스토리지 단가와 gp3/st1/sc1/S3의 성능·내구성 특성을 여기 모아 두었습니다. 아카이브 볼륨 타입을 고르는 판단 구조도 함께 담았습니다 — gp3로 시작 → 실측 → st1/sc1 최적화. 단가 상세는 이 문서에 있습니다.&lt;/p&gt;</description></item><item><title>streamAggr vs downsampling</title><link>https://docs.makgol.com/monitoring/longterm-retention/07-streamaggr-vs-downsampling/</link><pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/monitoring/longterm-retention/07-streamaggr-vs-downsampling/</guid><description>
&lt;h1&gt;streamAggr(사전) vs Thanos downsampling(사후) — 핵심 논점&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;실전 대결은 &lt;strong&gt;streamAggr&lt;/strong&gt;(인제스트 시점 사전 집계, VM 아카이브안) 대 &lt;strong&gt;Thanos compactor downsampling&lt;/strong&gt;(사후 집계, Thanos안) — Mimir는 다운샘플링 부재로 즉시 탈락.&lt;/li&gt;
&lt;li&gt;저장량 축이 결정적입니다. Thanos 다운샘플링은 공식 문서상 &amp;ldquo;공간 절감 없음&amp;rdquo;(공존 시 &lt;del&gt;3x)입니다. streamAggr는 raw의 **10&lt;/del&gt;30%**로 실제 감소합니다.&lt;/li&gt;
&lt;li&gt;의미론·자동성은 Thanos가 우위(사후 재계산 가능, 무설계 5-aggregate 보존)지만 이 건의 조건(5m 허용 확정+비용 최소+신규 스택 회피)에서는 &lt;strong&gt;streamAggr가 대체로 성립&lt;/strong&gt;합니다.&lt;/li&gt;
&lt;li&gt;판정: &lt;strong&gt;VM 아카이브안&lt;/strong&gt; 채택, 단 아카이브 검증 전까지 hot 90d raw retention 축소 금지 — &lt;strong&gt;가역적&lt;/strong&gt;(RW#4를 Thanos Receive로 교체하면 언제든 전환).&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;ldquo;400d 아카이브의 5m 해상도를 누가 만드느냐&amp;quot;를 정하는 문서입니다. VM OSS의 &lt;strong&gt;streamAggr&lt;/strong&gt;(인제스트 시점 사전 집계, VM 아카이브안)와 &lt;strong&gt;Thanos compactor downsampling&lt;/strong&gt;(사후 집계, Thanos안)을 4축으로 대조하고 판단 기준 트리와 시나리오 ② 비용 종합표(VM아카이브/Thanos/Mimir/확장/확장+Ent)를 여기서 확정합니다. 비교표·판단 트리·비용 종합표의 주인 문서입니다 — 다른 문서는 이리로 링크합니다.&lt;/p&gt;</description></item><item><title>권장안·하지 말 것</title><link>https://docs.makgol.com/monitoring/longterm-retention/08-recommendation-and-pitfalls/</link><pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate><guid>https://docs.makgol.com/monitoring/longterm-retention/08-recommendation-and-pitfalls/</guid><description>
&lt;h1&gt;08 · 권장안(VM OSS 아카이브) 종합 근거 · 업계 선례 · 하지 말 것 10선&lt;/h1&gt;&lt;div class="hx:overflow-x-auto hx:mt-6 hx:flex hx:rounded-lg hx:border hx:py-2 hx:ltr:pr-4 hx:rtl:pl-4 hx:contrast-more:border-current hx:contrast-more:dark:border-current hx:border-blue-200 hx:bg-blue-100 hx:text-blue-900 hx:dark:border-blue-200/30 hx:dark:bg-blue-900/30 hx:dark:text-blue-200"&gt;
&lt;div class="hx:ltr:pl-3 hx:ltr:pr-2 hx:rtl:pr-3 hx:rtl:pl-2"&gt;&lt;svg height=1.2em class="hx:inline-block hx:align-middle" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true"&gt;&lt;path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;div class="hx:w-full hx:min-w-0 hx:leading-7"&gt;
&lt;div class="hx:mt-6 hx:leading-7 hx:first:mt-0"&gt;&lt;ul&gt;
&lt;li&gt;권장은 VM OSS 아카이브안(라우터 RW#4 + streamAggr 5m → vmsingle-archive 400d)입니다. 4안 중 비용이 월 $385~416으로 가장 낮고 되돌릴 수 있으며 service 무상태에 영향이 없습니다. 신규 기술은 0이고 MetricsQL도 그대로 남습니다.&lt;/li&gt;
&lt;li&gt;업계 선례가 &amp;ldquo;장기 = 집계만&amp;quot;을 뒷받침합니다. Criteo(계층화 절감), Uber M3(1h/5y rollup), MHI Vestas(VM 13개월 안정 운영) — 방향성 근거이고 예산 근거는 아닙니다.&lt;/li&gt;
&lt;li&gt;검증에서 기각된 함정 10선: VM에 S3 primary 기대 금지, vmbackup을 쿼리 가능한 아카이브로 착각 금지, Thanos downsampling을 저장 절감 수단으로 오인 금지, 아카이브 검증 전 hot retention 축소 금지 등.&lt;/li&gt;
&lt;li&gt;진행 전 드라이런 2주로 실측해야 하는 항목: 집계 축소율 f(가정 0.1~0.3), 카운터/게이지 오분류, 라우터 vmagent 메모리 증분, sc1/st1 부하.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;400d 보관 결정의 최종 종합입니다. VM 아카이브안을 왜 권장하는지 근거를 한자리에 모읍니다. 업계 선례로 패턴을 뒷받침한 뒤 검증에서 기각된 함정 10개와 진행 전 드라이런 2주 실측 목록을 정리합니다.&lt;/p&gt;</description></item></channel></rss>