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
Update note 1: the --metrics-addr command-line flag at operator was deprecated. Use --metrics-bind-address instead.
Update note 2: the --enable-leader-election command-line flag at operator was deprecated. Use --leader-elect instead.
Update note 3: the --http.readyListenAddr command-line flag at operator was deprecated. Use --health-probe-bind-address instead.
Update note 4: multitenant endpoints suffix /insert/multitenant/<suffix> needs to be added in remoteWrite.url if storage supports multitenancy when using remoteWriteSettings.useMultiTenantMode, as upstream vmagent has deprecated -remoteWrite.multitenantURL command-line flag since v1.102.0.
Updates
operator: adds tls flag check for AsURL method. It must allow to use https configuration for VMUser service discovery. See this issue for details.