From 1d0606961118c76ffbd536d7ff2563c26b1a8c7e Mon Sep 17 00:00:00 2001 From: AH-dark Date: Sun, 7 Jan 2024 12:38:29 +0800 Subject: [PATCH] feat: added sampling rate configuration --- config.example.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.example.yaml b/config.example.yaml index d159868..dab3ed7 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -21,6 +21,7 @@ observability: max_batch_entries: 512 export_timeout: 30s max_queue_size: 2048 + sampling_rate: 0.2 metric: reader: type: prometheus