chore(loki): Trim timestamp

This commit is contained in:
Peter 2026-02-09 14:41:05 +01:00
parent 16b1cb5b1f
commit afdb5b345b
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
2 changed files with 14 additions and 0 deletions

View file

@ -397,6 +397,13 @@ data:
loki.process "pod_logs" {
forward_to = [loki.write.default.receiver]
stage.cri {}
stage.timestamp {
source = "timestamp"
format = "RFC3339Nano"
location = "UTC"
}
stage.static_labels {
values = {
cluster = "k8s-peterg",

View file

@ -426,6 +426,13 @@ data:
loki.process "pod_logs" {
forward_to = [loki.write.default.receiver]
stage.cri {}
stage.timestamp {
source = "timestamp"
format = "RFC3339Nano"
location = "UTC"
}
stage.static_labels {
values = {
cluster = "k8s-wheatley",