text

package
v2.3.1 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2020 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

Package text holds the encoder/decoder implementation for `text/plain`.

Index

Constants

This section is empty.

Variables

View Source
var (
	// LatencyMs measures the latency in milliseconds for the CloudEvents xml data
	// codec methods.
	LatencyMs = stats.Float64("cloudevents.io/sdk-go/datacodec/text/latency", "The latency in milliseconds for the CloudEvents text data codec methods.", "ms")
)
View Source
var (
	// LatencyView is an OpenCensus view that shows data codec xml method latency.
	LatencyView = &view.View{
		Name:        "datacodec/text/latency",
		Measure:     LatencyMs,
		Description: "The distribution of latency inside of the text data codec for CloudEvents.",
		Aggregation: view.Distribution(0, .01, .1, 1, 10, 100, 1000, 10000),
		TagKeys:     observability.LatencyTags(),
	}
)

Functions

func Decode

func Decode(_ context.Context, in []byte, out interface{}) error

func DecodeObserved

func DecodeObserved(ctx context.Context, in []byte, out interface{}) error

DecodeObserved calls Decode and records the results.

func Encode

func Encode(_ context.Context, in interface{}) ([]byte, error)

func EncodeObserved

func EncodeObserved(ctx context.Context, in interface{}) ([]byte, error)

EncodeObserved calls Encode and records the results.

Types

This section is empty.

Jump to

Keyboard shortcuts

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