Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Extends list to table with metric names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashiroq committed Oct 31, 2018
1 parent fd174dd commit a48844e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions site/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ available from the endpoints themselves.

The following metrics are exposed:

* Duration of cache requests
* Duration of remote image metadata requests
* Duration of job execution, in seconds
* Duration of time spent in the job queue before execution
* Count of jobs waiting in the queue to be run
* Duration of git-to-cluster synchronisation
* Duration of image metadata requests (from cache)
* Duration in seconds of the current connection to fluxsvc
| metric | description |
|---------------------------------------|-----------------------------------------|
| `flux_cache_request_duration_seconds` | Duration of cache requests, in seconds. |
| `flux_client_fetch_duration_seconds` | Duration of remote image metadata requests |
| `flux_daemon_job_duration_seconds` | Duration of job execution, in seconds |
| `flux_daemon_queue_duration_seconds` | Duration of time spent in the job queue before execution |
| `flux_daemon_queue_length_count` | Count of jobs waiting in the queue to be run |
| `flux_daemon_sync_duration_seconds` | Duration of git-to-cluster synchronisation |
| `flux_registry_fetch_duration_seconds` | Duration of image metadata requests (from cache) |
| `flux_fluxd_connection_duration_seconds` | Duration in seconds of the current connection to fluxsvc |

0 comments on commit a48844e

Please sign in to comment.