Skip to content

Commit d3f9a76

Browse files
committed
regen doc
1 parent 00ffdbd commit d3f9a76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ Following is the supported API format for writing to loki:
318318
clientConfig: clientConfig
319319
timestampLabel: label to use for time indexing
320320
timestampScale: timestamp units scale (e.g. for UNIX = 1s)
321+
format: the format of each line: printf (writes using golang's default map printing), fields (writes one key and value field per line) or json (default)
322+
reorder: reorder json map keys
321323
</pre>
322324
## Write Standard Output
323325
Following is the supported API format for writing to standard output:

0 commit comments

Comments
 (0)