Rename 'installed_extensions' metric to 'compute_installed_extensions' (#9759)

to keep it consistent with existing compute metrics.

flux-fleet change is not needed, because it doesn't have any filter by
metric name for compute metrics.
This commit is contained in:
Anastasia Lubennikova
2024-11-22 19:27:04 +00:00
committed by GitHub
parent c1937d073f
commit 3245f7b88d
2 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ pub fn get_installed_extensions_sync(connstr: Url) -> Result<()> {
static INSTALLED_EXTENSIONS: Lazy<UIntGaugeVec> = Lazy::new(|| {
register_uint_gauge_vec!(
"installed_extensions",
"compute_installed_extensions",
"Number of databases where the version of extension is installed",
&["extension_name", "version"]
)