diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-07 16:32:10 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-07 16:32:10 +0200 |
| commit | 3fd46f3977fb650974e5e936cba362c787c00637 (patch) | |
| tree | b49111ddd0b7af4a007bca6a304dba10efcd88ff /test-data | |
reimport this PoC
Diffstat (limited to 'test-data')
| -rw-r--r-- | test-data/watch-clickhouse-test.csv | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test-data/watch-clickhouse-test.csv b/test-data/watch-clickhouse-test.csv new file mode 100644 index 0000000..b4ca2b2 --- /dev/null +++ b/test-data/watch-clickhouse-test.csv @@ -0,0 +1,12 @@ +# Test dataset for watch mode with ClickHouse ingestion +# Tabular CSV: first row = headers, numeric columns = metrics, string columns = labels +# Use with: ./epimetheus -mode=watch -file=test-data/watch-clickhouse-test.csv -metric-name=watch_test -clickhouse=http://localhost:8123 -prometheus= + +instance,env,requests_total,latency_ms,active_connections +web1,prod,100,45.2,12 +web2,prod,85,38.1,8 +web3,prod,120,52.3,15 +api1,staging,200,120.5,25 +api2,staging,180,95.2,22 +db1,prod,50,5.1,3 +cache1,prod,500,2.3,50 |
