Skip to content

Commit 873ca35

Browse files
committed
doc: update pgsty to pigsty.io
1 parent 108c800 commit 873ca35

File tree

6 files changed

+48
-40
lines changed

6 files changed

+48
-40
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
# PG EXPORTER
66

7-
[![Webite: exp.pgsty.com](https://img.shields.io/badge/website-exp.pgsty.com-slategray?style=flat&logo=cilium&logoColor=white)](https://exp.pigsty.com)
7+
[![Webite: https://pigsty.io/docs/pg_exporter](https://img.shields.io/badge/website-pigsty.io/docs/pg_exporter-slategray?style=flat&logo=cilium&logoColor=white)](https://pigsty.io/docs/pg_exporter)
88
[![DockerHub: pgsty/pg_exporter](https://img.shields.io/badge/docker-pgsty/pg_exporter-slategray?style=flat&logo=docker&logoColor=white)](https://hub.docker.com/r/pgsty/pg_exporter)
9-
[![Version: 1.1.1](https://img.shields.io/badge/version-1.1.1-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/pgsty/pg_exporter/releases/tag/v1.1.1)
9+
[![Version: 1.1.2](https://img.shields.io/badge/version-1.1.2-slategray?style=flat&logo=cilium&logoColor=white)](https://github.com/pgsty/pg_exporter/releases/tag/v1.1.2)
1010
[![License: Apache-2.0](https://img.shields.io/github/license/pgsty/pg_exporter?logo=opensourceinitiative&logoColor=green&color=slategray)](https://github.com/pgsty/pg_exporter/blob/main/LICENSE)
1111
[![GitHub Stars](https://img.shields.io/github/stars/pgsty/pg_exporter?style=flat&logo=github&logoColor=black&color=slategray)](https://star-history.com/#pgsty/pg_exporter&Date)
1212
[![Go Report Card](https://goreportcard.com/badge/github.com/pgsty/pg_exporter)](https://goreportcard.com/report/github.com/pgsty/pg_exporter)
@@ -16,20 +16,20 @@
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://g.pgsty.com**](https://g.pgsty.com) for live demo, which is built upon this exporter by [**Pigsty**](https://pgsty.com).
19+
Check [**https://demo.pigsty.io**](https://demo.pigsty.io) for live demo, which is built upon this exporter by [**Pigsty**](https://pigsty.io).
2020

2121
<div align="center">
22-
<a href="https://exp.pgsty.com">Docs</a> •
22+
<a href="https://pigsty.io/docs/pg_exporter">Docs</a> •
2323
<a href="#quick-start">Quick Start</a> •
2424
<a href="#features">Features</a> •
2525
<a href="#usage">Usage</a> •
2626
<a href="#api">API</a> •
2727
<a href="#deployment">Deployment</a> •
2828
<a href="#collectors">Collectors</a> •
29-
<a href="https://g.pgsty.com">Demo</a>
29+
<a href="https://demo.pigsty.io">Demo</a>
3030
</div><br>
3131

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

3434

3535
--------
@@ -51,7 +51,7 @@ Check [**https://g.pgsty.com**](https://g.pgsty.com) for live demo, which is bui
5151

5252
## Quick Start
5353

54-
RPM / DEB / Tarball available in the GitHub [release page](https://github.com/pgsty/pg_exporter/releases), and Pigsty's YUM / APT [Infra Repo](https://pgext.cloud/repo/infra).
54+
RPM / DEB / Tarball available in the GitHub [release page](https://github.com/pgsty/pg_exporter/releases), and Pigsty's YUM / APT [Infra Repo](https://pigsty.io/docs/repo/infra).
5555

5656
To run this exporter, you need to pass the postgres/pgbouncer URL via env or arg:
5757

@@ -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://pgsty.com) to monitor existing PostgreSQL cluster or RDS, it will setup pg_exporter for you.
69+
You can use [**Pigsty**](https://pigsty.io) to monitor existing PostgreSQL cluster or RDS, it will setup pg_exporter for you.
7070

7171

7272
--------
@@ -188,7 +188,7 @@ CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o pg_expo
188188

189189
Or [download](https://github.com/pgsty/pg_exporter/releases) the latest prebuilt binaries from release pages.
190190

191-
We also have pre-packaged RPM / DEB packages in the [Pigsty Infra Repo](https://ext.pgsty.com/repo/infra/)
191+
We also have pre-packaged RPM / DEB packages in the [Pigsty Infra Repo](https://pigsty.io/docs/repo/infra/)
192192

193193

194194
--------
@@ -210,7 +210,7 @@ Redhat rpm and Debian/Ubuntu deb packages are made with `nfpm` for `x86/arm64`:
210210
* [`/etc/default/pg_exporter`](package/pg_exporter.default): systemd service envs & options
211211

212212

213-
Which is also available on Pigsty's [Infra Repo](https://ext.pgsty.com/repo/infra).
213+
Which is also available on Pigsty's [Infra Repo](https://pigsty.io/docs/repo/infra).
214214

215215

216216
------

docs/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ sudo apt install -y pg-exporter
116116
{{< /tab >}}
117117
{{< tab >}}
118118
```bash
119-
wget https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/pg_exporter-v1.1.1.linux-amd64.tar.gz
120-
tar -xf pg_exporter-v1.1.1.linux-amd64.tar.gz
121-
sudo install pg_exporter-v1.1.1.linux-amd64/pg_exporter /usr/bin/
122-
sudo install pg_exporter-v1.1.1.linux-amd64/pg_exporter.yml /etc/pg_exporter.yml
119+
wget https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/pg_exporter-v1.1.2.linux-amd64.tar.gz
120+
tar -xf pg_exporter-v1.1.2.linux-amd64.tar.gz
121+
sudo install pg_exporter-v1.1.2.linux-amd64/pg_exporter /usr/bin/
122+
sudo install pg_exporter-v1.1.2.linux-amd64/pg_exporter.yml /etc/pg_exporter.yml
123123
```
124124
{{< /tab >}}
125125
{{< tab >}}
@@ -163,22 +163,22 @@ curl http://localhost:9630/metrics
163163
Experience PG Exporter in action with our live demo environment:
164164

165165
<div class="hx-mt-4">
166-
{{< hextra/hero-button text="View Live Demo" link="https://g.pgsty.com" >}}
166+
{{< hextra/hero-button text="View Live Demo" link="https://demo.pigsty.io" >}}
167167
</div>
168168

169169
The demo showcases real PostgreSQL clusters monitored by PG Exporter, featuring:
170170
- Real-time metrics visualization with Grafana
171171
- Multiple PostgreSQL versions and configurations
172172
- Extension-specific metrics and monitoring
173-
- Complete observability stack powered by [Pigsty](https://pgsty.com)
173+
- Complete observability stack powered by [Pigsty](https://pigsty.io)
174174

175175
## Community & Support
176176

177177
<div class="hx-mt-6 hx-mb-6">
178178
{{< cards >}}
179179
{{< card link="https://github.com/pgsty/pg_exporter" title="GitHub" subtitle="Source code, issues, and contributions" icon="github" >}}
180180
{{< card link="https://github.com/pgsty/pg_exporter/discussions" title="Discussions" subtitle="Ask questions and share experiences" icon="chat" >}}
181-
{{< card link="https://pgsty.com" title="Pigsty" subtitle="Complete PostgreSQL Distro with PG Exporter" >}}
181+
{{< card link="https://pigsty.io" title="Pigsty" subtitle="Complete PostgreSQL Distro with PG Exporter" >}}
182182
{{< /cards >}}
183183
</div>
184184

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pg_in_recovery 0
5151
5252
# HELP pg_exporter_build_info PG Exporter build information
5353
# TYPE pg_exporter_build_info gauge
54-
pg_exporter_build_info{version="1.1.1",branch="main",revision="abc123"} 1
54+
pg_exporter_build_info{version="1.1.2",branch="main",revision="abc123"} 1
5555
5656
# ... additional metrics
5757
```

docs/install.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ curl -fsSL https://repo.pigsty.io/get | bash; cd ~/pigsty;
2828
You can also download `pg_exporter` package (`RPM`/`DEB`/ Tarball) directly from the [Latest GitHub Release Page](https://github.com/pgsty/pg_exporter/releases/latest):
2929

3030
{{< filetree/container >}}
31-
{{< filetree/folder name="v1.1.1" state="open" >}}
32-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/pg-exporter_1.1.1_amd64.deb" >}}
33-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/pg-exporter_1.1.1_arm64.deb" >}}
34-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/pg_exporter-1.1.1-1.aarch64.rpm" >}}
35-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/pg_exporter-1.1.1-1.x86_64.rpm" >}}
36-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/pg_exporter-v1.1.1.linux-amd64.tar.gz" >}}
37-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/pg_exporter-v1.1.1.linux-arm64.tar.gz" >}}
38-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/pg_exporter-v1.1.1.darwin-amd64.tar.gz" >}}
39-
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/pg_exporter-v1.1.1.darwin-arm64.tar.gz" >}}
31+
{{< filetree/folder name="v1.1.2" state="open" >}}
32+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/pg-exporter_1.1.2_amd64.deb" >}}
33+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/pg-exporter_1.1.2_arm64.deb" >}}
34+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/pg_exporter-1.1.2-1.aarch64.rpm" >}}
35+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/pg_exporter-1.1.2-1.x86_64.rpm" >}}
36+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/pg_exporter-v1.1.2.linux-amd64.tar.gz" >}}
37+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/pg_exporter-v1.1.2.linux-arm64.tar.gz" >}}
38+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/pg_exporter-v1.1.2.darwin-amd64.tar.gz" >}}
39+
{{< filetree/file name="https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/pg_exporter-v1.1.2.darwin-arm64.tar.gz" >}}
4040
{{< /filetree/folder >}}
4141
{{< /filetree/container >}}
4242

@@ -45,7 +45,7 @@ You can install it directly with your OS package manager (`rpm`/`dpkg`), or even
4545

4646
## Repository
4747

48-
The pig package is also available in the [`pigsty-infra`](https://ext.pgsty.com/repo/infra) repo,
48+
The pig package is also available in the [`pigsty-infra`](https://pigsty.io/docs/repo/infra) repo,
4949
You can add the repo to your system, and install it with OS package manager:
5050

5151
### YUM

docs/release.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ breadcrumbs: false
55
comments: false
66
---
77

8-
The latest stable version of `pg_exporter` is [v1.1.1](https://github.com/pgsty/pg_exporter/releases/tag/v1.1.1)
8+
The latest stable version of `pg_exporter` is [v1.1.2](https://github.com/pgsty/pg_exporter/releases/tag/v1.1.2)
99

1010
| Version | Date | Summary | GitHub |
1111
|:---------------:|:----------:|---------------------------------------------------------|:------------------------------------------------------------------:|
12+
| [v1.1.2](#v112) | 2026-01-15 | fix pg_timeline id template issue | [v1.1.1](https://github.com/pgsty/pg_exporter/releases/tag/v1.1.1) |
1213
| [v1.1.1](#v111) | 2025-12-30 | pg_timeline, pg_recv, pg_sub collector update | [v1.1.1](https://github.com/pgsty/pg_exporter/releases/tag/v1.1.1) |
1314
| [v1.1.0](#v110) | 2025-12-15 | Update default metrics collectors, bump to go 1.25.5 | [v1.1.0](https://github.com/pgsty/pg_exporter/releases/tag/v1.1.0) |
1415
| [v1.0.3](#v103) | 2025-11-20 | Routine update on 1.25.4, fix unsupported libpq env | [v1.0.3](https://github.com/pgsty/pg_exporter/releases/tag/v1.0.3) |
@@ -37,6 +38,17 @@ The latest stable version of `pg_exporter` is [v1.1.1](https://github.com/pgsty/
3738
| [v0.0.1](#v001) | 2019-12-06 | Initial release with PgBouncer mode | [v0.0.1](https://github.com/pgsty/pg_exporter/releases/tag/v0.0.1) |
3839

3940

41+
## v1.1.2
42+
43+
minor fix on config file, pg_timeline with `{{ ttl_norm }}`
44+
45+
**Checksums**
46+
47+
https://github.com/pgsty/pg_exporter/releases/download/v1.1.2/checksums.txt
48+
49+
https://github.com/pgsty/pg_exporter/releases/tag/v1.1.2
50+
51+
4052

4153

4254
## v1.1.1
@@ -51,10 +63,6 @@ minor fix on some collectors
5163

5264
https://github.com/pgsty/pg_exporter/releases/download/v1.1.1/checksums.txt
5365

54-
```bash
55-
56-
```
57-
5866
https://github.com/pgsty/pg_exporter/releases/tag/v1.1.1
5967

6068

@@ -137,7 +145,7 @@ https://github.com/pgsty/pg_exporter/releases/tag/v1.0.3
137145
## v1.0.2
138146

139147
- Build with Go 1.25.0 and latest dependencies
140-
- Dedicate website and homepage: https://exp.pgsty.com
148+
- Dedicate website and homepage: https://pigsty.io/docs/pg_exporter
141149
- Release with goreleaser for more os/arch with CI/CD pipeline:
142150
- add windows amd64 support
143151
- add linux ppc64le support

hugo.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: 'https://pgexp.pgsty.com/'
1+
baseURL: 'https://exp.pgsty.com/'
22
languageCode: 'en'
33
title: 'PG Exporter - Advanced PostgreSQL & pgBouncer Metrics Exporter'
44

@@ -34,7 +34,7 @@ languages:
3434
main:
3535
- name: Pigsty
3636
weight: 1
37-
url: "https://pgsty.com"
37+
url: "https://pigsty.io"
3838
- name: GitHub
3939
weight: 2
4040
url: "https://github.com/pgsty/pg_exporter"
@@ -52,23 +52,23 @@ languages:
5252
weight: 6
5353
- identifier: pigsty
5454
name: "Pigsty ↗"
55-
url: "https://pgsty.com"
55+
url: "https://pigsty.io"
5656
weight: 7
5757
- identifier: pig-cli
5858
name: "PIG CLI ↗"
59-
url: "https://pig.pgsty.com"
59+
url: "https://pigsty.io/docs/pig"
6060
weight: 8
6161
- identifier: pgext
6262
name: "PG Extensions ↗"
63-
url: "https://ext.pgsty.com"
63+
url: "https://pgext.cloud"
6464
weight: 10
6565
- identifier: github-repo
6666
name: "GitHub repo ↗"
6767
url: "https://github.com/pgsty/pg_exporter"
6868
weight: 11
6969
- identifier: demo
7070
name: "Public Demo ↗"
71-
url: "https://g.pgsty.com"
71+
url: "https://demo.pigsty.io"
7272
weight: 12
7373
- identifier: vonng
7474
name: "Author: Vonng ↗"

0 commit comments

Comments
 (0)