ExStorageService.Telemetry (ex_storage_service v0.6.2)

Copy Markdown View Source

Telemetry event definitions and helpers for S3 and cluster operations.

Events emitted:

  • [:ex_storage_service, :s3, :request, :start]
  • [:ex_storage_service, :s3, :request, :stop]
  • [:ex_storage_service, :s3, :request, :exception]

Summary

Functions

Execute a telemetry-instrumented S3 operation.

Functions

span(operation, metadata, fun)

Execute a telemetry-instrumented S3 operation.

Emits start/stop/exception events around the given function.