Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for newAccessLogBuilder (0.3 sec)

  1. pilot/pkg/networking/core/accesslog.go

    	envoyWasmStateToLog = []string{"wasm.upstream_peer", "wasm.upstream_peer_id", "wasm.downstream_peer", "wasm.downstream_peer_id"}
    
    	// accessLogBuilder is used to set accessLog to filters
    	accessLogBuilder = newAccessLogBuilder()
    )
    
    type AccessLogBuilder struct {
    	// tcpGrpcAccessLog is used when access log service is enabled in mesh config.
    	tcpGrpcAccessLog *accesslog.AccessLog
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/accesslog_test.go

    						Specifier: &core.DataSource_InlineString{
    							InlineString: model.EnvoyTextLogFormat,
    						},
    					},
    				},
    			},
    		},
    	}
    )
    
    func TestSetTCPAccessLog(t *testing.T) {
    	b := newAccessLogBuilder()
    
    	env := newTestEnviroment()
    
    	cases := []struct {
    		name     string
    		push     *model.PushContext
    		proxy    *model.Proxy
    		tcp      *tcp.TcpProxy
    		class    networking.ListenerClass
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top