Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions proxy_agent_extension/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ pub const MAX_TIME_BEFORE_STALE_STATUS_SECS: u64 = 5 * 60;

pub const EBPF_CORE: &str = "EbpfCore";
pub const EBPF_EXT: &str = "NetEbpfExt";
pub const EBPF_SVC: &str = "eBPFSvc";
pub const EBPF_SUBSTATUS_NAME: &str = "EbpfStatus";

pub const PROXY_AGENT_SERVICE_SUBSTATUS_NAME: &str = "ProxyAgentServiceStatus";

pub const MAX_CONNECTION_SUMMARY_LEN: usize = 100;
pub const MAX_FAILED_AUTH_SUMMARY_LEN: usize = 50;
// Max KB of substatus string for connection summary and failed authentication summary
Expand Down
Loading
Loading