Dynatrace / libbuildpack-dynatrace

Common resources used for Dynatrace integration in Cloudfoundry Buildpacks.
Apache License 2.0
1 stars 5 forks source link

Implement common library for CF buildpack integrations with the Dynatrace OneAgent #1

Closed lrgar closed 5 years ago

lrgar commented 5 years ago

This is mostly a copy of the Dynatrace integration for the Staticfile buildpack. The goal is to provide a common library that can be imported by each one of the Dynatrace integrations in the Go-based CF buildpacks.

The license included is Apache License 2.0 since that is the license for the original source file.

This library is based on Go Modules, which is already being used on the Node.js buildpack.

lrgar commented 5 years ago

Thanks for the review. I've followed the requested changes.