You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,8 @@ Following is the supported API format for writing to standard output:
142
142
143
143
<pre>
144
144
stdout:
145
-
format: the format of each line: printf (default), fields or json
145
+
format: the format of each line: printf (default - writes using golang's default map printing), fields (writes one key and value field per line) or json
146
+
146
147
</pre>
147
148
## Aggregate metrics API
148
149
Following is the supported API format for specifying metrics aggregations:
0 commit comments