We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c60f55d + 588f82d commit 9ce385dCopy full SHA for 9ce385d
config/pgwatch-prometheus/metrics.yml
@@ -1946,8 +1946,6 @@ metrics:
1946
11: |
1947
select
1948
(extract(epoch from now()) * 1e9)::int8 as epoch_ns,
1949
- current_database() as tag_datname,
1950
- database_name as tag_database_name,
1951
datname as tag_datname,
1952
schemaname as tag_schemaname,
1953
relname as tag_relname,
@@ -1956,7 +1954,7 @@ metrics:
1956
1954
indisvalid::int as is_valid,
1957
1955
estimated_tuples,
1958
best_ratio
1959
- from index_pilot.index_current_state
+ from index_pilot.index_latest_state
1960
order by indexsize desc
1961
limit 2000;
1962
gauges:
0 commit comments