appoptics / appoptics-agent-docker

The AppOptics agent is now the SolarWinds Snap Agent! VISIT HERE: https://github.com/solarwinds/solarwinds-snap-agent-docker for the latest agent and updates.
https://github.com/solarwinds/solarwinds-snap-agent-docker
Apache License 2.0
4 stars 0 forks source link

Feature/yq custom tags #25

Closed Beaujr closed 6 years ago

Beaujr commented 6 years ago

Install yq & jq https://yq.readthedocs.io/en/latest/ https://stedolan.github.io/jq/

Replace sed with yq Insert properties in to the yaml with yq This alllows us to be confident of consistently well structured yaml

Custom Tags new environment variable APPOPTICS_CUSTOM_TAGS

which is a commas separated colon delimited KV list eg NAME:TEST,IS_PRODUCTION:false,VERSION:5

cmrust commented 6 years ago

LGTM