This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch composite-id
in repository https://gitbox.apache.org/repos/asf/skywalking.git
from 8442eb2feb * Support composite ID declared from existing columns and
virtual column for optimizing BanyanDB. * Don't remove the entity_id
permanently for now
add 81ec3af923 [Feature] Redis slow log collection (#10825)
add 737a3842e3 Merge branch 'master' into composite-id
No new revisions were added by this update.
Summary of changes:
.github/workflows/skywalking.yaml | 2 +-
docs/en/changes/changes.md | 1 +
docs/en/setup/backend/backend-redis-monitoring.md | 33 ++++++++++
.../src/main/resources/application.yml | 2 +-
.../lal/{mysql-slowsql.yaml => redis-slowsql.yaml} | 4 +-
.../redis/redis-service.json | 31 +++++++++
.../expected/db-has-value.yml | 4 +-
.../expected/metrics-has-value-label.yml | 0
test/e2e-v2/cases/redis/redis-cases.yaml | 5 ++
.../cases/redis/redis-exporter/docker-compose.yml | 23 +++++++
.../redis-exporter}/fluent-bit-parser.conf | 2 +-
.../redis-exporter}/fluent-bit-script.lua | 76 ++++++++++------------
.../redis-exporter}/fluent-bit.conf | 11 ++--
test/e2e-v2/cases/redis/redis-exporter/mock.txt | 1 +
test/e2e-v2/cases/redis/redis-exporter/redis.conf | 4 +-
.../redis/redis-exporter/scripts/crontable.txt | 2 +
.../redis-exporter/scripts/slowlog.log} | 2 +-
.../cases/redis/redis-exporter/scripts/slowlog.sh | 13 +++-
.../redis-exporter/scripts/start.sh} | 11 ++--
19 files changed, 161 insertions(+), 66 deletions(-)
copy oap-server/server-starter/src/main/resources/lal/{mysql-slowsql.yaml =>
redis-slowsql.yaml} (96%)
copy test/e2e-v2/cases/{postgresql => redis}/expected/db-has-value.yml (100%)
copy test/e2e-v2/cases/{apisix => redis}/expected/metrics-has-value-label.yml
(100%)
copy test/e2e-v2/cases/{postgresql/postgres-exporter =>
redis/redis-exporter}/fluent-bit-parser.conf (91%)
copy test/e2e-v2/cases/{mysql/mysql-slowsql =>
redis/redis-exporter}/fluent-bit-script.lua (64%)
copy test/e2e-v2/cases/{postgresql/postgres-exporter =>
redis/redis-exporter}/fluent-bit.conf (83%)
create mode 100644 test/e2e-v2/cases/redis/redis-exporter/scripts/crontable.txt
copy
test/e2e-v2/cases/{profiling/ebpf/oncpu/expected/process-estimate-scale.yml =>
redis/redis-exporter/scripts/slowlog.log} (99%)
copy docker/ui/docker-entrypoint.sh =>
test/e2e-v2/cases/redis/redis-exporter/scripts/slowlog.sh (65%)
mode change 100755 => 100644
copy test/e2e-v2/cases/{profiling/ebpf/offcpu/Dockerfile.file =>
redis/redis-exporter/scripts/start.sh} (86%)