Sha256: 9852af2ab79dc9694d2132c1d77bd4c46720a48aa67b54e662d4f24475f2d0ca
Contents?: true
Size: 384 Bytes
Versions: 35
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true module Datadog module Core module Metrics # @public_api module Ext DEFAULT_HOST = '127.0.0.1' DEFAULT_PORT = 8125 TAG_LANG = 'language' TAG_LANG_INTERPRETER = 'language-interpreter' TAG_LANG_VERSION = 'language-version' TAG_TRACER_VERSION = 'tracer-version' end end end end
Version data entries
35 entries across 35 versions & 2 rubygems