View Source OpentelemetryFinch (opentelemetry_finch v0.2.0)
OpentelemetryFinch uses telemetry handlers to
create OpenTelemetry
spans.
usage
Usage
In your application start:
def start(_type, _args) do
OpentelemetryFinch.setup()
# ...
end
Link to this section Summary
Functions
Initializes and configures the telemetry handlers.
Link to this section Types
@type opts() :: []
Setup options
Link to this section Functions
@spec setup(opts()) :: :ok
Initializes and configures the telemetry handlers.