Module: OpenTelemetry::Instrumentation::ActiveStorage

Defined in:
lib/opentelemetry/instrumentation/active_storage.rb,
lib/opentelemetry/instrumentation/active_storage/railtie.rb,
lib/opentelemetry/instrumentation/active_storage/version.rb,
lib/opentelemetry/instrumentation/active_storage/instrumentation.rb

Overview

Contains the OpenTelemetry instrumentation for the ActiveStorage gem

Defined Under Namespace

Classes: Instrumentation, Railtie

Constant Summary collapse

SUBSCRIPTIONS =
%w[
  preview.active_storage
  transform.active_storage
  analyze.active_storage
  service_upload.active_storage
  service_streaming_download.active_storage
  service_download_chunk.active_storage
  service_download.active_storage
  service_delete.active_storage
  service_delete_prefixed.active_storage
  service_exist.active_storage
  service_url.active_storage
  service_update_metadata.active_storage
].freeze
VERSION =
'0.3.1'