Skip to content

Commit

Permalink
[MLRun] Add log collection log time update interval [Integ_3.5] (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr authored Oct 22, 2023
1 parent 36d2da6 commit a2c8703
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun
version: 0.8.29
version: 0.8.30
appVersion: 1.4.0
description: Machine Learning automation and tracking
sources:
Expand Down
1 change: 1 addition & 0 deletions stable/mlrun/templates/api-log-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ data:
MLRUN_LOG_COLLECTOR__GET_LOGS_BUFFER_POOL_SIZE: "{{ .Values.api.sidecars.logCollector.getLogsBufferPoolSize }}"
MLRUN_LOG_COLLECTOR__LOG_COLLECTION_BUFFER_SIZE_BYTES: "{{ .Values.api.sidecars.logCollector.logCollectionBufferSizeBytes }}"
MLRUN_LOG_COLLECTOR__GET_LOGS_BUFFER_SIZE_BYTES: "{{ .Values.api.sidecars.logCollector.getLogsBufferSizeBytes }}"
MLRUN_LOG_COLLECTOR__LOG_TIME_UPDATE_BYTES_INTERVAL: "{{ .Values.api.sidecars.logCollector.logTimeUpdateBytesInterval }}"
{{- end }}
2 changes: 2 additions & 0 deletions stable/mlrun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ api:
getLogsBufferSizeBytes: "3932160"
logCollectionBufferPoolSize: 512
getLogsBufferPoolSize: 512
# 4KB ( 4 * 1024 = 4096 )
logTimeUpdateBytesInterval: "4096"

readLogWaitTime: "3s"
stateFileUpdateInterval: "10s"
Expand Down

0 comments on commit a2c8703

Please sign in to comment.