Skip to content

Commit

Permalink
Disable log checking until I can figure out what's going on
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall committed Dec 10, 2024
1 parent b3f272b commit 0cecf87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
# # Logs are being delivered

Check failure on line 41 in charts/k8s-monitoring/tests/platform/otlp-gateway/deployments/query-test.yaml

View workflow job for this annotation

GitHub Actions / runner / yamllint

[yamllint] reported by reviewdog 🐶 [warning] comment not indented like content (comments-indentation) Raw Output: ./charts/k8s-monitoring/tests/platform/otlp-gateway/deployments/query-test.yaml:41:1: [warning] comment not indented like content (comments-indentation)
# - query: count_over_time({cluster="$CLUSTER", pod=~".*alloy-metrics-0"}[1h])
# type: logql

Check failure on line 43 in charts/k8s-monitoring/tests/platform/otlp-gateway/deployments/query-test.yaml

View workflow job for this annotation

GitHub Actions / runner / yamllint

[yamllint] reported by reviewdog 🐶 [error] no new line character at the end of file (new-line-at-end-of-file) Raw Output: ./charts/k8s-monitoring/tests/platform/otlp-gateway/deployments/query-test.yaml:43:25: [error] no new line character at the end of file (new-line-at-end-of-file)
14 changes: 7 additions & 7 deletions charts/k8s-monitoring/tests/platform/otlp-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ destinations:
logs: {enabled: true}
traces: {enabled: true}

podLogs:
enabled: true
namespaces: [default]
volumeGatherSettings:
onlyGatherNewLogLines: true
#podLogs:

Check failure on line 21 in charts/k8s-monitoring/tests/platform/otlp-gateway/values.yaml

View workflow job for this annotation

GitHub Actions / runner / yamllint

[yamllint] reported by reviewdog 🐶 [warning] missing starting space in comment (comments) Raw Output: ./charts/k8s-monitoring/tests/platform/otlp-gateway/values.yaml:21:2: [warning] missing starting space in comment (comments)
# enabled: true
# namespaces: [default]
# volumeGatherSettings:
# onlyGatherNewLogLines: true

integrations:
alloy:
Expand All @@ -32,5 +32,5 @@ integrations:
alloy-metrics:
enabled: true

alloy-logs:
enabled: true
#alloy-logs:

Check failure on line 35 in charts/k8s-monitoring/tests/platform/otlp-gateway/values.yaml

View workflow job for this annotation

GitHub Actions / runner / yamllint

[yamllint] reported by reviewdog 🐶 [warning] missing starting space in comment (comments) Raw Output: ./charts/k8s-monitoring/tests/platform/otlp-gateway/values.yaml:35:2: [warning] missing starting space in comment (comments)
# enabled: true

0 comments on commit 0cecf87

Please sign in to comment.