apm-agent-ruby
apm-agent-ruby copied to clipboard
Query APM server for version and details about supported features
We would like to gate some features in the agent on the APM server version (e. g. #1194 ) and currently the agent does not query for this information
Implementation notes:
- base url of server '/' will return json flat map in 7+
- older versions will 404 or return a json object with a subsidiary value that is the ^^ map
Reopening so that we can add in the request