zipkinencodingextension

package module
v0.116.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 10 Imported by: 2

README

Zipkin encoding extension

Status
Stability alpha
Distributions []
Issues Open issues Closed issues
Code Owners @MovieStoreGuy, @dao-jun

This extension supports marshaling and unmarshaling Zipkin data representing traces.

The extension supports the following configuration options:

  • protocol: either zipkin_proto, zipkin_json or zipkin_thrift
  • version: v1 or v2

The default configuration is as follows:

extensions:
  zipkin_encoding:
    protocol: zipkin_proto
    version: v2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() extension.Factory

Types

type Config

type Config struct {
	Protocol string `mapstructure:"protocol"`
	Version  string `mapstructure:"version"`
}

func (*Config) Validate

func (c *Config) Validate() error

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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