File tree Expand file tree Collapse file tree 8 files changed +19
-19
lines changed
Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ nfpms:
7171 {{- else if eq .Arch "arm64" }}aarch64
7272 {{- else }}{{ .Arch }}{{ end }}
7373 vendor : PGSTY
74- homepage : https://exp.pgsty.com
74+ homepage : https://pigsty.io/docs/pg_exporter
7575 maintainer : Ruohang Feng <rh@vonng.com>
7676 description : |
7777 Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
7878 Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
7979 Part of Project Pigsty -- Battery Included PostgreSQL Distribution
80- with ultimate observability support: https://doc.pgsty.com
80+ with ultimate observability support: https://pigsty.io/docs
8181 license : Apache-2.0
8282 formats :
8383 - rpm
@@ -122,13 +122,13 @@ nfpms:
122122 {{- else if eq .Arch "arm64" }}arm64
123123 {{- else }}{{ .Arch }}{{ end }}
124124 vendor : PGSTY
125- homepage : https://exp.pgsty.com
125+ homepage : https://pigsty.io/docs/pg_exporter
126126 maintainer : Ruohang Feng <rh@vonng.com>
127127 description : |
128128 Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
129129 Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
130130 Part of Project Pigsty -- Battery Included PostgreSQL Distribution
131- with ultimate observability support: https://doc.pgsty.com
131+ with ultimate observability support: https://pigsty.io/docs
132132 license : Apache-2.0
133133 formats :
134134 - deb
Original file line number Diff line number Diff line change 44# License : Apache-2.0 @ https://github.com/pgsty/pg_exporter
55# Copyright : 2018-2025 Ruohang Feng / Vonng (rh@vonng.com)
66# ==============================================================#
7- VERSION ?= v1.1.1
7+ VERSION ?= v1.1.2
88BUILD_DATE := $(shell date '+% Y% m% d% H% M% S')
99GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "unknown")
1010GIT_REVISION := $(shell git rev-parse --short HEAD 2>/dev/null || echo "HEAD")
Original file line number Diff line number Diff line change 99/* ================ Parameters ================ */
1010
1111// Version is read by make build procedure
12- var Version = "1.1.1 "
12+ var Version = "1.1.2 "
1313
1414// Build information. Populated at build-time.
1515var (
Original file line number Diff line number Diff line change 11name : " pg-exporter"
22arch : " amd64"
33platform : " linux"
4- version : " v1.1.1 "
4+ version : " v1.1.2 "
55release : " 1"
66version_schema : semver
77maintainer : Ruohang Feng <rh@vonng.com>
88description : |
99 Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
1010 Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
1111 Part of Project Pigsty -- Battery Included PostgreSQL Distribution
12- with ultimate observability support: https://doc.pgsty.com
12+ with ultimate observability support: https://pigsty.io/docs
1313
1414vendor : " PGSTY"
15- homepage : " https://exp.pgsty.com "
15+ homepage : " https://pigsty.io/docs/pg_exporter "
1616license : " Apache-2.0 License"
1717
1818rpm :
Original file line number Diff line number Diff line change 11name : " pg_exporter"
22arch : " amd64"
33platform : " linux"
4- version : " v1.1.1 "
4+ version : " v1.1.2 "
55release : " 1"
66version_schema : semver
77maintainer : Ruohang Feng <rh@vonng.com>
88description : |
99 Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
1010 Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
1111 Part of Project Pigsty -- Battery Included PostgreSQL Distribution
12- with ultimate observability support: https://doc.pgsty.com
12+ with ultimate observability support: https://pigsty.io/docs
1313
1414vendor : " PGSTY"
15- homepage : " https://exp.pgsty.com "
15+ homepage : " https://pigsty.io/docs/pg_exporter "
1616license : " Apache-2.0 License"
1717
1818rpm :
Original file line number Diff line number Diff line change 11name : " pg-exporter"
22arch : " arm64"
33platform : " linux"
4- version : " v1.1.1 "
4+ version : " v1.1.2 "
55release : " 1"
66version_schema : semver
77maintainer : Ruohang Feng <rh@vonng.com>
88description : |
99 Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
1010 Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
1111 Part of Project Pigsty -- Battery Included PostgreSQL Distribution
12- with ultimate observability support: https://doc.pgsty.com
12+ with ultimate observability support: https://pigsty.io/docs
1313
1414vendor : " PGSTY"
15- homepage : " https://exp.pgsty.com "
15+ homepage : " https://pigsty.io/docs/pg_exporter "
1616license : " Apache-2.0 License"
1717
1818rpm :
Original file line number Diff line number Diff line change 11name : " pg_exporter"
22arch : " arm64"
33platform : " linux"
4- version : " v1.1.1 "
4+ version : " v1.1.2 "
55release : " 1"
66version_schema : semver
77maintainer : Ruohang Feng <rh@vonng.com>
88description : |
99 Prometheus exporter for PostgreSQL / Pgbouncer server metrics.
1010 Supported version: Postgres9.4 - 17+ & Pgbouncer 1.8 - 1.24+
1111 Part of Project Pigsty -- Battery Included PostgreSQL Distribution
12- with ultimate observability support: https://doc.pgsty.com
12+ with ultimate observability support: https://pigsty.io/docs
1313
1414vendor : " PGSTY"
15- homepage : " https://exp.pgsty.com "
15+ homepage : " https://pigsty.io/docs/pg_exporter "
1616license : " Apache-2.0 License"
1717
1818rpm :
Original file line number Diff line number Diff line change 11[Unit]
22Description =Prometheus exporter for PostgreSQL/Pgbouncer server metrics
3- Documentation =https://exp.pgsty.com
3+ Documentation =https://pigsty.io/docs/pg_exporter
44After =network.target
55
66[Service]
You can’t perform that action at this time.
0 commit comments