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
* return typed model instead of generic map
* exported a few more functions
* allowed missing config.yaml file
* added ConfigFileSgtruct
* restored output of Buckets
* changed config2 to config
Copy file name to clipboardExpand all lines: docs/api.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,6 @@ Following is the supported API format for writing to standard output:
145
145
<pre>
146
146
stdout:
147
147
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
148
-
149
148
</pre>
150
149
## Aggregate metrics API
151
150
Following is the supported API format for specifying metrics aggregations:
0 commit comments