Sign in
gbmc
/
gbmcweb
/
92e0abb25dd4bbb6ab92991683adbb75c219c8b7
/
.
/
tlbmc
/
software_metrics_config.proto
blob: ac07d03171a8731587caa98dd0d98fbde545497a [
file
] [
log
] [
blame
]
edition
=
"2023"
;
package
milotic_tlbmc
;
message
SoftwareMetricsConfig
{
// List of socket stat ports to monitor.
repeated
int32
socket_stat_ports
=
1
;
// List of net filter connection ports to monitor.
repeated
int32
netfilter_ports
=
2
;
}