null

package
v0.0.0-...-3a34b34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package null is a null storage. It discards all spans and returns none.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Null

type Null struct{}

Null is a storage that discards all spans and doesn't return any.

func (Null) Dependencies

func (Null) Dependencies() ([]server.Dependency, error)

Dependencies implements the server.Storage interface.

func (Null) Operations

func (Null) Operations(service string) ([]string, error)

Spans implements the server.Storage interface.

func (Null) QueryTraces

func (Null) QueryTraces(q server.Query) ([]tracer.RawTrace, error)

QueryTraces implements the server.Storage interface.

func (Null) Services

func (Null) Services() ([]string, error)

Services implements the server.Storage interface.

func (Null) SpanByID

func (Null) SpanByID(id uint64) (tracer.RawSpan, error)

SpanByID implements the server.Storage interface.

func (Null) Store

func (Null) Store(sp tracer.RawSpan) error

Store implements the server.Storage interface.

func (Null) TraceByID

func (Null) TraceByID(id uint64) (tracer.RawTrace, error)

TraceByID implements the server.Storage interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL