Skip to content

Commit

Permalink
feat: update pgcat chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
dellnoantechnp committed Dec 6, 2024
1 parent 601ce6b commit e529b51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion charts/pgcat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ appVersion: 1.2.0
description: A Helm chart for PgCat a PostgreSQL pooler and proxy (like PgBouncer)
with support for sharding, load balancing, failover and mirroring.
maintainers:
- email: dellnoantechnp@gmail.com
name: dellnoantechnp
- email: team@postgresml.org
name: PostgresML
dependencies:
Expand All @@ -12,4 +14,4 @@ dependencies:
- bitnami-common
version: 2.x.x
name: pgcat
version: 0.2.7
version: 0.2.8
10 changes: 5 additions & 5 deletions charts/pgcat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,12 +443,12 @@ prometheusRule:
##
additionalLabels: { }
## @param metrics.prometheusRule.rules PrometheusRule definitions
## - alert: RequestExceptionTooMany
## - alert: PgCat_Server_Error_Warning
## annotations:
## subject: Apollo adminService too many exceptions on http request.
## message: The metric http_server_requests_seconds_count has too many code 5xx exception, firing exception is {{ $labels.exception }} to {{ $labels.uri }}.
## expr: sum(increase(http_server_requests_seconds_count{component="adminService", status="500"}[5m])) by (exception, uri) > 10
## for: 5m
## subject: pgcat instance too many exceptions on http request.
## message: The metric pgcat_servers_error_count has too many error, firing exception is {{ $labels.pool }} to {{ $labels.database }}.
## expr: pgcat_servers_error_count{pool="test-pool"}[1m] > 5
## for: 1m
## labels:
## severity: warning
##
Expand Down

0 comments on commit e529b51

Please sign in to comment.