You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The container image name has changed to `ghcr.io/shutter-network/keyper`
- The assets image tag format was changed to be consistent between testnet and mainnet
- A new assets variable `_ASSETS_NETWORK` was introduced and now gets exported in the metrics push
Also the script function to replace the env var placeholders was removed since vmagent does this automatically
(see: https://docs.victoriametrics.com/vmagent/#how-to-collect-metrics-in-prometheus-format)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This package includes the following services:
24
24
25
25
- Uses VictoriaMetrics to send performance metrics to a remote Pushgateway.
26
26
27
-
- Configuration is handled through templates in `/config/gnosis/`, and the main config file (`vmagent.yml`) is dynamically generated based on environment variables.
27
+
- Configuration is handled via the config file `/config/gnosis/vmagent.yml`, placehoders in that file are automatically picked up from the environment by vmagent.
0 commit comments