diff --git a/charts/k8s-monitoring/tests/platform/otlp-gateway/deployments/query-test.yaml b/charts/k8s-monitoring/tests/platform/otlp-gateway/deployments/query-test.yaml index 542bed751..b1001760d 100644 --- a/charts/k8s-monitoring/tests/platform/otlp-gateway/deployments/query-test.yaml +++ b/charts/k8s-monitoring/tests/platform/otlp-gateway/deployments/query-test.yaml @@ -38,6 +38,6 @@ spec: - query: alloy_build_info{cluster="$CLUSTER"} type: promql - # Logs are being delivered - - query: count_over_time({cluster="$CLUSTER", pod=~".*alloy-metrics-0"}[1h]) - type: logql \ No newline at end of file +# # Logs are being delivered +# - query: count_over_time({cluster="$CLUSTER", pod=~".*alloy-metrics-0"}[1h]) +# type: logql \ No newline at end of file diff --git a/charts/k8s-monitoring/tests/platform/otlp-gateway/values.yaml b/charts/k8s-monitoring/tests/platform/otlp-gateway/values.yaml index 94339e3d9..37ee7e9d4 100644 --- a/charts/k8s-monitoring/tests/platform/otlp-gateway/values.yaml +++ b/charts/k8s-monitoring/tests/platform/otlp-gateway/values.yaml @@ -18,11 +18,11 @@ destinations: logs: {enabled: true} traces: {enabled: true} -podLogs: - enabled: true - namespaces: [default] - volumeGatherSettings: - onlyGatherNewLogLines: true +#podLogs: +# enabled: true +# namespaces: [default] +# volumeGatherSettings: +# onlyGatherNewLogLines: true integrations: alloy: @@ -32,5 +32,5 @@ integrations: alloy-metrics: enabled: true -alloy-logs: - enabled: true +#alloy-logs: +# enabled: true