Documentation ¶
Overview ¶
START: begin
START: func
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CAFile = configFile("ca.pem") ServerCertFile = configFile("server.pem") ServerKeyFile = configFile("server-key.pem") ClientCertFile = configFile("client.pem") ClientKeyFile = configFile("client-key.pem") // END: begin // START_HIGHLIGHT RootClientCertFile = configFile("root-client.pem") RootClientKeyFile = configFile("root-client-key.pem") NobodyClientCertFile = configFile("nobody-client.pem") NobodyClientKeyFile = configFile("nobody-client-key.pem") ACLModelFile = configFile("model.conf") ACLPolicyFile = configFile("policy.csv") )
START: authorize
Functions ¶
func NewTraceProvider ¶
func NewTraceProvider() (*trace.TracerProvider, error)
func SetupOTelSDK ¶
setupOTelSDK bootstraps the OpenTelemetry pipeline. If it does not return an error, make sure to call shutdown for proper cleanup.
Types ¶
Click to show internal directories.
Click to hide internal directories.