Skip to content

Commit

Permalink
Log the introspection flag status.
Browse files Browse the repository at this point in the history
  • Loading branch information
ovalenti committed Jan 7, 2025
1 parent fb1b314 commit b4eedb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collector/lib/CollectorConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ std::ostream& operator<<(std::ostream& os, const CollectorConfig& c) {
<< ", collect_connection_status:" << c.CollectConnectionStatus()
<< ", enable_detailed_metrics:" << c.EnableDetailedMetrics()
<< ", enable_external_ips:" << c.EnableExternalIPs()
<< ", track_send_recv:" << c.TrackingSendRecv();
<< ", track_send_recv:" << c.TrackingSendRecv()
<< ", enable_introspection:" << c.IsIntrospectionEnabled();
}

// Returns size of ring buffers to be allocated.
Expand Down

0 comments on commit b4eedb7

Please sign in to comment.