We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e7db2 commit c742c09Copy full SHA for c742c09
pkg/controller/telemetry/accesslog.go
@@ -79,7 +79,7 @@ func (l *logInfo) withDestinationService(service *workloadapi.Service) *logInfo
79
80
func outputAccesslog(data requestMetric, connMetrics connMetric, accesslog logInfo) {
81
// Skip output access log on connection establishment
82
- if data.state == TCP_ESTABLISHED && conn_metrics.totalReports == 1 {
+ if data.state == TCP_ESTABLISHED && connMetrics.totalReports == 1 {
83
return
84
}
85
logStr := buildAccesslog(data, connMetrics, accesslog)
0 commit comments