User Tools

Site Tools


devops:monitoring:datadog:ddtrace

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
devops:monitoring:datadog:ddtrace [2025/02/14 14:11] 85.219.17.206devops:monitoring:datadog:ddtrace [2025/02/14 14:11] (current) 85.219.17.206
Line 45: Line 45:
 tracer.configure(hostname='localhost', port=8126) tracer.configure(hostname='localhost', port=8126)
 </code> </code>
 +
 +==== Supported Libraries ====
 +
 +ddtrace supports a wide range of libraries and frameworks out of the box. Some popular integrations include:
 +
 +      Flask: For tracing HTTP requests in Flask applications.
 +  *     Django: For monitoring Django-based applications.
 +  *     Celery: For tracing background tasks with Celery.
 +  *     SQLAlchemy: For tracing database queries.
 +  *     Redis: For tracing Redis interactions.
 +
 +To enable tracing for these frameworks, simply import the relevant module, and ddtrace will automatically instrument them.
  
devops/monitoring/datadog/ddtrace.1739542260.txt.gz · Last modified: 2025/02/14 14:11 by 85.219.17.206