Sha256: 85011b50b083291ce61d649e0d15d1c09b36721457f993aa69301a3fc7fa1718
Contents?: true
Size: 733 Bytes
Versions: 26
Compression:
Stored size: 733 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::Agent module InfiniteTracing module Constants SUPPORTABILITY_PREFIX = 'Supportability/InfiniteTracing/Span' SPANS_SEEN_METRIC = "#{SUPPORTABILITY_PREFIX}/Seen" SPANS_SENT_METRIC = "#{SUPPORTABILITY_PREFIX}/Sent" QUEUE_DUMPED_METRIC = "#{SUPPORTABILITY_PREFIX}/AgentQueueDumped" RESPONSE_ERROR_METRIC = "#{SUPPORTABILITY_PREFIX}/Response/Error" GRPC_ERROR_NAME_METRIC = "#{SUPPORTABILITY_PREFIX}/gRPC/%s" GRPC_OTHER_ERROR_METRIC = GRPC_ERROR_NAME_METRIC % 'Other' end end end
Version data entries
26 entries across 26 versions & 1 rubygems