Sha256: e3392d16728f9b8f76da83c101044320859b51b2e0e05014d5081c55eae3eb69
Contents?: true
Size: 520 Bytes
Versions: 11
Compression:
Stored size: 520 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. 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 ["vmId", "name", "vmSize", "location"] key_transforms :to_sym end end end end
Version data entries
11 entries across 11 versions & 1 rubygems