forked from Layr-Labs/eigenda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Cody Littley <[email protected]>
- Loading branch information
1 parent
02e710d
commit 0217da7
Showing
2 changed files
with
79 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,104 +1,99 @@ | ||
# Metrics Documentation for namespace 'test' | ||
|
||
This documentation is automatically generated. It reflects the metrics that were registered at the time that this document was generated. | ||
This documentation was automatically generated at time `2024-11-25T10:13:43-06:00` | ||
|
||
There are 7 metrics registered. Of these, 7 are enabled. | ||
There are a total of `7` registered metrics. | ||
|
||
--- | ||
|
||
## c1 | ||
## c1_count | ||
|
||
this metric shows the number of times the sleep cycle has been executed | ||
|
||
| Field | Value | | ||
| | | | ||
|---|---| | ||
| **Name** | 'c1' | | ||
| **Label** | '' | | ||
| **Type** | counter | | ||
| **Unit** | count | | ||
| **Status** | enabled | | ||
|
||
| **Name** | `c1` | | ||
| **Unit** | `count` | | ||
| **Label** | - | | ||
| **Type** | `counter` | | ||
| **Fully Qualified Name** | `test_c1_count` | | ||
--- | ||
|
||
## c1:DOUBLE | ||
## c1_count: DOUBLE | ||
|
||
this metric shows the number of times the sleep cycle has been executed, doubled | ||
|
||
| Field | Value | | ||
| | | | ||
|---|---| | ||
| **Name** | 'c1' | | ||
| **Label** | 'DOUBLE' | | ||
| **Type** | counter | | ||
| **Unit** | count | | ||
| **Status** | enabled | | ||
|
||
| **Name** | `c1` | | ||
| **Unit** | `count` | | ||
| **Label** | `DOUBLE` | | ||
| **Type** | `counter` | | ||
| **Fully Qualified Name** | `test_c1_count` | | ||
--- | ||
|
||
## g1 | ||
## g1_milliseconds | ||
|
||
this metric shows the duration of the most recent sleep cycle | ||
|
||
| Field | Value | | ||
| | | | ||
|---|---| | ||
| **Name** | 'g1' | | ||
| **Label** | '' | | ||
| **Type** | gauge | | ||
| **Unit** | milliseconds | | ||
| **Status** | enabled | | ||
|
||
| **Name** | `g1` | | ||
| **Unit** | `milliseconds` | | ||
| **Label** | - | | ||
| **Type** | `gauge` | | ||
| **Fully Qualified Name** | `test_g1_milliseconds` | | ||
--- | ||
|
||
## g1:autoPoll | ||
## g1_milliseconds: autoPoll | ||
|
||
this metric shows the sum of all sleep cycles | ||
|
||
| Field | Value | | ||
| | | | ||
|---|---| | ||
| **Name** | 'g1' | | ||
| **Label** | 'autoPoll' | | ||
| **Type** | gauge | | ||
| **Unit** | milliseconds | | ||
| **Status** | enabled | | ||
|
||
| **Name** | `g1` | | ||
| **Unit** | `milliseconds` | | ||
| **Label** | `autoPoll` | | ||
| **Type** | `gauge` | | ||
| **Fully Qualified Name** | `test_g1_milliseconds` | | ||
--- | ||
|
||
## g1:previous | ||
## g1_milliseconds: previous | ||
|
||
this metric shows the duration of the second most recent sleep cycle | ||
|
||
| Field | Value | | ||
| | | | ||
|---|---| | ||
| **Name** | 'g1' | | ||
| **Label** | 'previous' | | ||
| **Type** | gauge | | ||
| **Unit** | milliseconds | | ||
| **Status** | enabled | | ||
|
||
| **Name** | `g1` | | ||
| **Unit** | `milliseconds` | | ||
| **Label** | `previous` | | ||
| **Type** | `gauge` | | ||
| **Fully Qualified Name** | `test_g1_milliseconds` | | ||
--- | ||
|
||
## l1 | ||
## l1_ms | ||
|
||
this metric shows the latency of the sleep cycle | ||
|
||
| Field | Value | | ||
| | | | ||
|---|---| | ||
| **Name** | 'l1' | | ||
| **Label** | '' | | ||
| **Type** | latency | | ||
| **Unit** | seconds | | ||
| **Status** | enabled | | ||
|
||
| **Name** | `l1` | | ||
| **Unit** | `seconds` | | ||
| **Label** | - | | ||
| **Type** | `latency` | | ||
| **Quantiles** | `0.500`, `0.900`, `0.990` | | ||
| **Fully Qualified Name** | `test_l1_ms` | | ||
--- | ||
|
||
## l1:HALF | ||
## l1_ms: HALF | ||
|
||
this metric shows the latency of the sleep cycle, divided by two | ||
|
||
| Field | Value | | ||
| | | | ||
|---|---| | ||
| **Name** | 'l1' | | ||
| **Label** | 'HALF' | | ||
| **Type** | latency | | ||
| **Unit** | seconds | | ||
| **Status** | enabled | | ||
|
||
| **Name** | `l1` | | ||
| **Unit** | `seconds` | | ||
| **Label** | `HALF` | | ||
| **Type** | `latency` | | ||
| **Quantiles** | `0.500`, `0.900`, `0.990` | | ||
| **Fully Qualified Name** | `test_l1_ms` | |