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
writeError(w, http.StatusBadRequest, "Loki is disabled")
236
236
return
237
237
}
238
-
ifh.Cfg.Loki.Status!=nil {
238
+
ifh.Cfg.Loki.Status!="" {
239
239
writeError(w, http.StatusBadRequest, "Status URL endpoints are unavailable when using LokiStack operator. Status is provided via operator conditions.")
0 commit comments