Spandex v1.0.0-rc.1 API Reference

Modules

Describes the callback for a tracing adapter. Can be used to provide different implementations of reporting/aggregating spans while still using the spandex internal implementation

A datadog APM implementation for spandex

Provides functions for communicating with a datadog service using the apm api

Exists to easily swap out the network implementation

Simply sends the data that would have been sent to datadog to self() as a message so that the test can assert on payloads that would have been sent to datadog

defmodule Foo do use Spandex.TraceDecorator

Exceptions