Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ jobs:
name: vey-bench-all-test
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false
g3statsd-test:
name: g3statsd test
vey-statsd-test:
name: vey-statsd test
runs-on: ubuntu-latest
services:
influxdb:
Expand Down Expand Up @@ -346,14 +346,14 @@ jobs:
sudo systemctl start fluent-bit
- name: run unit test
run: |
./scripts/coverage/g3statsd.sh
./scripts/coverage/vey-statsd.sh
- name: Upload coverage data
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
disable_search: true
files: output.lcov
flags: g3statsd
name: g3statsd-all-test
flags: vey-statsd
name: vey-statsd-all-test
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- g3proxy
- g3tiles
- keyless
- g3statsd
- statsd
steps:
- uses: actions/checkout@v6
- run: |
Expand Down
112 changes: 54 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ members = [
"g3proxy/utils/ctl",
"g3proxy/utils/ftp",
"g3proxy/utils/lua",
"g3statsd",
"g3statsd/proto",
"g3statsd/utils/ctl",
"vey-statsd",
"vey-statsd/proto",
"vey-statsd/utils/ctl",
"g3tiles",
"g3tiles/proto",
"g3tiles/utils/ctl",
Expand Down Expand Up @@ -73,8 +73,8 @@ default-members = [
"g3proxy/utils/ctl",
"g3proxy/utils/ftp",
"g3proxy/utils/lua",
"g3statsd",
"g3statsd/utils/ctl",
"vey-statsd",
"vey-statsd/utils/ctl",
"g3tiles",
"g3tiles/utils/ctl",
"vey-keyless",
Expand Down
4 changes: 2 additions & 2 deletions README.ja_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ VEY プロジェクトは多数のアプリケーションで構成されてお
[詳細な紹介](g3proxy/README.md) | [ユーザーガイド](g3proxy/UserGuide.en_US.md) |
[リファレンスドキュメント](https://g3-project.readthedocs.io/projects/g3proxy/en/latest/)

### g3statsd
### vey-statsd

StatsD互換の統計アグリゲータ。

[詳細な紹介](g3statsd/README.md) | [リファレンスドキュメント](https://g3-project.readthedocs.io/projects/g3statsd/en/latest/)
[詳細な紹介](vey-statsd/README.md) | [リファレンスドキュメント](https://vey.readthedocs.io/projects/statsd/en/latest/)

### g3tiles

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ as we have basic support built in.
[README](g3proxy/README.md) | [User Guide](g3proxy/UserGuide.en_US.md) |
[Reference Doc](https://g3-project.readthedocs.io/projects/g3proxy/en/latest/)

### g3statsd
### vey-statsd

A StatsD compatible stats aggregator.

[README](g3statsd/README.md) | [Reference Doc](https://g3-project.readthedocs.io/projects/g3statsd/en/latest/)
[README](vey-statsd/README.md) | [Reference Doc](https://vey.readthedocs.io/projects/statsd/en/latest/)

### g3tiles

Expand Down
4 changes: 2 additions & 2 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ VEY项目包含许多应用,每一个应用程序单独一个子目录,包
[详细介绍](g3proxy/README.md) | [用户指南](g3proxy/UserGuide.zh_CN.md) |
[参考文档](https://g3-project.readthedocs.io/projects/g3proxy/en/latest/)

### g3statsd
### vey-statsd

StatsD兼容的监控打点指标聚合服务。

[详细介绍](g3statsd/README.md) | [参考文档](https://g3-project.readthedocs.io/projects/g3statsd/en/latest/)
[详细介绍](vey-statsd/README.md) | [参考文档](https://vey.readthedocs.io/projects/statsd/en/latest/)

### g3tiles

Expand Down
5 changes: 0 additions & 5 deletions g3statsd/debian/changelog

This file was deleted.

2 changes: 0 additions & 2 deletions g3statsd/debian/g3statsd.install

This file was deleted.

19 changes: 0 additions & 19 deletions g3statsd/debian/g3statsd@.service

This file was deleted.

50 changes: 0 additions & 50 deletions g3statsd/g3statsd.spec

This file was deleted.

19 changes: 0 additions & 19 deletions g3statsd/service/g3statsd@.latest.service

This file was deleted.

19 changes: 0 additions & 19 deletions g3statsd/service/g3statsd@.pre240.service

This file was deleted.

15 changes: 0 additions & 15 deletions g3statsd/service/generate_systemd.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/coverage/g3proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TEST_NAME="g3proxy-ci"
. "${SCRIPTS_DIR}/enter.sh"

# build
cargo build -p g3proxy -p g3proxy-ctl -p g3proxy-ftp -p vey-mkcert -p vey-dcgen -p vey-iploc -p g3statsd
cargo build -p g3proxy -p g3proxy-ctl -p g3proxy-ftp -p vey-mkcert -p vey-dcgen -p vey-iploc -p vey-statsd

all_binaries=$(find target/debug/ -maxdepth 1 -type f -perm /111 | awk '{print "-object "$0}')
all_objects=$(find target/debug/deps/ -type f -perm /111 -not -name "*.so" | awk '{print "-object "$0}')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ log: journal

stat:
target:
unix: /tmp/g3statsd.sock
unix: /tmp/vey-statsd.sock

resolver:
- name: cares1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ log: stdout

stat:
target:
unix: /tmp/g3statsd.sock
unix: /tmp/vey-statsd.sock

resolver:
- name: default
Expand Down
Loading
Loading