Merge pull request 'Nicolas_local_ops' (#40) from Nicolas_local_ops into master

Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/40
This commit is contained in:
Nicolas 2025-07-31 03:33:08 +00:00
commit 3092ad0fa1

View File

@ -54,6 +54,16 @@ spec:
- type: json_parser - type: json_parser
parse_from: body parse_from: body
parse_to: attributes parse_to: attributes
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
# Add container logs receiver
k8scluster:
collection_interval: 1s
auth_type: serviceAccount
processors: processors:
resource: resource:
attributes: attributes:
@ -112,7 +122,7 @@ spec:
level: info level: info
pipelines: pipelines:
logs: logs:
receivers: [filelog] receivers: [filelog, otlp, k8scluster]
processors: [resource, transform, batch] processors: [resource, transform, batch]
exporters: [otlphttp/logs] exporters: [otlphttp/logs]
{{- end }} {{- end }}