pushURL=flagutil.NewArray("pushmetrics.url","Optional URL to push metrics exposed at /metrics page. See https://docs.victoriametrics.com/#push-metrics . "+
"By default metrics exposed at /metrics page aren't pushed to any remote storage")
pushInterval=flag.Duration("pushmetrics.interval",10*time.Second,"Interval for pushing metrics to -pushmetrics.url")
pushExtraLabels=flagutil.NewArray("pushmetrics.extraLabels","Optional labels to add to metrics pushed to -pushmetrics.url . "+
`For example, -pushmetrics.extraLabels='instance="foo"' adds instance="foo" label to all the metrics pushed to -pushmetrics.url`)
)
funcinit(){
// The -pushmetrics.url flag can contain basic auth creds, so it mustn't be visible when exposing the flags.