prometheus/prometheus

Disable WAL for agent mode

オープン

#10,750 opened on 2022/05/25

 (17 件のコメント) (10 件のリアクション) (0 人の担当者)Go (10,408 件のフォーク)batch import
component/walhelp wantednot-as-easy-as-it-looks

Repository metrics

Stars
 (64,042 個のスター)
PR merge metrics
 (平均マージ 11d 5h) (30d で 118 merged PRs)

説明

Proposal

The agent can run where there is a limited amount of space for storing files. Even collecting metrics with node-exporter creates a decent overhead:

total 87M
-rw-r--r-- 1 prometheus prometheus  36M May 25 10:40 00000011
-rw-r--r-- 1 prometheus prometheus  36M May 25 12:40 00000012
-rw-r--r-- 1 prometheus prometheus  16M May 25 13:34 00000013
drwxr-xr-x 2 prometheus prometheus 4.0K May 25 12:40 checkpoint.00000010

It would be nice to be able to start the agent without saving the wal.

コントリビューターガイド