Skip to content

navyamehta/signoz-template-celery-opentelemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signoz-template-celery-opentelemetry

Debugging template for Signoz (Opentelemetry) with Celery. You can directly run

./run_locally.sh

Otherwise, you can first install dependencies with

python -m pip install torch==1.13.0 numpy==1.23.4
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
opentelemetry-bootstrap --action=install

and then run

opentelemetry-instrument --logs_exporter otlp_proto_grpc,console --traces_exporter otlp_proto_grpc,console celery -A wombo.celery_paint.celeryapp worker --loglevel=info (maybe also add --pool=threads)

About

Opentelemetry with Celery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •