celery-cloudwatch:将Celery任务统计信息发布到AWS CloudWatch

时间:2024-06-03 06:53:10
【文件属性】:

文件名称:celery-cloudwatch:将Celery任务统计信息发布到AWS CloudWatch

文件大小:19KB

文件格式:ZIP

更新时间:2024-06-03 06:53:10

Python

芹菜CloudWatch 从监控您的应用程序! 指标 每个任务都会记录以下事件: CeleryEventSent CeleryEventStarted CeleryEvent成功 CeleryEvent失败 然后,您可以查看每天要完成多少个任务,每个星期要完成多少任务等。 另外,我们记录每个任务的等待/运行总数: 芹菜等待 CeleryNumRunning 此外,有关任务持续时间的统计信息还按以下指标发送: 芹菜等待时间 芹菜加工时间 这些指标与所有受支持的统计信息一起发送(事件,总数,最大值,最小值),使您能够洞悉任务处理并匹配请求和容量。 入门 为您的实例设置。 它必须包括执行“ PutMetricData”的策略,例如: { " Version " : " 2000-01-01 " , " Statement " : [ { " Effe


【文件预览】:
celery-cloudwatch-master
----MANIFEST.in(100B)
----ccwatch.logging.conf(429B)
----boto.cfg.sample(106B)
----Pipfile.lock(9KB)
----.travis.yml(1KB)
----LICENSE(1KB)
----setup.py(1KB)
----README.md(3KB)
----Pipfile(207B)
----ccwatch.yaml.sample(751B)
----tests()
--------test_state.py(6KB)
----.gitignore(407B)
----celery_cloudwatch()
--------state.py(8KB)
--------print_camera.py(2KB)
--------task_monitor.py(2KB)
--------__init__.py(255B)
--------__main__.py(3KB)
--------__version__.py(22B)
--------import_class.py(286B)
--------stats.py(1KB)
--------cloudwatch_camera.py(10KB)
--------camera.py(1KB)

网友评论