Skip to content

Commit eddb7ee

Browse files
committed
simpler log.
1 parent 783b795 commit eddb7ee

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

charts/aigent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: aigent
33
description: ControlTheory AIgent - OpenTelemetry collector with log analysis
44
type: application
5-
version: 1.0.3
5+
version: 1.0.4
66
appVersion: "0.3.0"

charts/aigent/templates/configmap-config.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,9 @@ data:
7777
- set(severity_text, "INFO") where body["object"]["type"] != "Warning"
7878
- set(severity_number, 9) where body["object"]["type"] != "Warning"
7979

80-
# Model-readable message: reason, note, then logfmt fields
80+
# Model-readable message: reason, note.
8181
- set(body, Concat([
82-
body["object"]["reason"], " - ", body["object"]["note"],
83-
" kind=", body["object"]["regarding"]["kind"],
84-
" name=", body["object"]["regarding"]["name"],
85-
" namespace=", body["object"]["regarding"]["namespace"],
86-
" type=", body["object"]["type"],
87-
" action=", body["object"]["action"],
88-
" reportingController=", body["object"]["reportingController"],
89-
" count=", String(body["object"]["deprecatedCount"])
90-
], ""))
82+
body["object"]["reason"], " - ", body["object"]["note"]], ""))
9183

9284
# Derive service.name from k8s resource attributes with intelligent fallback
9385
transform/derive-service-name:

0 commit comments

Comments
 (0)