From f37428c7988bf228c603911496111ff4dca800d8 Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Thu, 17 Aug 2023 11:54:59 -0400 Subject: [PATCH] Fix telemetry archive size var naming --- config.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml.template b/config.yaml.template index 5d66040..bc110ed 100644 --- a/config.yaml.template +++ b/config.yaml.template @@ -45,4 +45,4 @@ telemetry: archive_path: $TELEMETRY_ARCHIVE_PATH # local path where the archive files will be temporarly stored max_retries: $TELEMETRY_MAX_RETRIES # maximum number of upload retries (if 0 will retry forever) run_tag: $TELEMETRY_RUN_TAG # if set, this will be appended to the run folder in the bucket (useful to group the runs) - archive_size: $TELEMETRY_ARCHIVE_TAG # the size of the prometheus data archive size in KB. The lower the size of archive is + archive_size: $TELEMETRY_ARCHIVE_SIZE # the size of the prometheus data archive size in KB. The lower the size of archive is