Documentation ¶
Overview ¶
Package config is a generated protocol buffer package.
The `zipkin` adapter enables Istio to deliver tracingn data to the [Zipkin](https://cloud.google.com/zipkin/) tracing backend.
This adapter supports the [tracespan template](https://istio.io/docs/reference/config/policy-and-telemetry/templates/tracespan.html).
It is generated from these files:
mixer/adapter/zipkin/config/config.proto
It has these top-level messages:
Params
Index ¶
- Variables
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (m *Params) Marshal() (dAtA []byte, err error)
- func (m *Params) MarshalTo(dAtA []byte) (int, error)
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (this *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthConfig = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowConfig = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct { // URL of Zipkin HTTP endpoint. // // Required. Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // Uniform probability that a trace will be sampled. // Defaults to 0 (sampling disabled) if unset. // // Optional. SampleProbability float64 `protobuf:"fixed64,2,opt,name=sample_probability,json=sampleProbability,proto3" json:"sample_probability,omitempty"` }
Configuration format for the `zipkin` adapter.
func (*Params) Descriptor ¶
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.