Skip to content

Commit

Permalink
Update time layout for cri-o log format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskello authored Mar 31, 2023
1 parent dcdcfaf commit 6cab1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/opentelemetry-collector/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ receivers:
timestamp:
parse_from: attributes.time
layout_type: gotime
layout: '2006-01-02T15:04:05.000000000-07:00'
layout: '2006-01-02T15:04:05.999999999Z07:00'
# Parse CRI-Containerd format
- type: regex_parser
id: parser-containerd
Expand Down Expand Up @@ -326,4 +326,4 @@ receivers:
- name: events
mode: "watch"
group: "events.k8s.io"
{{- end }}
{{- end }}

0 comments on commit 6cab1d2

Please sign in to comment.