You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Paketo Buildpack for Datadog does not support Python applications. I would like to see the buildpack enhanced to include support for Python. This change would enable users to instrument their Python applications with Datadog APM monitoring and observability tools using the Paketo Buildpack.
Possible Solution
An acceptable implementation would involve adding support for the Datadog Python agent within the Paketo Buildpack. This could include:
Installing the Datadog Python ddtrace.
Configuring the agent with appropriate environment variables and settings.
Ensuring compatibility with various Python frameworks and versions.
Motivation
I want to see this change to enable seamless monitoring and observability for Python applications using Datadog APM and the Paketo Buildpacks. This enhancement would allow Python developers to easily integrate Datadog into their deployment pipeline, providing better insights, performance monitoring, and troubleshooting capabilities for their applications. The impact would be significant as it would extend the buildpack's usability to a broader range of applications, fostering more robust and reliable software deployments.
The text was updated successfully, but these errors were encountered:
dinukarajapaksha
changed the title
Add Support Datadog APM Support for Python
Add Datadog APM Support for Python
Jul 19, 2024
Describe the Enhancement
Currently, the Paketo Buildpack for Datadog does not support Python applications. I would like to see the buildpack enhanced to include support for Python. This change would enable users to instrument their Python applications with Datadog APM monitoring and observability tools using the Paketo Buildpack.
Possible Solution
An acceptable implementation would involve adding support for the Datadog Python agent within the Paketo Buildpack. This could include:
ddtrace
.Motivation
I want to see this change to enable seamless monitoring and observability for Python applications using Datadog APM and the Paketo Buildpacks. This enhancement would allow Python developers to easily integrate Datadog into their deployment pipeline, providing better insights, performance monitoring, and troubleshooting capabilities for their applications. The impact would be significant as it would extend the buildpack's usability to a broader range of applications, fostering more robust and reliable software deployments.
The text was updated successfully, but these errors were encountered: