mirror of https://github.com/prometheus/prometheus
parent
c0ba4ee2bb
commit
88519152e5
|
@ -38,7 +38,6 @@ const MetricsExplorer: FC<MetricsExplorerProps> = ({
|
|||
insertText,
|
||||
close,
|
||||
}) => {
|
||||
console.log("metricNames");
|
||||
// Fetch the alerting rules data.
|
||||
const { data } = useSuspenseAPIQuery<MetadataResult>({
|
||||
path: `/metadata`,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.promql-metric-name {
|
||||
/* color: var(--input-color); */
|
||||
/* Should already inherit the right color from the theme. */
|
||||
}
|
||||
|
||||
.promql-label-name {
|
||||
|
|
Loading…
Reference in New Issue