Skip to content

Commit

Permalink
Merge pull request #20 from celestiaorg/feat/pod-cleanup
Browse files Browse the repository at this point in the history
feat: json time format for time key
  • Loading branch information
Bidon15 authored Mar 7, 2023
2 parents 8aac344 + 8b1f945 commit df425eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/runner/cluster_k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ func (c *ClusterK8sRunner) createTestplanPod(ctx context.Context, podName string
files = ["/var/log/**.log"]
data_format = "json"
json_time_key = "ts"
json_time_format = "2023-03-07T13:54:04.350Z"
tag_keys = ["level", "logger", "caller", "height", "square width", "finished (s)"]
json_string_fields = ["msg", "hash", "data root", "peer"]
[[inputs.prometheus]]
Expand Down

0 comments on commit df425eb

Please sign in to comment.