Tapper v0.2.0 Tapper.Reporter.Zipkin
Reporter that sends spans to Zipkin Server API.
- Currently supports only JSON encoding.
- Does not batch spans: would probably be done with an intermediate.
See also
Tapper.Application
- reporter selection, alsoTapper.start/1
,Tapper.join/6
viareporter
option.Tapper.Reporter.Api
- the implemented behaviour.
Configuration
key | purpose |
---|---|
collector_url | Full URL of Zipkin collector endpoint |
e.g.
config :tapper, Tapper.Reporter.Zipkin,
collector_url: "https://my-zipkin.domain.com:9411/api/v1/spans"
Summary
Functions
Ingest a list of %Tapper.Protocol.Span{}
Callback implementation for Tapper.Reporter.Api.ingest/1
.