tracing

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

TODO Move this to knative/pkg's tracing package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigToJSON

func ConfigToJSON(cfg *tracingconfig.Config) (string, error)

ConfigToJSON marshals a tracingconfig.Config to a JSON string. It should round-trip with JSONToConfig. E.g. cfg == JSONToConfig(ConfigToJSON(cfg))

func JSONToConfig

func JSONToConfig(jsonConfig string) (*tracingconfig.Config, error)

JSONToConfig converts a JSON marshaled version of the tracingconfig.Config back to the structure. It should round-trip with ConfigToJSON. E.g. cfg == JSONToConfig(ConfigToJSON(cfg))

Types

This section is empty.

Jump to

Keyboard shortcuts

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