struct OpenTelemetry::InstrumentationDocumentation::CrystalHttpServer

Overview

OpenTelemetry::Instrumentation::CrystalHttpServer

Instruments:

Reference: https://crystal-lang.org/api/latest/HTTP/Server.html

The HTTP::Server implementation, provided in the Crystal standard library, is utilized by most Crystal web frameworks. It provides a simple HTTP 1.x compliant server that applications can use to receive requests and to issue responses.

The OpenTelemetry instrumentation of HTTP::Server will generate traces for each request, from the start to the end of it's handling.

Configuration

Version Restrictions

Methods Affected

Defined in:

opentelemetry/instrumentation/crystal/http_server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def initialize #