Packages
OpenTelemetry integration for SQLCommenter and Ecto, adding telemetry context to SQL queries
Current section
Files
Jump to
Current section
Files
lib/opentelemetry_sqlcommenter.ex
defmodule OpentelemetrySqlcommenter do
@moduledoc """
Documentation for `OpentelemetrySqlcommenter`.
"""
@doc """
Hello world.
## Examples
iex> OpentelemetrySqlcommenter.hello()
:world
"""
def hello do
:world
end
end