struct OpenTelemetry::InstrumentationDocumentation::CrystalLog

Overview

OpenTelemetry::Instrumentation::CrystalLog

Instruments

Reference: https://crystal-lang.org/api/1.4.0/Log.html

This instrument will record logs generated with Log as events in the current span. If there is no current span, the instrument is a NOP. In either case, configured logging then procedes as expected.

Configuration

Version Restrictions

Methods Affected

Defined in:

opentelemetry/instrumentation/crystal/log.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def initialize #