Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: rename pipeline exporter process to web #ignore #7552

Merged
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
4 changes: 2 additions & 2 deletions app_desc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ modules:
value: 0
description: 是否自动更新插件模型
- key: CELERY_EXPORTER_PORT
value: 5001
value: 5000
description: celery-exporter 监听端口
- key: ENABLE_METRICS
value: 1
Expand Down Expand Up @@ -216,7 +216,7 @@ modules:
command: celery worker -A blueapps.core.celery -P threads -Q task_data_clean -n cleaner_worker@%h -c 100 -l info
plan: 4C1G5R
replicas: 2
exporter:
web:
command: celery-prometheus-exporter --broker amqp://$RABBITMQ_USER:$RABBITMQ_PASSWORD@$RABBITMQ_HOST:$RABBITMQ_PORT/$RABBITMQ_VHOST --addr :$CELERY_EXPORTER_PORT --queue-list $CELERY_EXPORTER_QUEUE
plan: 4C1G5R
replicas: 1
Expand Down
Loading