-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e8d7f7
commit e10f498
Showing
2 changed files
with
12 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Metrics | ||
======= | ||
|
||
In order to assist in monitoring a collections of metrics is collected and returned in json. | ||
|
||
* https://monitor.sns.gov/metrics/ (for all the data at once) | ||
* https://monitor.sns.gov/metrics/workflow_diagnostics/ (for workflow diagnostics) | ||
* https://monitor.sns.gov/metrics/postprocessing_diagnostics/ (for postprocessing diagnostics) | ||
* https://monitor.sns.gov/metrics/instrument_status/ (for instrument status) | ||
* https://monitor.sns.gov/metrics/run_statuses/ (return the count of the current reduction statuses for all the run started in the last hour) | ||
* https://monitor.sns.gov/metrics/run_statuses/{n}/ (return the count of current reduction statuses for all the run started in the last *n* minutes, *e.g.* https://monitor.sns.gov/metrics/run_statuses/525600/ will return the last year) |