Skip to content

Commit

Permalink
Fix telemetry archive size var naming
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaenr committed Aug 17, 2023
1 parent df2e387 commit f37428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f37428c

Please sign in to comment.