Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
remove old tgz
  • Loading branch information
guilhemmarchand committed Oct 23, 2017
1 parent 6792a7f commit 6379ad6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Userguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ Since the major release V1.7, the span management macro were renamed from "inlin
::

[nmon_span]
definition = [ search index="nmon" sourcetype="nmon_data" | head 1 | addinfo\
definition = [ | stats count | addinfo\
| eval earliest=if(info_min_time == "0.000", info_search_time,info_min_time)\
| eval latest=if(info_max_time == "+Infinity", info_search_time,info_max_time)\
| eval searchStartTIme=strftime(earliest,"%a %d %B %Y %H:%M")\
Expand Down Expand Up @@ -740,6 +740,7 @@ Since the major release V1.7, the span management macro were renamed from "inlin
| return span ]
iseval = 0


**They key is modifying that part of the macro code:**

::
Expand All @@ -759,7 +760,7 @@ For example, if you want the span value to be never less than 4 minutes (the eva
::

[nmon_span]
definition = [ search index="nmon" sourcetype="nmon_data" | head 1 | addinfo\
definition = [ | stats count | addinfo\
| eval earliest=if(info_min_time == "0.000", info_search_time,info_min_time)\
| eval latest=if(info_max_time == "+Infinity", info_search_time,info_max_time)\
| eval searchStartTIme=strftime(earliest,"%a %d %B %Y %H:%M")\
Expand Down
Binary file not shown.

0 comments on commit 6379ad6

Please sign in to comment.