1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-11-04 18:51:42 +03:00

Merge branch 'prometheus-community:master' into fix/pg_stat_archiver-version

This commit is contained in:
pitan
2022-01-17 17:04:00 +09:00
committed by GitHub
21 changed files with 64 additions and 230 deletions

View File

@@ -18,7 +18,7 @@ import (
"fmt"
"github.com/blang/semver"
"github.com/go-kit/kit/log/level"
"github.com/go-kit/log/level"
"gopkg.in/yaml.v2"
)