diff options
| author | Frank Ch. Eigler <fche@redhat.com> | 2024-04-26 18:22:38 -0400 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@redhat.com> | 2024-04-26 18:22:38 -0400 |
| commit | 5867223c8e0a8ab505d4a7960e4113e25e154f07 (patch) | |
| tree | d4e33b64a461359792c979c1858c962759845dd2 /tapsets/API-json-add-numeric-metric.html | |
| parent | removed tutorial/* bits (diff) | |
add new tapsets/*.html
Diffstat (limited to 'tapsets/API-json-add-numeric-metric.html')
| -rw-r--r-- | tapsets/API-json-add-numeric-metric.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-json-add-numeric-metric.html b/tapsets/API-json-add-numeric-metric.html index 0a3aae0c..a479af73 100644 --- a/tapsets/API-json-add-numeric-metric.html +++ b/tapsets/API-json-add-numeric-metric.html | |||
| @@ -2,13 +2,13 @@ | |||
| 2 | Add a numeric metric | 2 | Add a numeric metric |
| 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> | 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> |
| 4 | json_add_numeric_metric:long(name:string,description:string,units:string) | 4 | json_add_numeric_metric:long(name:string,description:string,units:string) |
| 5 | </pre></div><div class="refsect1"><a name="idm46353899898544"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p> | 5 | </pre></div><div class="refsect1"><a name="id2617"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p> |
| 6 | The name of the numeric metric. | 6 | The name of the numeric metric. |
| 7 | </p></dd><dt><span class="term"><em class="parameter"><code>description</code></em></span></dt><dd><p> | 7 | </p></dd><dt><span class="term"><em class="parameter"><code>description</code></em></span></dt><dd><p> |
| 8 | Metric description. An empty string can be used. | 8 | Metric description. An empty string can be used. |
| 9 | </p></dd><dt><span class="term"><em class="parameter"><code>units</code></em></span></dt><dd><p> | 9 | </p></dd><dt><span class="term"><em class="parameter"><code>units</code></em></span></dt><dd><p> |
| 10 | Metic units. An empty string can be used. | 10 | Metic units. An empty string can be used. |
| 11 | </p></dd></dl></div></div><div class="refsect1"><a name="idm46353899891248"></a><h2>Description</h2><p> | 11 | </p></dd></dl></div></div><div class="refsect1"><a name="id2618"></a><h2>Description</h2><p> |
| 12 | This function adds a numeric metric, setting up | 12 | This function adds a numeric metric, setting up |
| 13 | everything needed. | 13 | everything needed. |
| 14 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-json-add-array-string-metric.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="json.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-json-add-string-metric.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::json_add_array_string_metric</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">function::json_add_string_metric</span></td></tr></table></div></body></html> | 14 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-json-add-array-string-metric.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="json.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-json-add-string-metric.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::json_add_array_string_metric</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">function::json_add_string_metric</span></td></tr></table></div></body></html> |
