Skip to content

Commit cce58ac

Browse files
author
Josef Bacik
committed
fix formatting in json-api.md
More markdown mess ups. Signed-off-by: Josef Bacik <[email protected]>
1 parent 6b3f4bd commit cce58ac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

json-api.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generic events submitted to the logger from the profiled machine
22

3-
categoryname - Must be a valid category, so offcputime for now.
4-
columnX - A column name for that category
3+
- categoryname: Must be a valid category, so offcputime for now.
4+
- columnX: A column name for that category
55

66
```
77
{
@@ -44,11 +44,11 @@ elapsed is in nanoseconds
4444
# Queries format, submitted to the query service by the visualizer
4545

4646
categoryname - Must be a valid category, so offcputime for now.
47-
limit - The number of items to fetch, if not present it returns all of them
48-
elementN - Valid column names for the category
49-
expr - Must be "=", "<", "<=", ">", ">=", "!=", "contains"
50-
oper - Must be "and" or "or"
51-
format - Must be "list" or "flamegraph". If not specified we assume "list".
47+
- limit: The number of items to fetch, if not present it returns all of them
48+
- elementN: Valid column names for the category
49+
- expr: Must be "=", "<", "<=", ">", ">=", "!=", "contains"
50+
- oper: Must be "and" or "or"
51+
- format: Must be "list" or "flamegraph". If not specified we assume "list".
5252

5353
```
5454
{

0 commit comments

Comments
 (0)