File tree Expand file tree Collapse file tree 3 files changed +17
-9
lines changed
Expand file tree Collapse file tree 3 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2- FROM golang:1.22 -alpine AS builder-env
2+ FROM golang:1.24 -alpine AS builder-env
33
44# Build a self-contained pg_exporter container with a clean environment and no
55# dependencies.
Original file line number Diff line number Diff line change 11# PG Exporter
22
33
4- [ ![ Webite: pigsty] ( https://img.shields.io/badge/website-pgsty.com-slategray?style=flat&logo=cilium&logoColor=white )] ( https://pgsty.com )
4+ [ ![ Webite: pigsty] ( https://img.shields.io/badge/website-pgsty.com-slategray?style=flat&logo=cilium&logoColor=white )] ( https://pigsty.io )
55[ ![ Version: v0.8.1] ( https://img.shields.io/badge/version-v0.8.1-slategray?style=flat&logo=cilium&logoColor=white )] ( https://github.com/Vonng/pg_exporter/releases/tag/v0.8.1 )
66[ ![ License: Apache-2.0] ( https://img.shields.io/github/license/Vonng/pg_exporter?logo=opensourceinitiative&logoColor=green&color=slategray )] ( https://github.com/Vonng/pg_exporter/blob/main/LICENSE )
77[ ![ GitHub Stars] ( https://img.shields.io/github/stars/Vonng/pg_exporter?style=flat&logo=github&logoColor=black&color=slategray )] ( https://star-history.com/#Vonng/pg_exporter&Date )
@@ -18,7 +18,7 @@ The latest stable version is [`0.8.1`](https://github.com/Vonng/pg_exporter/rele
1818
1919
2020
21- --------------------
21+ ------
2222
2323## Features
2424
@@ -29,11 +29,10 @@ The latest stable version is [`0.8.1`](https://github.com/Vonng/pg_exporter/rele
2929* Dynamic Planning: Define multiple branches for a collector. Install specific branch when server & exporter meet certain conditions.
3030* Rich [ self-monitoring] ( https://demo.pigsty.cc/d/pgsql-exporter ) metrics about ` pg_exporter ` itself.
3131* Auto-discovery multiple databases, and run database level collectors
32- * Tested and verified in a real-world production environment: 12K+ cores for 5+ years.
33-
32+ * Tested and verified in a real-world production environment: 12K+ cores for 6+ years.
3433
3534
36- --------------------
35+ ------
3736
3837## Quick Start
3938
@@ -109,7 +108,7 @@ Flags:
109108
110109
111110
112- --------------------
111+ ------
113112
114113## API
115114
@@ -182,7 +181,7 @@ Or [download](https://github.com/Vonng/pg_exporter/releases) the latest prebuilt
182181
183182
184183
185- --------------------
184+ ------
186185
187186## Deployment
188187
@@ -195,7 +194,7 @@ Redhat rpm and Debian/Ubuntu deb packages is made with `nfpm`.
195194Which is also available on Pigsty's PGSQL repo.
196195
197196
198- --------------------
197+ ------
199198
200199## Configuration
201200
Original file line number Diff line number Diff line change 11# Release Note
22
3+ ------
4+
5+ ## 0.8.1
6+
7+ * Bump dependencies to the latest version
8+ * [ Bump golang.org/x/net from 0.35.0 to 0.36.0 #67 ] ( https://github.com/Vonng/pg_exporter/pull/67 )
9+ * Update docker images building tags
10+
11+
312------
413
514## 0.8.0
You can’t perform that action at this time.
0 commit comments