Dynatrace / libbuildpack-dynatrace

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

added updateAgentConfig() #20

Closed arthfl closed 2 years ago

arthfl commented 2 years ago

This fetches the most recent agent configuration from the configured tenant and merges it with the static configuration that the standalone OneAgent installer package brought along. Also some minor changes to comments and log outputs.

Changes happened in hook.go, the added "vendor" directory is just a default workflow for proper packaging handling.