diff --git a/static/artifacts/sensor/config-values.yml b/static/artifacts/sensor/config-values.yml index 10f61b328..ea8cbf739 100644 --- a/static/artifacts/sensor/config-values.yml +++ b/static/artifacts/sensor/config-values.yml @@ -1,6 +1,6 @@ ################################################################################################## # eBPF Sensor Configuration Settings (Helm Values) -# Copyright: Levo Inc., 2023 +# Copyright: Levo Inc., 2024 # # Helm Values file to configure eBPF Sensor. # See https://helm.sh/docs/chart_template_guide/values_files/ for more information. @@ -22,6 +22,7 @@ sensor: #trace-non-k8s-traffic: false # enable tracing of non-Kubernetes traffic when deployed within a Kubernetes DaemonSet #http-proxy: "" # Proxy used for HTTP requests #https-proxy: "" # Proxy used for HTTPS requests + #kube-api-rate-limit-time: 30 # Interval between each successful Kube Api call # -------------------------------------------------------------------------------------------- @@ -50,7 +51,7 @@ sensor: # host:port for the collector service receiving the Sensor's API traces and metrics. collector-endpoint: levoai-collector:4317 - + satellite-endpoint: levoai-satellite:9999 # -------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------- @@ -73,6 +74,7 @@ sensor: # Uncomment and modify to enable the printing of sensor metrics alongside other sensor logging # messages. + # export-otel-logs: true # export-metrics-to-log: true enable-metrics: true diff --git a/static/artifacts/sensor/config.yml b/static/artifacts/sensor/config.yml index 5ab62a332..c2f2d2ff2 100644 --- a/static/artifacts/sensor/config.yml +++ b/static/artifacts/sensor/config.yml @@ -1,6 +1,6 @@ ############################################################################################## # eBPF Sensor Configuration Settings (YAML Format) -# Copyright: Levo Inc., 2023 +# Copyright: Levo Inc., 2024 ############################################################################################## @@ -17,6 +17,7 @@ trace-client-traffic: true # enable tracing of client-side traffic generated by #trace-non-k8s-traffic: false # enable tracing of non-Kubernetes traffic when deployed within a Kubernetes DaemonSet #http-proxy: "" # Proxy used for HTTP requests #https-proxy: "" # Proxy used for HTTPS requests +#kube-api-rate-limit-time: 30 # Interval between each successful Kube Api call # -------------------------------------------------------------------------------------------- @@ -45,7 +46,7 @@ collector-grpc-transport: true # host:port for the collector service receiving the Sensor's API traces and metrics. collector-endpoint: https://collector.levo.ai - +satellite-endpoint: https://collector.levo.ai # -------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------- @@ -68,6 +69,7 @@ collector-endpoint: https://collector.levo.ai # Uncomment and modify to enable the printing of sensor metrics alongside other sensor logging # messages. +# export-otel-logs: true # export-metrics-to-log: true enable-metrics: true