This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
from 4e73a30d6f Fix inconsistent virtual cache describe between code and
scope definitions doc (#9663)
add f9db9ba2dc Support monitoring PostgreSQL slow SQLs. (#9673)
No new revisions were added by this update.
Summary of changes:
docs/en/changes/changes.md | 2 +
.../setup/backend/backend-postgresql-monitoring.md | 38 +-
.../src/main/resources/application.yml | 2 +-
.../lal/{mysql-slowsql.yaml => pgsql-slowsql.yaml} | 4 +-
.../postgresql/postgresql-service.json | 1370 ++++++++++----------
.../expected/db-has-value.yml | 0
.../postgres-exporter/docker-compose.yml | 44 +-
.../cases/postgresql/postgres-exporter/e2e.yaml | 2 +-
.../postgres-exporter/fluent-bit-parser.conf | 8 +-
.../postgres-exporter}/fluent-bit-script.lua | 40 +-
.../postgres-exporter}/fluent-bit.conf | 21 +-
.../postgres-exporter/postgresql.conf} | 43 +-
test/e2e-v2/cases/postgresql/postgresql-cases.yaml | 3 +
13 files changed, 837 insertions(+), 740 deletions(-)
copy oap-server/server-starter/src/main/resources/lal/{mysql-slowsql.yaml =>
pgsql-slowsql.yaml} (96%)
copy test/e2e-v2/cases/{mysql => postgresql}/expected/db-has-value.yml (100%)
copy
oap-server/analyzer/agent-analyzer/src/main/resources/META-INF/services/org.apache.skywalking.oap.server.library.module.ModuleDefine
=> test/e2e-v2/cases/postgresql/postgres-exporter/fluent-bit-parser.conf (85%)
copy test/e2e-v2/cases/{mysql/mysql-slowsql =>
postgresql/postgres-exporter}/fluent-bit-script.lua (75%)
copy test/e2e-v2/cases/{mysql/mysql-slowsql =>
postgresql/postgres-exporter}/fluent-bit.conf (78%)
copy test/e2e-v2/cases/{go/Dockerfile.go =>
postgresql/postgres-exporter/postgresql.conf} (55%)