Skip to content

Commit

Permalink
Merge pull request #1894 from Danielle9897/RDoc-2973-includeTimeserie…
Browse files Browse the repository at this point in the history
…sInSnmp

RDoc-2973 Include timeseries in SNMP's endpoints descriptions
  • Loading branch information
ppekrol committed Aug 28, 2024
2 parents 56eb075 + 093d027 commit add4238
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ curl -X POST \
| <a id="5.2.D.5.5" /> 5.2.`D`.5.5 | Number of disabled indexes |
| <a id="5.2.D.5.6" /> 5.2.`D`.5.6 | Number of error indexes |
| <a id="5.2.D.5.7" /> 5.2.`D`.5.7 | Number of faulty indexes |
| <a id="5.2.D.6.1" /> 5.2.`D`.6.1 | Number of writes (documents, attachments, counters) |
| <a id="5.2.D.6.2" /> 5.2.`D`.6.2 | Number of bytes written (documents, attachments, counters) |
| <a id="5.2.D.6.1" /> 5.2.`D`.6.1 | Number of writes (documents, attachments, counters, timeseries) |
| <a id="5.2.D.6.2" /> 5.2.`D`.6.2 | Number of bytes written (documents, attachments, counters, timeseries) |

| OID | Metric (Index) |
|------------------------------------------|------------------------------------------------|
Expand Down Expand Up @@ -424,8 +424,8 @@ curl -X POST \
| <a id="5.1.8.1" /> 5.1.8.1 | Number of indexed documents per second for map indexes (one minute rate) in all loaded databases |
| <a id="5.1.8.2" /> 5.1.8.2 | Number of maps per second for map-reduce indexes (one minute rate) in all loaded databases |
| <a id="5.1.8.3" /> 5.1.8.3 | Number of reduces per second for map-reduce indexes (one minute rate) in all loaded databases |
| <a id="5.1.9.1" /> 5.1.9.1 | Number of writes (documents, attachments, counters) in all loaded databases |
| <a id="5.1.9.2" /> 5.1.9.2 | Number of bytes written (documents, attachments, counters) in all loaded databases |
| <a id="5.1.9.1" /> 5.1.9.1 | Number of writes (documents, attachments, counters, timeseries) in all loaded databases |
| <a id="5.1.9.2" /> 5.1.9.2 | Number of bytes written (documents, attachments, counters, timeseries) in all loaded databases |
| <a id="5.1.10" /> 5.1.10 | Number of faulted databases |

{PANEL/}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ curl -X POST \
| <a id="5.2.D.5.5" /> 5.2.`D`.5.5 | Number of disabled indexes |
| <a id="5.2.D.5.6" /> 5.2.`D`.5.6 | Number of error indexes |
| <a id="5.2.D.5.7" /> 5.2.`D`.5.7 | Number of faulty indexes |
| <a id="5.2.D.6.1" /> 5.2.`D`.6.1 | Number of writes (documents, attachments, counters) |
| <a id="5.2.D.6.2" /> 5.2.`D`.6.2 | Number of bytes written (documents, attachments, counters) |
| <a id="5.2.D.6.1" /> 5.2.`D`.6.1 | Number of writes (documents, attachments, counters, timeseries) |
| <a id="5.2.D.6.2" /> 5.2.`D`.6.2 | Number of bytes written (documents, attachments, counters, timeseries) |

| OID | Metric (Index) |
|------------------------------------------|------------------------------------------------|
Expand Down Expand Up @@ -426,8 +426,8 @@ curl -X POST \
| <a id="5.1.8.1" /> 5.1.8.1 | Number of indexed documents per second for map indexes (one minute rate) in all loaded databases |
| <a id="5.1.8.2" /> 5.1.8.2 | Number of maps per second for map-reduce indexes (one minute rate) in all loaded databases |
| <a id="5.1.8.3" /> 5.1.8.3 | Number of reduces per second for map-reduce indexes (one minute rate) in all loaded databases |
| <a id="5.1.9.1" /> 5.1.9.1 | Number of writes (documents, attachments, counters) in all loaded databases |
| <a id="5.1.9.2" /> 5.1.9.2 | Number of bytes written (documents, attachments, counters) in all loaded databases |
| <a id="5.1.9.1" /> 5.1.9.1 | Number of writes (documents, attachments, counters, timeseries) in all loaded databases |
| <a id="5.1.9.2" /> 5.1.9.2 | Number of bytes written (documents, attachments, counters, timeseries) in all loaded databases |
| <a id="5.1.10" /> 5.1.10 | Number of faulted databases |

{PANEL/}
Expand Down

0 comments on commit add4238

Please sign in to comment.