import "github.com/envoyproxy/go-control-plane/envoy/extensions/tracers/datadog/v4alpha"
datadog.pb.go datadog.pb.validate.go
var File_envoy_extensions_tracers_datadog_v4alpha_datadog_proto protoreflect.FileDescriptor
type DatadogConfig struct { // The cluster to use for submitting traces to the Datadog agent. CollectorCluster string `protobuf:"bytes,1,opt,name=collector_cluster,json=collectorCluster,proto3" json:"collector_cluster,omitempty"` // The name used for the service when traces are generated by envoy. ServiceName string `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"` // contains filtered or unexported fields }
Configuration for the Datadog tracer. [#extension: envoy.tracers.datadog]
func (*DatadogConfig) Descriptor() ([]byte, []int)
Deprecated: Use DatadogConfig.ProtoReflect.Descriptor instead.
func (x *DatadogConfig) GetCollectorCluster() string
func (x *DatadogConfig) GetServiceName() string
func (*DatadogConfig) ProtoMessage()
func (x *DatadogConfig) ProtoReflect() protoreflect.Message
func (x *DatadogConfig) Reset()
func (x *DatadogConfig) String() string
func (m *DatadogConfig) Validate() error
Validate checks the field values on DatadogConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type DatadogConfigValidationError struct {
// contains filtered or unexported fields
}
DatadogConfigValidationError is the validation error returned by DatadogConfig.Validate if the designated constraints aren't met.
func (e DatadogConfigValidationError) Cause() error
Cause function returns cause value.
func (e DatadogConfigValidationError) Error() string
Error satisfies the builtin error interface
func (e DatadogConfigValidationError) ErrorName() string
ErrorName returns error name.
func (e DatadogConfigValidationError) Field() string
Field function returns field value.
func (e DatadogConfigValidationError) Key() bool
Key function returns key value.
func (e DatadogConfigValidationError) Reason() string
Reason function returns reason value.
Package envoy_extensions_tracers_datadog_v4alpha imports 18 packages (graph) and is imported by 6 packages. Updated 2021-01-08. Refresh now. Tools for package owners.