Skip to content

Commit

Permalink
Update Sensor Configuration Files
Browse files Browse the repository at this point in the history
Signed-off-by: LevoBot <[email protected]>
  • Loading branch information
levobot committed Jan 8, 2024
1 parent 7c7d239 commit 36b2713
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions static/artifacts/sensor/config-values.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
# --------------------------------------------------------------------------------------------


Expand Down Expand Up @@ -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
# --------------------------------------------------------------------------------------------

# --------------------------------------------------------------------------------------------
Expand All @@ -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

Expand Down
6 changes: 4 additions & 2 deletions static/artifacts/sensor/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##############################################################################################
# eBPF Sensor Configuration Settings (YAML Format)
# Copyright: Levo Inc., 2023
# Copyright: Levo Inc., 2024
##############################################################################################


Expand All @@ -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
# --------------------------------------------------------------------------------------------


Expand Down Expand Up @@ -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
# --------------------------------------------------------------------------------------------

# --------------------------------------------------------------------------------------------
Expand All @@ -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

Expand Down

0 comments on commit 36b2713

Please sign in to comment.