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