blob: 029fb8b9b6fedd0bfb3e4e12ba40544a9bbdc0cf [file] [edit]
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;
// Refresh interval for True Hitless Metrics refresh periodic task.
int32 true_hitless_metrics_refresh_interval_ms = 3;
// Path to the True Hitless Metrics JSON file.
string true_hitless_metrics_path = 4;
}