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 DecodeObserved ¶
DecodeObserved calls Decode and records the results.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.