Skip to content

Commit

Permalink
#8: Update docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 17, 2020
1 parent 1ee824c commit c788aff
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions infracheck/checks/influxdb-query
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ Parameters:

Example of JSON serialized result for query 'SELECT "duration" FROM "pyexample"."autogen"."brushEvents" WHERE time > now() - 4d GROUP BY "user"':

[
['2018-03-28T08:01:00Z', 127],
['2018-03-29T08:04:00Z', 132],
['2018-03-30T08:02:00Z', 129]
]
.. code:: json

[
['2018-03-28T08:01:00Z', 127],
['2018-03-29T08:04:00Z', 132],
['2018-03-30T08:02:00Z', 129]
]

</sphinx>
"""
Expand Down

0 comments on commit c788aff

Please sign in to comment.