Mercurial > code > home > repos > victoriametrics
view index.js @ 79:bbe646f61cb0
announce doesn't serve normal metrics
author | drewp@bigasterisk.com |
---|---|
date | Wed, 26 Jun 2024 22:29:30 -0700 |
parents | adde35eb4773 |
children |
line wrap: on
line source
function init(serverUrl) { // this defaults to something incorrect, so we fix it hopefully before you go to vmui localStorage.setItem('SERVER_URL', JSON.stringify({ value: serverUrl })); }