Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateDatadogCollector (0.14 sec)

  1. pkg/config/validation/agent/validation.go

    func ValidateZipkinCollector(z *meshconfig.Tracing_Zipkin) error {
    	return ValidateProxyAddress(strings.Replace(z.GetAddress(), "$(HOST_IP)", "127.0.0.1", 1))
    }
    
    // ValidateDatadogCollector validates the configuration for sending envoy spans to Datadog
    func ValidateDatadogCollector(d *meshconfig.Tracing_Datadog) error {
    	// If the address contains $(HOST_IP), replace it with a valid IP before validation.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top