|
| 1 | +Package *build* |
| 2 | +~~~~~~~~~~~~~~~ |
| 3 | + |
| 4 | +Metric *syncthing_build_info* (gauge vector) |
| 5 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 6 | + |
| 7 | +A metric with a constant '1' value labeled by version information from |
| 8 | +when the binary was built. |
| 9 | + |
| 10 | +Package *connections* |
| 11 | +~~~~~~~~~~~~~~~~~~~~~ |
| 12 | + |
| 13 | +Metric *syncthing_connections_active* (gauge vector) |
| 14 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 15 | + |
| 16 | +Number of currently active connections, per device. If value is 0, the |
| 17 | +device is disconnected. |
| 18 | + |
| 19 | +Package *db* |
| 20 | +~~~~~~~~~~~~ |
| 21 | + |
| 22 | +Metric *syncthing_db_files_updated_total* (counter vector) |
| 23 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 24 | + |
| 25 | +Total number of files updated. |
| 26 | + |
| 27 | +Metric *syncthing_db_operation_seconds_total* (counter vector) |
| 28 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 29 | + |
| 30 | +Total time spent in database operations, per folder and operation. |
| 31 | + |
| 32 | +Metric *syncthing_db_operations_current* (gauge vector) |
| 33 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 34 | + |
| 35 | +Number of database operations currently ongoing, per folder and |
| 36 | +operation. |
| 37 | + |
| 38 | +Metric *syncthing_db_operations_total* (counter vector) |
| 39 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 40 | + |
| 41 | +Total number of database operations, per folder and operation. |
| 42 | + |
1 | 43 | Package *events* |
2 | 44 | ~~~~~~~~~~~~~~~~ |
3 | 45 |
|
@@ -30,11 +72,16 @@ operation. |
30 | 72 | Package *model* |
31 | 73 | ~~~~~~~~~~~~~~~ |
32 | 74 |
|
| 75 | +Metric *syncthing_model_folder_conflicts_total* (counter vector) |
| 76 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 77 | + |
| 78 | +Total number of conflicts. |
| 79 | + |
33 | 80 | Metric *syncthing_model_folder_processed_bytes_total* (counter vector) |
34 | 81 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
35 | 82 |
|
36 | 83 | Total amount of data processed during folder syncing, per folder ID and |
37 | | -data source (network/local_origin/local_other/local_shifted/skipped). |
| 84 | +data source (network/local_origin/local_other/skipped). |
38 | 85 |
|
39 | 86 | Metric *syncthing_model_folder_pull_seconds_total* (counter vector) |
40 | 87 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
0 commit comments