View Source OpentelemetryRedix (opentelemetry_redix v0.1.0)
OpentelemetryRedix uses telemetry handlers to
create OpenTelemetry
spans.
usage
Usage
In your application start:
def start(_type, _args) do
OpentelemetryRedix.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.