module Datadog::Ext::HTTP::RequestHeaders

Request headers

Constants

PREFIX

Public Instance Methods

to_tag(name) click to toggle source
# File lib/ddtrace/ext/http.rb, line 30
def to_tag(name)
  "#{PREFIX}.#{Headers.to_tag(name)}"
end