package tagencoding
import "go.opencensus.io/internal/tagencoding"
Package tagencoding contains the tag encoding used interally by the stats collector.
Index ¶
Types ¶
type Values ¶
Values represent the encoded buffer for the values.
func (*Values) Bytes ¶
Bytes returns a reference to already written bytes in the Buffer.
func (*Values) ReadValue ¶
ReadValue is the helper method to decode Values to a map[Key][]byte.
func (*Values) WriteValue ¶
WriteValue is the helper method to encode Values from map[Key][]byte.
Source Files ¶
tagencoding.go
- Version
- v0.22.1
- Published
- Sep 4, 2019
- Platform
- darwin/amd64
- Last checked
- 4 hours ago –
Tools for package owners.