Module: DatadogAPIClient
- Defined in:
- lib/datadog_api_client/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'1.7.0'- USER_AGENT =
format( 'datadog-api-client-ruby/%<version>s (ruby %<ruver>s; os %<os>s; arch %<arch>s)', version: VERSION, ruver: RUBY_VERSION, os: RbConfig::CONFIG['host_os'].downcase, arch: RbConfig::CONFIG['host_cpu'] )