Learn R Programming

ot (version 0.2.0)

'Open Tracing'

Description

'Open Tracing' allows developers to add instrumentation to their application code using interfaces that are vendor-agnostic. This is used to monitor services, triage failures and find performance bottlenecks, among other things. The 'ot' package has generic methods to be extended when implementing the specification for a specific vendor.

Copy Link

Version

Install

install.packages('ot')

Monthly Downloads

35

Version

0.2.0

License

GPL-3

Maintainer

Neal Fultz

Last Published

May 26th, 2020

Functions in ot (0.2.0)

ot

Open Tracing
getMsgTracer

A Message Tracer
getMockTracer

A Mock Tracer implementation
startSpan

Tracer methods
getNoOpTracer

A NoOp Tracer implementation
setTags

Span Object Methods