bigcyy commented on code in PR #3297: URL: https://github.com/apache/hertzbeat/pull/3297#discussion_r2059915860
########## hertzbeat-manager/src/main/resources/application.yml: ########## @@ -132,10 +132,16 @@ warehouse: # (please set this configuration reasonably as history records can affect performance when it is large) max-history-record-num: 6000 victoria-metrics: - enabled: false - url: http://localhost:8428 - username: root - password: root + cluster: + enabled: false + select: + url: http://127.0.0.1:8481 + username: root + password: root + insert: + url: http://127.0.0.1:8480 + username: root + password: root Review Comment: Thanks for the review, Tom! I’ll change the default config. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org