Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Sensor Configuration Files #167

Merged
merged 1 commit into from
Jan 10, 2024
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
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
Loading