elastic / apm-agent-php

Apache License 2.0
252 stars 69 forks source link

updatecli: use shared policy for the apm-data-specs #1178

Closed v1v closed 3 months ago

v1v commented 3 months ago

Use the shared policy to sync up the apm-data specs for the apm server.

I refactored the values so they can be used with the traditional updatecli pipeline (using apply) and the compose shared policies approach (using compose apply)

https://github.com/elastic/apm-agent-php/pull/1180 versus https://github.com/elastic/apm-agent-php/pull/1148