Sha256: af97f04201eab80919c15d28e54c01b7efdf1a54aa268bc0168f0d763f290a6e
Contents?: true
Size: 400 Bytes
Versions: 9
Compression:
Stored size: 400 Bytes
Contents
# frozen_string_literal: true module IronBank # Open Tracing helper module module OpenTracing def open_tracing_enabled? IronBank.configuration.open_tracing_enabled end def open_tracing_options { distributed_tracing: true, split_by_domain: false, service_name: IronBank.configuration.open_tracing_service_name } end end end
Version data entries
9 entries across 9 versions & 1 rubygems