Module: RubyZipkin

Extended by:
RubyZipkin
Included in:
RubyZipkin
Defined in:
lib/rubyzipkin/headers.rb,
lib/rubyzipkin.rb,
lib/rubyzipkin/scriber.rb,
lib/rubyzipkin/version.rb,
lib/rubyzipkin/trace_filter.rb,
lib/rubyzipkin/tracesampler.rb,
lib/rubyzipkin/metadata_logger.rb,
lib/rubyzipkin/permanent_header_filter.rb

Overview

There’s certain HTTP which just shouldn’t be logged and we know about them Reasons are either security, or size Specifically session data, cookies, exception rescues.

This was we don’t need each client to black list them and having to set this up on their Initial config.

Defined Under Namespace

Modules: PermanentFilter, ZipkinTraceHeader Classes: MetadataLogger, RackHandler, Scriber, TraceFilter, TraceSampler

Constant Summary collapse

VERSION =
"0.4.6"