Sha256: 9750a4f8f17eff8365532b0007f6de3fb15089de6a64b58734e9f38c8f58351d
Contents?: true
Size: 524 Bytes
Versions: 26
Compression:
Stored size: 524 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true module NewRelic module Agent module Utilization class Azure < Vendor vendor_name 'azure' endpoint 'http://169.254.169.254/metadata/instance/compute?api-version=2017-03-01' headers 'Metadata' => 'true' keys %w[vmId name vmSize location] key_transforms :to_sym end end end end
Version data entries
26 entries across 26 versions & 1 rubygems