Skip to content

Commit d42965d

Browse files
committed
add release number to deb packages
1 parent 603273e commit d42965d

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
PG Exporter brings ultimate monitoring experience to your PostgreSQL with **declarative config**, **dynamic planning**, and **customizable collectors**.
1717
It provides **600+** metrics and ~3K time series per instance, covers everything you'll need for PostgreSQL observability.
1818

19-
Check [**https://demo.pigsty.cc**](https://demo.pigsty.cc) for live demo, which is built upon this exporter by [**Pigsty**](https://doc.pgsty.com).
19+
Check [**https://g.pgsty.com**](https://g.pgsty.com) for live demo, which is built upon this exporter by [**Pigsty**](https://pgsty.com).
2020

2121
<div align="center">
2222
<a href="https://exp.pgsty.com">Docs</a> •
@@ -26,10 +26,10 @@ Check [**https://demo.pigsty.cc**](https://demo.pigsty.cc) for live demo, which
2626
<a href="#api">API</a> •
2727
<a href="#deployment">Deployment</a> •
2828
<a href="#collectors">Collectors</a> •
29-
<a href="https://demo.pigsty.cc">Demo</a>
29+
<a href="https://g.pgsty.com">Demo</a>
3030
</div><br>
3131

32-
[![pigsty-dashboard](https://pigsty.io/img/pigsty/dashboard.jpg)](https://demo.pigsty.io)
32+
[![pigsty-dashboard](https://pigsty.io/img/pigsty/dashboard.jpg)](https://g.pgsty.com)
3333

3434

3535
--------
@@ -40,7 +40,7 @@ Check [**https://demo.pigsty.cc**](https://demo.pigsty.cc) for live demo, which
4040
- **Full Coverage**: Monitor both PostgreSQL (10-18+) and pgBouncer (1.8-1.24+) in single exporter
4141
- **Fine-grained Control**: Configure timeout, caching, skip conditions, and fatality per collector
4242
- **Dynamic Planning**: Define multiple query branches based on different conditions
43-
- **Self-monitoring**: Rich metrics about pg_exporter [itself](https://demo.pigsty.io/d/pgsql-exporter) for complete observability
43+
- **Self-monitoring**: Rich metrics about pg_exporter [itself](https://g.pigsty.com/d/pgsql-exporter) for complete observability
4444
- **Production-Ready**: Battle-tested in real-world environments across 12K+ cores for 6+ years
4545
- **Auto-discovery**: Automatically discover and monitor multiple databases within an instance
4646
- **Health Check APIs**: Comprehensive HTTP endpoints for service health and traffic routing
@@ -66,7 +66,7 @@ There are 4 built-in metrics `pg_up`, `pg_version`, `pg_in_recovery`, `pg_export
6666

6767
There are two monitoring dashboards in the [`monitor/`](monitor/) directory.
6868

69-
You can use [**Pigsty**](https://doc.pgsty.com) to monitor existing PostgreSQL cluster or RDS, it will setup pg_exporter for you.
69+
You can use [**Pigsty**](https://pgsty.com) to monitor existing PostgreSQL cluster or RDS, it will setup pg_exporter for you.
7070

7171

7272
--------

hugo.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hasCJKLanguage: true
1010

1111
services:
1212
googleAnalytics:
13-
ID: G-5HDLR6CMB4
13+
ID: G-Y7HMTRQ6P7
1414

1515
contentDir: docs
1616

@@ -32,15 +32,18 @@ languages:
3232
title: PG Exporter
3333
menu:
3434
main:
35-
- name: Search
35+
- name: Pigsty
3636
weight: 1
37-
params:
38-
type: search
37+
url: "https://pgsty.com"
3938
- name: GitHub
4039
weight: 2
4140
url: "https://github.com/pgsty/pg_exporter"
4241
params:
4342
icon: github
43+
- name: Search
44+
weight: 3
45+
params:
46+
type: search
4447
sidebar:
4548
- identifier: more
4649
name: Links

package/nfpm-amd64-deb.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "pg-exporter"
22
arch: "amd64"
33
platform: "linux"
44
version: "v1.0.1"
5+
release: "1"
56
version_schema: semver
67
maintainer: Ruohang Feng <[email protected]>
78
description: |

package/nfpm-amd64-rpm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "pg_exporter"
22
arch: "amd64"
33
platform: "linux"
44
version: "v1.0.1"
5+
release: "1"
56
version_schema: semver
67
maintainer: Ruohang Feng <[email protected]>
78
description: |

package/nfpm-arm64-deb.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "pg-exporter"
22
arch: "arm64"
33
platform: "linux"
44
version: "v1.0.1"
5+
release: "1"
56
version_schema: semver
67
maintainer: Ruohang Feng <[email protected]>
78
description: |

package/nfpm-arm64-rpm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "pg_exporter"
22
arch: "arm64"
33
platform: "linux"
44
version: "v1.0.1"
5+
release: "1"
56
version_schema: semver
67
maintainer: Ruohang Feng <[email protected]>
78
description: |

0 commit comments

Comments
 (0)