lib/timber/contexts/http.rb in timber-1.1.14 vs lib/timber/contexts/http.rb in timber-2.0.0
- old
+ new
@@ -2,11 +2,11 @@
module Contexts
# The HTTP content tracks the current HTTP request being processed. This serves
# as join data across your logs, allowing you to query all logs for any attribute
# presented here. For example, viewing all logs for a given request_id.
#
- # @note This context should be installed automatically through probes,
- # such as the {Probes::RackHTTPContext} probe.
+ # @note This context should be installed automatically through integrations,
+ # such as the {Intregrations::Rack::HTTPContext} rack middleware.
class HTTP < Context
@keyspace = :http
attr_reader :method, :path, :remote_addr, :request_id
\ No newline at end of file