import React from "react"; import { Icon } from "../icon"; import { Trans } from "@lingui/macro"; import { cssNames } from "../../utils"; interface Props { className: string; } export function ClusterNoMetrics({ className }: Props) { return (
Metrics are not available due to missing or invalid Prometheus configuration.
Right click cluster icon to open cluster settings.