Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TracingTLS (0.07 sec)

  1. pkg/bootstrap/option/instances.go

    }
    
    func StatsdAddress(value string) Instance {
    	return newOptionOrSkipIfZero("statsd", value).withConvert(addressConverter(value))
    }
    
    func TracingTLS(value *networkingAPI.ClientTLSSettings, metadata *model.BootstrapNodeMetadata, isH2 bool) Instance {
    	return newOptionOrSkipIfZero("tracing_tls", value).
    		withConvert(transportSocketConverter(value, "tracer", metadata, isH2))
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top