Module: Datadog::Ext::HTTP::ResponseHeaders
- Defined in:
- lib/ddtrace/ext/http.rb
Overview
Response headers
Constant Summary collapse
- PREFIX =
'http.response.headers'.freeze
Class Method Summary collapse
Class Method Details
.to_tag(name) ⇒ Object
40 41 42 |
# File 'lib/ddtrace/ext/http.rb', line 40 def to_tag(name) "#{PREFIX}.#{Headers.to_tag(name)}" end |